Compare commits

..

3 commits

3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

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