summaryrefslogtreecommitdiff
path: root/home/rices/nord-blue/fastfetch.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-12 13:37:13 +0200
commit15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch)
treecaaa600a8f38df84dc269a3844d276393e90262c /home/rices/nord-blue/fastfetch.nix
parent72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff)
Nuked everything
Diffstat (limited to 'home/rices/nord-blue/fastfetch.nix')
-rw-r--r--home/rices/nord-blue/fastfetch.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/home/rices/nord-blue/fastfetch.nix b/home/rices/nord-blue/fastfetch.nix
deleted file mode 100644
index 700ae80..0000000
--- a/home/rices/nord-blue/fastfetch.nix
+++ /dev/null
@@ -1,24 +0,0 @@
-{...}: {
- programs.fastfetch = {
- enable = true;
- settings = {
- logo = {
- type = "builtin";
- source = "nixos_small";
- };
- display.separator = " ";
- modules = [
- "title"
- "os"
- "kernel"
- "uptime"
- "packages"
- "shell"
- "terminal"
- "cpu"
- "memory"
- "disk"
- ];
- };
- };
-}