This commit is contained in:
afoucaultc 2026-08-07 20:04:22 +02:00
parent 9be597750d
commit 00ca4baa74
41 changed files with 795 additions and 113 deletions

View file

@ -0,0 +1,5 @@
{ ... }:
{
services.gnome.gnome-keyring.enable = true;
security.pam.services.login.enableGnomeKeyring = true;
}

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
services.gvfs.enable = true;
services.tumbler.enable = true;

View file

@ -1,4 +0,0 @@
{ pkgs, ... }:
{
}