diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 44ec485..add0409 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -23,6 +23,7 @@ ../../system/fragments/opengl.nix ../../system/gaming.nix ../../system/android.nix + ../../system/hyprland.nix ]; networking.hostName = "slab"; diff --git a/hosts/slab/home.nix b/hosts/slab/home.nix index 00cb09c..3a5f535 100644 --- a/hosts/slab/home.nix +++ b/hosts/slab/home.nix @@ -2,7 +2,7 @@ { imports = [ ../../home/common.nix - # ../../home/hyprland.nix + ../../home/hyprland.nix ]; home.stateVersion = "23.11";