diff options
Diffstat (limited to 'nix_archive/nix/user.nix')
| -rw-r--r-- | nix_archive/nix/user.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix_archive/nix/user.nix b/nix_archive/nix/user.nix index 360f53d..7dd53cc 100644 --- a/nix_archive/nix/user.nix +++ b/nix_archive/nix/user.nix @@ -67,7 +67,6 @@ in { rsync (python3.withPackages (python-pkgs: [ python-pkgs.requests python-pkgs.beautifulsoup4 ])) htop - neofetch ufetch (asNeeded "cmatrix" ["cmatrix"]) hdparm @@ -154,6 +153,7 @@ in { home.username = "andrew"; xdg.userDirs = { enable = true; + setSessionVariables = true; desktop = "${homeDir}/tmp"; documents = "${homeDir}/docs"; download = "${homeDir}/dl"; @@ -179,6 +179,7 @@ in { signing = { key = "99659CB58598BDDB"; # The last digits of the key. signByDefault = true; + format = "openpgp"; }; }; home.file.".config/gdb/gdbinit".source = ../../files/gdbinit; |