[NixOS] Replace shutter with flameshot (for screenshots)
This commit is contained in:
@@ -77,7 +77,6 @@ makeEnable config "myModules.desktop" true {
|
|||||||
rofi
|
rofi
|
||||||
rofi-pass
|
rofi-pass
|
||||||
rofi-systemd
|
rofi-systemd
|
||||||
# shutter
|
|
||||||
simplescreenrecorder
|
simplescreenrecorder
|
||||||
skippy-xd
|
skippy-xd
|
||||||
synergy
|
synergy
|
||||||
|
|||||||
@@ -31,7 +31,6 @@
|
|||||||
url = "git+ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git";
|
url = "git+ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
xmonad = {
|
xmonad = {
|
||||||
url = "github:xmonad/xmonad";
|
url = "github:xmonad/xmonad";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -78,6 +78,10 @@ makeEnable config "myModules.xmonad" true {
|
|||||||
# package = pkgs.clipit;
|
# package = pkgs.clipit;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
services.flameshot = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vSync = config.myModules.xmonad.picom.vSync.enable;
|
vSync = config.myModules.xmonad.picom.vSync.enable;
|
||||||
@@ -151,21 +155,5 @@ makeEnable config "myModules.xmonad" true {
|
|||||||
# RestartSec = 3;
|
# RestartSec = 3;
|
||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# systemd.user.services.shutter = {
|
|
||||||
# Unit = {
|
|
||||||
# Description = "Shutter";
|
|
||||||
# After = [ "graphical-session-pre.target" "tray.target" ];
|
|
||||||
# PartOf = [ "graphical-session.target" ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
# Install = { WantedBy = [ "graphical-session.target" ]; };
|
|
||||||
|
|
||||||
# Service = {
|
|
||||||
# ExecStart = "${pkgs.shutter}/bin/shutter --min_at_startup";
|
|
||||||
# Restart = "always";
|
|
||||||
# RestartSec = 3;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user