Converted btop from nixosModule to homeModule
This commit is contained in:
parent
76bb3e5a76
commit
c0f10df484
5 changed files with 13 additions and 15 deletions
|
@ -28,7 +28,6 @@
|
|||
nix.enable = true;
|
||||
nix.useSelfhostedCache = true;
|
||||
|
||||
apps.btop.enable = true;
|
||||
apps.tmux.enable = true;
|
||||
|
||||
services.tailscale = {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
hardware.tlp.enable = true;
|
||||
|
||||
system.zfs.enable = true;
|
||||
apps.btop.enable = true;
|
||||
apps.yubikey.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue