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/core/rice/fastfetch.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/core/rice/fastfetch.nix')
| -rw-r--r-- | home/ebisu/core/rice/fastfetch.nix | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/home/ebisu/core/rice/fastfetch.nix b/home/ebisu/core/rice/fastfetch.nix deleted file mode 100644 index cc27743..0000000 --- a/home/ebisu/core/rice/fastfetch.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ config, self, ... }: -{ - programs.fastfetch = { - enable = true; - - settings = { - logo = { - source = "${self}/home/${config.home.username}/shared/logo.png"; - width = 30; - padding.top = 0; - }; - - modules = [ - "title" - "break" - "os" - "kernel" - "uptime" - "packages" - "shell" - "de" - "wm" - "terminal" - "cpu" - "gpu" - "memory" - "break" - "colors" - ]; - }; - }; -} |