diff --git a/nixos/desktop.nix b/nixos/desktop.nix index 0dfab870..975cf8ed 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -77,7 +77,7 @@ makeEnable config "myModules.desktop" true { rofi rofi-pass rofi-systemd - shutter + # shutter simplescreenrecorder skippy-xd synergy diff --git a/nixos/xmonad.nix b/nixos/xmonad.nix index 23c65838..101161b3 100644 --- a/nixos/xmonad.nix +++ b/nixos/xmonad.nix @@ -152,20 +152,20 @@ makeEnable config "myModules.xmonad" true { # }; # }; - systemd.user.services.shutter = { - Unit = { - Description = "Shutter"; - After = [ "graphical-session-pre.target" "tray.target" ]; - PartOf = [ "graphical-session.target" ]; - }; + # systemd.user.services.shutter = { + # Unit = { + # Description = "Shutter"; + # After = [ "graphical-session-pre.target" "tray.target" ]; + # PartOf = [ "graphical-session.target" ]; + # }; - Install = { WantedBy = [ "graphical-session.target" ]; }; + # Install = { WantedBy = [ "graphical-session.target" ]; }; - Service = { - ExecStart = "${pkgs.shutter}/bin/shutter --min_at_startup"; - Restart = "always"; - RestartSec = 3; - }; - }; + # Service = { + # ExecStart = "${pkgs.shutter}/bin/shutter --min_at_startup"; + # Restart = "always"; + # RestartSec = 3; + # }; + # }; }; }