Compare commits

..

3 commits

3 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,7 @@
./hyprland.nix
./kanshi.nix
./mako.nix
./seahorse.nix
./swayidle.nix
./swaylock.nix
./xdg.nix

View file

@ -0,0 +1,5 @@
{...}: {
programs.seahorse = {
enable = true;
};
}

View file

@ -12,9 +12,6 @@
# secrets keyring
services.gnome.gnome-keyring.enable = true;
# seahorse secret manager
programs.seahorse.enable = true;
# RealtimeKit system
security.rtkit.enable = true;