split hypr into home & system

This commit is contained in:
Odweta
2026-01-11 18:30:20 +01:00
parent d7d835cd4a
commit 4ac1f8b16a
4 changed files with 14 additions and 10 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -25,6 +25,7 @@
./configuration.nix # FIXME: MODULARIZE
./env-vars.nix
#./hardware-configuration.nix
./hyprland-system.nix
./theme.nix
];
};
+13
View File
@@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
# hypr packages
environment.systemPackages = with pkgs; [
hyprland
hypridle
hyprlock
hyprpaper
hyprpolkitagent
hyprcursor
];
}
-10
View File
@@ -16,16 +16,6 @@
WLR_NO_HARDWARE_CURSORS = "1";
};
# hypr packages
environment.systemPackages = with pkgs; [
hyprland
hypridle
hyprlock
hyprpaper
hyprpolkitagent
hyprcursor
];
# hyprland config
wayland.windowManager.hyprland = {
enable = true;