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
+13
View File
@@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
# hypr packages
environment.systemPackages = with pkgs; [
hyprland
hypridle
hyprlock
hyprpaper
hyprpolkitagent
hyprcursor
];
}