Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Bunch of small changes

+10 -2
+6
fish/config.fish
··· 49 49 alias d="kitty +kitten diff" 50 50 end 51 51 52 + # NATS config 53 + set -Ux NATS_URL tls://nats.packetlost.dev 54 + set -Ux NATS_CA /srv/nats/minica.pem 55 + set -Ux NATS_CERT /srv/nats/odin.packetlost.dev/cert.pem 56 + set -Ux NATS_KEY /srv/nats/odin.packetlost.dev/key.pem 57 + 52 58 # Keybindings 53 59 fish_default_key_bindings
+2 -1
noah-home.nix
··· 19 19 btop 20 20 htop 21 21 pavucontrol 22 - unstable.logseq 22 + # Disabled because even unstable is too out-of-date 23 + # unstable.logseq 23 24 element-desktop 24 25 rsync 25 26 unzip
+1
packages.nix
··· 82 82 openssl 83 83 sqlite 84 84 libunwind 85 + libGL 85 86 ]; 86 87 }; 87 88
+1 -1
ssh/extra
··· 83 83 IdentityFile ~/.ssh/id_ed25519 84 84 85 85 Host seedbox 86 - HostName lw914.usbx.me 86 + HostName canopus.usbx.me 87 87 User ngp 88 88 IdentityFile ~/.ssh/id_ed25519 89 89