summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
-rw-r--r--home-manager/home.nix1
-rw-r--r--modules/hyprland.nix (renamed from home-manager/hyprland.nix)0
3 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 2cdade9..de9a7d7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -154,6 +154,7 @@
}
# hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;}
+ ./modules/hyprland.nix
./modules/bluetooth.nix
./modules/environment.nix
@@ -185,6 +186,7 @@
home-manager.useUserPackages = true;
home-manager.users.defin = import ./home-manager/home.nix;
}
+ ./modules/hyprland.nix
./modules/bluetooth.nix
./modules/environment.nix
diff --git a/home-manager/home.nix b/home-manager/home.nix
index 02785bb..898a7e5 100644
--- a/home-manager/home.nix
+++ b/home-manager/home.nix
@@ -5,7 +5,6 @@
# in
{
imports = [
- ./hyprland.nix
./starship.nix
./btop.nix
./helix.nix
diff --git a/home-manager/hyprland.nix b/modules/hyprland.nix
index c754eae..c754eae 100644
--- a/home-manager/hyprland.nix
+++ b/modules/hyprland.nix