summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/linux.nix b/linux.nix
index e0d0fff..48341f0 100644
--- a/linux.nix
+++ b/linux.nix
@@ -78,6 +78,10 @@ in
source = ./lib/mailcap;
target = ".mailcap";
};
+ xbindkeys = {
+ source = ./lib/xbindkeysrc;
+ target = ".xbindkeysrc";
+ };
};
packages = with pkgs; [
@@ -123,7 +127,9 @@ in
usbutils
utillinux
vlc
+ xbindkeys
xdotool
+ xlayoutdisplay
xorg.xmodmap
xournal
xterm
@@ -189,7 +195,7 @@ in
modules-center = "date";
modules-left = "volume-bar";
modules-right = [ "battery" "cpu" "mem" "temp" ];
- monitor = "\${env:MONITOR:HDMI-1}";
+ monitor = "\${env:MONITOR:HDMI-2}";
monitor-fallback = "\${env:MONITOR:eDP-1}";
radius = 0;
separator = "|";