bitwarden be WALKING
This commit is contained in:
parent
5fa40025d0
commit
2d08836672
5 changed files with 19 additions and 4 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
options = {
|
||||
desktop = {
|
||||
grimshot.enable = lib.mkEnableOption "enable grimshot";
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf config.desktop.grimshot.enable {
|
||||
home.packages = with pkgs; [
|
||||
grimblast
|
||||
gradia
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue