diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:32:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:32:19 -0700 |
| commit | 464eb008a9b03f3de39d0f9b4155660f447d0ae4 (patch) | |
| tree | 461f05c4abdcf3c0b4178df4bc5f7cdfff3dfe09 /home/ebisu/shared/rice/default.nix | |
| parent | home: split filesystem to shared (diff) | |
| download | nixos-config-464eb008a9b03f3de39d0f9b4155660f447d0ae4.tar.xz nixos-config-464eb008a9b03f3de39d0f9b4155660f447d0ae4.zip | |
home: move rice to shared
Diffstat (limited to 'home/ebisu/shared/rice/default.nix')
| -rw-r--r-- | home/ebisu/shared/rice/default.nix | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/home/ebisu/shared/rice/default.nix b/home/ebisu/shared/rice/default.nix new file mode 100644 index 0000000..e9c70a1 --- /dev/null +++ b/home/ebisu/shared/rice/default.nix @@ -0,0 +1,27 @@ +{ pkgs, ... }: +{ + imports = [ + ./bottom.nix + ./fastfetch.nix + ./glances.nix + ./gtk.nix + ]; + + programs = { + btop.enable = true; + pywal.enable = true; + }; + + home.packages = with pkgs; [ + cpufetch + iotop + nvtopPackages.nvidia + htop-vim + iftop + neofetch + microfetch + pfetch-rs + ipfetch + hayabusa + ]; +} |