My dotfiles for my nixos machines and infra
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

test

MrSnowy deff0780 9a8ff9e8

+3 -2
+3 -2
server/home-manager/apps/fish.nix
··· 16 16 # }; 17 17 shellInit = '' 18 18 set -xg fish_color_command blue 19 + echo hello 19 20 ''; 20 21 shellAliases = { 21 22 fetch = "clear && fastfetch"; ··· 29 30 myip6 = "curl https://v6.ipinfo.io/ip"; 30 31 docres = "docker compose down && docker compose up -d"; 31 32 docvol = "cd ~/.local/share/docker/volumes"; 32 - 33 + 33 34 logboot = "journalctl --boot=-1 --reverse"; 34 35 reslave = "nh os switch ~/Nixos -u && nh clean all"; 35 36 rebuild = "nh os switch ~/Nixos"; 36 37 rebuildc = "nh os switch ~/Nixos && nh clean all"; 37 38 }; 38 39 }; 39 - } 40 + }