Fix flameshot pkgs issue
This commit is contained in:
parent
7f0cca311d
commit
63adf38a35
1 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
flake.nixosModules.flameshot = {
|
||||
flake.nixosModules.flameshot = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
flameshot
|
||||
grim
|
||||
slurp
|
||||
satty
|
||||
wl-copy
|
||||
];
|
||||
|
||||
services.flameshot = {
|
||||
enable = true;
|
||||
General = {
|
||||
|
|
@ -10,12 +18,4 @@
|
|||
};
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = [
|
||||
flameshot
|
||||
grim
|
||||
slurp
|
||||
satty
|
||||
wl-copy
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue