diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /nix_archive/nix/user.nix | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
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; |