Home Gen5 @ 2025-05-04-05:05 by jonas@monolith
This commit is contained in:
parent
891347b06c
commit
55478dc544
@ -18,6 +18,7 @@
|
|||||||
plasmaIntegration = true;
|
plasmaIntegration = true;
|
||||||
passFF = true;
|
passFF = true;
|
||||||
};
|
};
|
||||||
|
hive.flameshot.enable = true;
|
||||||
hive.kdeconnect.enable = true;
|
hive.kdeconnect.enable = true;
|
||||||
hive.nextcloud.enable = true;
|
hive.nextcloud.enable = true;
|
||||||
hive.nix-scripts.enable = true;
|
hive.nix-scripts.enable = true;
|
||||||
|
|||||||
@ -39,6 +39,7 @@
|
|||||||
./home/wofi
|
./home/wofi
|
||||||
./home/zsh
|
./home/zsh
|
||||||
./home/firefox.nix
|
./home/firefox.nix
|
||||||
|
./home/flameshot.nix
|
||||||
./home/kdeconnect.nix
|
./home/kdeconnect.nix
|
||||||
./home/plasma.nix
|
./home/plasma.nix
|
||||||
./home/ssh.nix
|
./home/ssh.nix
|
||||||
|
|||||||
12
modules/home/flameshot.nix
Normal file
12
modules/home/flameshot.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
cfg = config.hive.flameshot;
|
||||||
|
in {
|
||||||
|
options.hive.flameshot.enable = lib.mkEnableOption "Flameshot service.";
|
||||||
|
config = lib.mkIf cfg.enable {
|
||||||
|
services.flameshot.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user