Revert "revert 7f3f6dd12f979acfd6c3da163ec980002b4afd61"

This reverts commit 6272ac29f2.
This commit is contained in:
Nina Chloé Kassandra Reiß
2026-03-01 12:53:31 +01:00
parent 6272ac29f2
commit 199d69b79a
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{ pkgs, lib, ... }:
let
profile = import ../profile.nix;
in
{
imports = [ ];
environment.systemPackages = with pkgs; [
seahorse
];
environment.variables = {
};
services.gnome.gnome-keyring.enable = true;
security.pam.services.login.enableGnomeKeyring = true;
}