Colmena dev

This commit is contained in:
Joey Hafner 2024-09-24 13:44:37 -07:00
parent e4b6e37958
commit 793a419d20
No known key found for this signature in database

View File

@ -9,7 +9,14 @@
}; };
defaults = { pkgs, ... }: { defaults = { pkgs, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim fastfetch vim
fastfetch
tree
btop
bat
fd
eza
fzf
]; ];
security.sudo = { security.sudo = {
enable = true; enable = true;