Colmena dev
This commit is contained in:
parent
e4b6e37958
commit
793a419d20
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user