aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/programs/fastfetch.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/programs/fastfetch.nix.org')
l---------[-rw-r--r--]nixos/.flake/home/programs/fastfetch.nix.org85
1 files changed, 1 insertions, 84 deletions
diff --git a/nixos/.flake/home/programs/fastfetch.nix.org b/nixos/.flake/home/programs/fastfetch.nix.org
index 96b2044..25e2716 100644..120000
--- a/nixos/.flake/home/programs/fastfetch.nix.org
+++ b/nixos/.flake/home/programs/fastfetch.nix.org
@@ -1,84 +1 @@
-#+title: Fastfetch Configuration
-
-Specify the layout for =fastfetch=.
-#+begin_src nix :tangle ~/.flake/home/programs/fastfetch.nix :mkdirp yes
- { config, pkgs, ... }:
-
- {
- programs.fastfetch = {
- enable = true;
- settings = {
- logo = {
- type = "raw";
- source = "~/.config/fastfetch/logo.sixel";
- width = 40;
- height = 19;
- };
- display = {
- separator = " ";
- };
- modules = [
- "title"
- {
- type = "custom";
- format = "──────────────────────────────────";
- }
- {
- type = "os";
- key = "";
- }
- {
- type = "kernel";
- key = "󰞸";
- }
- {
- type = "uptime";
- key = "";
- }
- {
- type = "packages";
- key = "";
- }
- {
- type = "shell";
- key = "";
- }
- {
- type = "display";
- key = "󰍹";
- }
- {
- type = "wm";
- key = "";
- }
- {
- type = "terminal";
- key = "";
- }
- {
- type = "cpu";
- key = "";
- }
- {
- type = "gpu";
- key = "";
- }
- {
- type = "memory";
- key = "";
- }
- {
- type = "disk";
- key = "";
- }
- {
- type = "locale";
- key = "";
- }
- "break"
- "colors"
- ];
- };
- };
- }
-#+end_src
+../../../../common/.flake/home/programs/fastfetch.nix.org \ No newline at end of file