Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 22b5fc10f9 - Show all commits

View file

@ -1,4 +1,4 @@
{ username, config, ... }: { username, ... }:
{ {
programs.gnupg.agent = { programs.gnupg.agent = {
@ -35,7 +35,7 @@
environment.persistence."/nix/persist" = { environment.persistence."/nix/persist" = {
users."${username}".directories = [ users."${username}".directories = [
".ssh" ".ssh"
"${config.xdg.dataHome}/gnupg" ".local/share/gnupg"
]; ];
}; };
} }