diff --git a/flake.nix b/flake.nix index ed300aee..53f0a4d1 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ home-manager.useUserPackages = true; home-manager.users.albert.imports = [ ({ config, ... }: import ./users/albert/home.nix { - inherit config pkgs hostname; + inherit config pkgs hostname hyprland; }) ]; home-manager.users.root.imports = [ diff --git a/users/albert/home.nix b/users/albert/home.nix index 7c5bdeb1..15251cb1 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, hostname, ... }: { +{ config, pkgs, hostname, hyprland, ... }: { home.stateVersion = "23.05"; imports = [ # ../../hosts/${hostname}/desktops/gnome-dconf.nix