From d5b113ec489e8607b0ae317d4d02a722277f1fe0 Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 15:52:45 -0400 Subject: [PATCH] Home-manager changes --- modules/home/crow/home.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 = {