diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-12-30 18:37:45 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-12-30 18:37:45 -0500 |
| commit | a1e355d573a523560dd3571ad1c17ea9742d4418 (patch) | |
| tree | 1b87f2afdddb421bd319d52ec46c3f6b686afc32 | |
| parent | fix home-manager switch on nixos (diff) | |
| download | dotfiles-nix-a1e355d573a523560dd3571ad1c17ea9742d4418.tar.gz dotfiles-nix-a1e355d573a523560dd3571ad1c17ea9742d4418.tar.bz2 dotfiles-nix-a1e355d573a523560dd3571ad1c17ea9742d4418.zip | |
enable gnome keyring
| -rw-r--r-- | system/desktop.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/desktop.nix b/system/desktop.nix index d22a475..8b1f40a 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -57,6 +57,9 @@ in { package = inputs.preload-ng.packages.${system}.preload-ng-src; }; + # secrets + services.gnome.gnome-keyring.enable = true; + # system fonts fonts.packages = with pkgs; [ corefonts |