hyprland: re-add system module
This commit is contained in:
@ -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; [
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user