diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -46,6 +46,7 @@ | |||
46 | libnotify | 46 | libnotify |
47 | inotify-tools | 47 | inotify-tools |
48 | pavucontrol | 48 | pavucontrol |
49 | signaldctl | ||
49 | 50 | ||
50 | # sync | 51 | # sync |
51 | rtorrent | 52 | rtorrent |
@@ -62,6 +63,7 @@ | |||
62 | slop | 63 | slop |
63 | maim | 64 | maim |
64 | arandr | 65 | arandr |
66 | gimp | ||
65 | 67 | ||
66 | # graphics debug | 68 | # graphics debug |
67 | cudatoolkit | 69 | cudatoolkit |
@@ -89,6 +91,12 @@ | |||
89 | 91 | ||
90 | ] ++ (import ./scripts { inherit pkgs; }); | 92 | ] ++ (import ./scripts { inherit pkgs; }); |
91 | 93 | ||
94 | home.pointerCursor = { | ||
95 | name = "Vanilla-DMZ"; | ||
96 | package = pkgs.vanilla-dmz; | ||
97 | x11.enable = true; | ||
98 | }; | ||
99 | |||
92 | xdg = { | 100 | xdg = { |
93 | userDirs = { | 101 | userDirs = { |
94 | enable = true; | 102 | enable = true; |