flameshot: init
This commit is contained in:
parent
cd8399982c
commit
d9339d8aaa
11
2configs/gui/flameshot.nix
Normal file
11
2configs/gui/flameshot.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, config, ... }:
|
||||
let
|
||||
mainUser = config.krebs.build.user.name;
|
||||
in {
|
||||
# Terminal
|
||||
home-manager.users.${mainUser} = {
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue