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.

Small changes, add nvim colorizer

+19 -9
+6 -6
flake.lock
··· 23 23 }, 24 24 "nixpkgs": { 25 25 "locked": { 26 - "lastModified": 1740339700, 27 - "narHash": "sha256-cbrw7EgQhcdFnu6iS3vane53bEagZQy/xyIkDWpCgVE=", 26 + "lastModified": 1741862977, 27 + "narHash": "sha256-prZ0M8vE/ghRGGZcflvxCu40ObKaB+ikn74/xQoNrGQ=", 28 28 "owner": "nixos", 29 29 "repo": "nixpkgs", 30 - "rev": "04ef94c4c1582fd485bbfdb8c4a8ba250e359195", 30 + "rev": "cdd2ef009676ac92b715ff26630164bb88fec4e0", 31 31 "type": "github" 32 32 }, 33 33 "original": { ··· 39 39 }, 40 40 "nixpkgs-unstable": { 41 41 "locked": { 42 - "lastModified": 1740367490, 43 - "narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", 42 + "lastModified": 1742069588, 43 + "narHash": "sha256-C7jVfohcGzdZRF6DO+ybyG/sqpo1h6bZi9T56sxLy+k=", 44 44 "owner": "nixos", 45 45 "repo": "nixpkgs", 46 - "rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", 46 + "rev": "c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5", 47 47 "type": "github" 48 48 }, 49 49 "original": {
+1 -1
noah-home.nix
··· 19 19 mtr 20 20 moreutils 21 21 rsync 22 + bash 22 23 tmux 23 24 24 - rsync 25 25 unzip 26 26 fd 27 27 jq
+1
nvim/lua/plugins.lua
··· 395 395 cmd = "SupermavenStart" 396 396 }, 397 397 { "imsnif/kdl.vim", lazy = true, ft = "kdl" }, 398 + { "catgoose/nvim-colorizer.lua", lazy = true, ft = {"css", "html", "toml", "conf"}} 398 399 } 399 400 })
+1 -1
scripts/nr
··· 6 6 pkg=$1 7 7 shift 8 8 9 - exec nix run 'nixpkgs#'^$pkg -- $* 9 + exec nix run --impure 'nixpkgs#'^$pkg -- $*
+10 -1
ssh/extra
··· 5 5 Host 192.168.1.* 6 6 ForwardAgent yes 7 7 8 + # ghostty terminfo isn't on Google VMs 9 + Host 34.* 10 + SetEnv TERM=xterm-256color 11 + Host 35.* 12 + SetEnv TERM=xterm-256color 13 + Host 104.* 14 + SetEnv TERM=xterm-256color 15 + Host 146.* 16 + SetEnv TERM=xterm-256color 17 + 8 18 Host *.local 9 19 ForwardAgent yes 10 20 ··· 110 120 111 121 Host chillwave 112 122 HostName 100.95.1.23 113 - User ambient 114 123 IdentityFile ~/.ssh/id_ed25519 115 124 116 125 Host glitch