UPDATE FLAKE (and the things that bind it)
This commit is contained in:
parent
87b1e76a4e
commit
2f6c692b4c
8 changed files with 246 additions and 170 deletions
|
@ -9,7 +9,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
user.packages = with pkgs.gnome; [ seahorse ];
|
||||
user.packages = with pkgs; [ seahorse ];
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue