summaryrefslogtreecommitdiff
path: root/meta/rice/fastfetch
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-26 08:29:49 -0700
committerFuwn <[email protected]>2024-06-26 08:29:49 -0700
commit804df1d72b97aa638d84b663ea00ff26bab5d969 (patch)
tree1eb68c65dac7e9ce3787b562f52879f8f917041a /meta/rice/fastfetch
parenthi (diff)
downloadnixos-config-804df1d72b97aa638d84b663ea00ff26bab5d969.tar.xz
nixos-config-804df1d72b97aa638d84b663ea00ff26bab5d969.zip
flake
Diffstat (limited to 'meta/rice/fastfetch')
-rw-r--r--meta/rice/fastfetch/default.nix34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/rice/fastfetch/default.nix b/meta/rice/fastfetch/default.nix
deleted file mode 100644
index 8ae6284..0000000
--- a/meta/rice/fastfetch/default.nix
+++ /dev/null
@@ -1,34 +0,0 @@
-{ pkgs, ... }: {
- programs.fastfetch = {
- enable = true;
-
- settings = {
- logo = {
- source = "~/Downloads/91363-1550240807.png";
- width = 30;
-
- padding = {
- top = 0;
- };
- };
-
- modules = [
- "title"
- "break"
- "os"
- "kernel"
- "uptime"
- "packages"
- "shell"
- "de"
- "wm"
- "terminal"
- "cpu"
- "gpu"
- "memory"
- "break"
- "colors"
- ];
- };
- };
-}