pls
This commit is contained in:
parent
1b4ced9c66
commit
fda7ced697
@ -27,10 +27,6 @@ in
|
|||||||
nameservers = [ "10.0.50.254" ];
|
nameservers = [ "10.0.50.254" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = {
|
|
||||||
btop = enabled;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
@ -59,6 +55,8 @@ in
|
|||||||
|
|
||||||
# System Packages
|
# System Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
btop
|
||||||
|
git
|
||||||
tmux
|
tmux
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user