From 0848d6c89defb95966deeecd1c61352deccbeaec Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 25 Apr 2026 14:28:02 -0400 Subject: New CPU + Cleanup --- nix_archive/nix/user.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix_archive/nix/user.nix') 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; -- cgit v1.2.3-101-g0448