From a62963be450c4dacb63491e421b8b8b54f2f839d Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 30 Sep 2023 04:27:34 -0600 Subject: hyprland doesn't have a home-manager config --- flake.nix | 2 ++ home-manager/home.nix | 1 - home-manager/hyprland.nix | 3 --- modules/hyprland.nix | 3 +++ 4 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 home-manager/hyprland.nix create mode 100644 modules/hyprland.nix 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/home-manager/hyprland.nix deleted file mode 100644 index c754eae..0000000 --- a/home-manager/hyprland.nix +++ /dev/null @@ -1,3 +0,0 @@ -{ config, lib, ...}: { - programs.hyprland.enable = true; -} \ No newline at end of file diff --git a/modules/hyprland.nix b/modules/hyprland.nix new file mode 100644 index 0000000..c754eae --- /dev/null +++ b/modules/hyprland.nix @@ -0,0 +1,3 @@ +{ config, lib, ...}: { + programs.hyprland.enable = true; +} \ No newline at end of file -- cgit v1.2.3