Home-manager changes

This commit is contained in:
Patrick Menking 2024-09-17 15:53:14 -04:00
parent d5b113ec48
commit 275242f09f

View file

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