❄️ Dotfiles for our NixOS system configuration.
at master 1.0 kB view raw
1{ 2 "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", 3 "logo": { 4 "padding": { 5 "top": 2 6 } 7 }, 8 "modules": [ 9 "title", 10 "separator", 11 "os", 12 "host", 13 "kernel", 14 "uptime", 15 "processes", 16 "packages", 17 "shell", 18 { 19 "type": "display", 20 "compactType": "original" 21 }, 22 "de", 23 "wm", 24 { 25 "type": "cpu", 26 "showPeCoreCount": true, 27 "temp": true 28 }, 29 { 30 "type": "gpu", 31 "driverSpecific": true, 32 "temp": true 33 }, 34 "memory", 35 "swap", 36 "disk", 37 "btrfs", 38 "zpool", 39 { 40 "type": "battery", 41 "temp": true 42 }, 43 "poweradapter", 44 "player", 45 "media", 46 { 47 "type": "localip" 48 }, 49 { 50 "type": "weather", 51 "timeout": 1000 52 }, 53 "break" 54 ] 55}