Home-manager changes

This commit is contained in:
Patrick Menking 2024-09-17 15:53:36 -04:00
parent 275242f09f
commit 1661a8e5d6

View file

@ -3,7 +3,7 @@
home = {
username = "crow";
homeDirectory = "/home/crow";
stateVersion = system.stateVersion;
stateVersion = config.system.stateVersion;
file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable {
source = ./hyprland.conf;
};