btop
This commit is contained in:
parent
0b0d6fc8ab
commit
629d479344
@ -1,5 +1,7 @@
|
||||
{ namespace, config, pkgs, ... }:
|
||||
{ namespace, lib, config, pkgs, ... }:
|
||||
let
|
||||
inherit (lib.${namespace}) enabled;
|
||||
|
||||
cfg = config.${namespace}.user;
|
||||
in
|
||||
{
|
||||
@ -25,6 +27,10 @@ in
|
||||
nameservers = [ "10.0.50.254" ];
|
||||
};
|
||||
};
|
||||
|
||||
terminal = {
|
||||
btop = enabled;
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
@ -53,7 +59,6 @@ in
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
htop
|
||||
tmux
|
||||
vim
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user