mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Install fastfetch
This commit is contained in:
parent
c2d7fea1fb
commit
f8a1682370
1 changed files with 3 additions and 2 deletions
|
|
@ -37,9 +37,10 @@
|
||||||
spotifyd.enable = true;
|
spotifyd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.btop.enable = true;
|
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
pkgs.btop
|
||||||
|
pkgs.fastfetch
|
||||||
|
|
||||||
pkgs.notepadqq
|
pkgs.notepadqq
|
||||||
pkgs.brave
|
pkgs.brave
|
||||||
pkgs.cinnamon.nemo-with-extensions
|
pkgs.cinnamon.nemo-with-extensions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue