hyprland: use uwsm
All checks were successful
Check flake / build-amd64-linux (push) Successful in 59s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 59s
This commit is contained in:
@ -16,13 +16,11 @@ in
|
||||
options.modules.system.desktop.hyprland.enable = mkEnableOption "hyprland";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.displayManager.ly.enable = true;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
# withUWSM = true;
|
||||
withUWSM = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
Reference in New Issue
Block a user