rework services & alacritty
move back to alacritty and install various services
This commit is contained in:
17
home/services/flameshot.nix
Normal file
17
home/services/flameshot.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ grim ];
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
disabledTrayIcon = true;
|
||||
showDesktopNotification = false;
|
||||
showHelp = false;
|
||||
showStartupLaunchMessage = false;
|
||||
useGrimAdapter = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user