Disable home module until proper dotfile migration

This commit is contained in:
2020-05-09 13:53:59 +02:00
parent 3b65c57b30
commit 289bacda37
4 changed files with 13 additions and 15 deletions

View File

@@ -30,6 +30,7 @@
imv
kanshi
redshift-wlr
kitty
];
extraSessionCommands = ''
export MOZ_ENABLE_WAYLAND=1
@@ -41,7 +42,7 @@
export SDL_VIDEODRIVER=wayland
'';
};
# Blue light filter
services.redshift = {
package = pkgs.redshift-wlr;