This commit is contained in:
Evan Reichard 2025-04-10 08:21:09 -04:00
parent 1b4ced9c66
commit fda7ced697

View File

@ -27,10 +27,6 @@ in
nameservers = [ "10.0.50.254" ];
};
};
terminal = {
btop = enabled;
};
};
services = {
@ -59,6 +55,8 @@ in
# System Packages
environment.systemPackages = with pkgs; [
btop
git
tmux
vim
];