Rid of gnome-keyring

This commit is contained in:
Natsu Kagami 2024-06-03 23:20:43 +02:00
parent aa3524840c
commit 1f14b6b02a
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 13 additions and 24 deletions

View file

@ -12,7 +12,6 @@
# Fonts
../modules/personal/fonts
# Some PAM stuff
../modules/services/pam/gnome-keyring.nix
../modules/services/swaylock.nix
];
# Use the latest kernel
@ -116,9 +115,6 @@
pciutils
];
# Gnome-keyring is useful
services.gnome.gnome-keyring.enable = true;
## Environment variables
environment.variables = {
# Input method overrides
@ -145,7 +141,6 @@
# };
# List services that you want to enable:
nki.services.pam.enableGnomeKeyring = true;
services.input-remapper.enable = true;
services.swaylock.enable = true;