mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Use btop module instead of package
This commit is contained in:
parent
df5fc6a513
commit
a4cc33577c
1 changed files with 2 additions and 1 deletions
|
|
@ -21,10 +21,11 @@
|
|||
launcher = "rofi";
|
||||
};
|
||||
|
||||
programs.btop.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# CLI
|
||||
fastfetch
|
||||
btop
|
||||
|
||||
# GUI
|
||||
notepadqq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue