mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41: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";
|
launcher = "rofi";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.btop.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# CLI
|
# CLI
|
||||||
fastfetch
|
fastfetch
|
||||||
btop
|
|
||||||
|
|
||||||
# GUI
|
# GUI
|
||||||
notepadqq
|
notepadqq
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue