Add XDG, and move program installations to better modules

This commit is contained in:
langedev 2023-11-20 02:22:10 -08:00
parent 28590820e5
commit 92adc76e0c
4 changed files with 25 additions and 7 deletions

View file

@ -8,4 +8,7 @@
NNN_FIFO = "/tmp/nnn.fifo";
NNN_TRASH = "1";
};
home.packages = with pkgs; [
trash-cli # Trash program for nnn
];
}