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:
parent
bb851658df
commit
3be9b64dd7
@ -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;
|
||||
|
@ -117,8 +117,6 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
exec-once = "waybar";
|
||||
|
||||
monitor = "desc:Dell Inc. DELL U3219Q HPTP413, preferred, auto, 1.2";
|
||||
|
||||
input = {
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
services.hypridle = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
settings = {
|
||||
general = {
|
||||
after_sleep_cmd = "hyprctl dispatch dpms on";
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
{
|
||||
programs.hyprlock = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
settings = {
|
||||
general = {
|
||||
disable_loading_bar = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user