diff --git a/modules/home/crow/home.nix b/modules/home/crow/home.nix index 1aeaaec..4d62cfb 100644 --- a/modules/home/crow/home.nix +++ b/modules/home/crow/home.nix @@ -1,8 +1,11 @@ {config, inputs, pkgs, lib, ...}: { - username = "crow"; - homeDirectory = "/home/crow"; - file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable { - source = ./hyprland.conf; + + home = { + username = "crow"; + homeDirectory = "/home/crow"; + file.".config/hypr/hyprland.conf" = lib.mkIf config.hypr.enable { + source = ./hyprland.conf; + }; }; xdg = {