Couple more packages: thunar, 7z

This commit is contained in:
Random936 2024-06-07 12:19:23 -07:00
parent cfd01a3dce
commit 98681f02d5
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@
tmux tmux
btop btop
manix manix
p7zip
ripgrep ripgrep
neofetch neofetch

View File

@ -114,6 +114,9 @@
killall killall
]; ];
# Install additional programs
programs.thunar.enable = true;
# Enable sshd service. # Enable sshd service.
services.openssh.enable = true; services.openssh.enable = true;