From 785c1be757926738460fd93e61dee380f842561f Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 3 Feb 2024 13:30:04 +0100 Subject: [PATCH] Enable hyprland on slab --- hosts/slab/configuration.nix | 1 + hosts/slab/home.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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";