diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 04:27:34 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-09-30 04:27:34 -0600 |
| commit | a62963be450c4dacb63491e421b8b8b54f2f839d (patch) | |
| tree | ca2090cd843d643b6b84b1018532012b24b46bb1 | |
| parent | 64b7e52f2d16820c686caa768dbe58f13379585d (diff) | |
hyprland doesn't have a home-manager config
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | home-manager/home.nix | 1 | ||||
| -rw-r--r-- | modules/hyprland.nix (renamed from home-manager/hyprland.nix) | 0 |
3 files changed, 2 insertions, 1 deletions
@@ -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 |
