hyprland: use uwsm
All checks were successful
Check flake / build-amd64-linux (push) Successful in 59s

This commit is contained in:
Jordan Holt 2025-04-25 21:25:22 +01:00
parent bb851658df
commit 3be9b64dd7
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
4 changed files with 3 additions and 7 deletions

View File

@ -16,13 +16,11 @@ in
options.modules.system.desktop.hyprland.enable = mkEnableOption "hyprland"; options.modules.system.desktop.hyprland.enable = mkEnableOption "hyprland";
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.displayManager.ly.enable = true;
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
# withUWSM = true; withUWSM = true;
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;

View File

@ -117,8 +117,6 @@ in
]; ];
}; };
exec-once = "waybar";
monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1.2"; monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1.2";
input = { input = {

View File

@ -4,7 +4,7 @@
{ {
services.hypridle = { services.hypridle = {
enable = false; enable = true;
settings = { settings = {
general = { general = {
after_sleep_cmd = "hyprctl dispatch dpms on"; after_sleep_cmd = "hyprctl dispatch dpms on";

View File

@ -4,7 +4,7 @@
{ {
programs.hyprlock = { programs.hyprlock = {
enable = false; enable = true;
settings = { settings = {
general = { general = {
disable_loading_bar = false; disable_loading_bar = false;