summary refs log tree commit diff stats
path: root/system/settings/programs
diff options
context:
space:
mode:
authorAlan Pearce2019-12-04 17:00:22 +0100
committerAlan Pearce2019-12-04 17:00:22 +0100
commit7328eaf348e0dc8ca65150de91999abe91d5ef6c (patch)
treed49f816aa4e9da6787abbe928757335c82a30602 /system/settings/programs
parentcc4dd7f77d08005dd968b55ad85a519880c2b90d (diff)
downloadnixfiles-7328eaf348e0dc8ca65150de91999abe91d5ef6c.tar.lz
nixfiles-7328eaf348e0dc8ca65150de91999abe91d5ef6c.tar.zst
nixfiles-7328eaf348e0dc8ca65150de91999abe91d5ef6c.zip
window-manager: ensure xterm is actually installed
Diffstat (limited to 'system/settings/programs')
-rw-r--r--system/settings/programs/window-manager.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/programs/window-manager.nix b/system/settings/programs/window-manager.nix
index a8866a3a..2e611b1d 100644
--- a/system/settings/programs/window-manager.nix
+++ b/system/settings/programs/window-manager.nix
@@ -37,6 +37,7 @@
   environment.systemPackages = with pkgs; [
     dmenu
     libnotify # for notify-send
+    xterm
     rofi
     sxhkd
     maim