my NixOS and nix-darwin config
0
fork

Configure Feed

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

.

+19 -16
+1
.harper-dictionary.txt
··· 1 + iglobal 1 2 opencode
+12 -12
flake.lock
··· 64 64 "nixpkgs": "nixpkgs" 65 65 }, 66 66 "locked": { 67 - "lastModified": 1776738259, 68 - "narHash": "sha256-6kny5DFPfb5g4cXySyDHzLE2FzBGOFPJhIdpBUfCf74=", 67 + "lastModified": 1777089960, 68 + "narHash": "sha256-P19LD1SKJtVJcms3ubSvKtjcWM9XT8culn2nQyRsdwc=", 69 69 "owner": "suri-codes", 70 70 "repo": "filaments", 71 - "rev": "c39f88f1c4c591b06082c49701bf18780b793f48", 71 + "rev": "82a54e81ff738a9068a73ed8021131241545c26c", 72 72 "type": "github" 73 73 }, 74 74 "original": { ··· 83 83 "rust-overlay": "rust-overlay" 84 84 }, 85 85 "locked": { 86 - "lastModified": 1776705663, 87 - "narHash": "sha256-VYpehR7lZGL658dmFFHVjEq6F4V2tThcCOP5mzguCW8=", 86 + "lastModified": 1776999445, 87 + "narHash": "sha256-vu2S5gnSTS4aDz25mr4yCrKh9sspPVlgD5KQQVHA4AM=", 88 88 "owner": "helix-editor", 89 89 "repo": "helix", 90 - "rev": "1ffcd3a65d8e0d389b0a0d528bd06d14e63cfbea", 90 + "rev": "3beb268068d23294a26b47eab43b0a13a2a3a951", 91 91 "type": "github" 92 92 }, 93 93 "original": { ··· 103 103 ] 104 104 }, 105 105 "locked": { 106 - "lastModified": 1776721614, 107 - "narHash": "sha256-zGuW7C4tsScib2560yE5VV6lY/MdRs30aU9cbg3RP+U=", 106 + "lastModified": 1777138498, 107 + "narHash": "sha256-mZdL0akv+PiA9h4DXNVGCqUeV5NiODy5lzRWoDsYhtI=", 108 108 "owner": "nix-community", 109 109 "repo": "home-manager", 110 - "rev": "c555a4a34a260493be5adb795c54e013c58f2d34", 110 + "rev": "026e21038902970e54226133e718e8c197fac799", 111 111 "type": "github" 112 112 }, 113 113 "original": { ··· 148 148 }, 149 149 "nixpkgs_3": { 150 150 "locked": { 151 - "lastModified": 1776548001, 152 - "narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=", 151 + "lastModified": 1776877367, 152 + "narHash": "sha256-EHq1/OX139R1RvBzOJ0aMRT3xnWyqtHBRUBuO1gFzjI=", 153 153 "owner": "nixos", 154 154 "repo": "nixpkgs", 155 - "rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc", 155 + "rev": "0726a0ecb6d4e08f6adced58726b95db924cef57", 156 156 "type": "github" 157 157 }, 158 158 "original": {
+1 -1
modules/home/shells/default.nix
··· 19 19 20 20 home.shellAliases = { 21 21 era = "sudo ${rebuildCmd} switch --flake ${flakeDir}#${systemName}"; 22 - epoch = "cd ${flakeDir} && git add -A && git commit -m \".\" && sudo ${rebuildCmd} switch --flake .#${systemName} && git push && nh clean all && nix store optimise && find ~/dev -type d -name \"target\" -exec rm -rf {} +"; 22 + epoch = "cd ${flakeDir} && jj c -m \"A new Epoch.\" && sudo ${rebuildCmd} switch --flake .#${systemName} && git push && nh clean all -- optimise && mo clean && mo purge"; 23 23 l = "exa"; 24 24 ls = "exa"; 25 25 lg = "lazygit";
+2 -2
modules/home/term/ghostty/ghostty/config
··· 14 14 15 15 font-family = "TX-02 Medium" 16 16 font-family-bold = "TX-02 Bold" 17 - font-family-italic = "TX-02 Oblique" 17 + font-family-italic = "TX-02 Medium Oblique" 18 18 font-family-bold-italic = "TX-02 ExtraBold Oblique" 19 19 20 20 # ligatures arent properly implemented in my version of the berkeley mono lol ··· 23 23 font-feature = "-liga" 24 24 font-feature = "-dlig" 25 25 26 - font-size = "15.5" 26 + font-size = "15" 27 27 28 28 29 29 # Maple Mono ------------------------------------------------------------------
+3 -1
modules/home/tools/zellij/config/config.kdl
··· 158 158 bind "Super f" { ToggleFloatingPanes; } 159 159 160 160 bind "Super u" { 161 - NewTab 161 + NewTab { 162 + // name "Filaments" 163 + } 162 164 WriteChars "EDITOR=hx fil\n" 163 165 } 164 166 // for my chud ipad