aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index b5919a0..322e99a 100644
--- a/home.nix
+++ b/home.nix
@@ -60,6 +60,9 @@
60 cudatoolkit 60 cudatoolkit
61 pciutils 61 pciutils
62 62
63 # x
64 xinput_calibrator
65
63 # meta 66 # meta
64 nixpkgs-review 67 nixpkgs-review
65 nixpkgs-fmt 68 nixpkgs-fmt
@@ -84,8 +87,8 @@
84 windowManager.command = "2bwm"; 87 windowManager.command = "2bwm";
85 initExtra = '' 88 initExtra = ''
86 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}" 89 ${pkgs.hsetroot}/bin/hsetroot -solid "${theme.base00}"
90 xrandr --dpi 288
87 xrdb -load $HOME/.Xresources 91 xrdb -load $HOME/.Xresources
88 xrandr -dpi 192
89 ''; 92 '';
90 }; 93 };
91 94