hyprland: re-add system module

This commit is contained in:
2025-03-16 17:18:24 +00:00
parent 0850fcf0a0
commit f4fa942b50
5 changed files with 34 additions and 9 deletions

View File

@ -13,6 +13,9 @@
]
++ lib.optionals osConfig.modules.system.desktop.gnome.enable [
./gnome.nix
]
++ lib.optionals osConfig.modules.system.desktop.hyprland.enable [
./hyprland.nix
];
home.packages = with pkgs; [

View File

@ -4,15 +4,10 @@
}:
{
programs.hyprland = {
wayland.windowManager.hyprland = {
enable = true;
# withUWSM = true;
};
# programs.uwsm.enable = true;
networking.networkmanager.enable = true;
home.packages = with pkgs.unstable; [
adw-gtk3
anyrun