My Nix Infra
nix nixos
0
fork

Configure Feed

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

add gitconfig for tangled & enable direnv

ydcjeff 89009b30 fee14d73

+27 -14
+6
config/git/config
··· 45 45 [includeIf "hasconfig:remote.*.url:ssh://git@codeberg.org/**"] 46 46 path = ~/.config/git/codeberg 47 47 48 + [includeIf "hasconfig:remote.*.url:https://tangled.org/**"] 49 + path = ~/.config/git/tangled 50 + 51 + [includeIf "hasconfig:remote.*.url:git@tangled.org:*/**"] 52 + path = ~/.config/git/tangled 53 + 48 54 [init] 49 55 defaultBranch = main 50 56
+7
config/git/tangled
··· 1 + [user] 2 + name = ydcjeff 3 + email = ydcjeff@tutanota.de 4 + signingkey = ~/.ssh/tangled.pub 5 + 6 + [gpg] 7 + format = ssh
-1
config/kanshi/config
··· 17 17 18 18 profile laptop-only { 19 19 output "eDP-1" enable 20 - output $MSI_27 disable 21 20 } 22 21 23 22 profile all {
+13 -13
flake.lock
··· 75 75 ] 76 76 }, 77 77 "locked": { 78 - "lastModified": 1760701190, 79 - "narHash": "sha256-y7UhnWlER8r776JsySqsbTUh2Txf7K30smfHlqdaIQw=", 78 + "lastModified": 1764350888, 79 + "narHash": "sha256-6Rp18zavTlnlZzcoLoBTJMBahL2FycVkw2rAEs3cQvo=", 80 80 "owner": "nix-community", 81 81 "repo": "disko", 82 - "rev": "3a9450b26e69dcb6f8de6e2b07b3fc1c288d85f5", 82 + "rev": "2055a08fd0e2fd41318279a5355eb8a161accf26", 83 83 "type": "github" 84 84 }, 85 85 "original": { ··· 165 165 ] 166 166 }, 167 167 "locked": { 168 - "lastModified": 1758463745, 169 - "narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=", 168 + "lastModified": 1763992789, 169 + "narHash": "sha256-WHkdBlw6oyxXIra/vQPYLtqY+3G8dUVZM8bEXk0t8x4=", 170 170 "owner": "nix-community", 171 171 "repo": "home-manager", 172 - "rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3", 172 + "rev": "44831a7eaba4360fb81f2acc5ea6de5fde90aaa3", 173 173 "type": "github" 174 174 }, 175 175 "original": { ··· 181 181 }, 182 182 "nixpkgs": { 183 183 "locked": { 184 - "lastModified": 1761301304, 185 - "narHash": "sha256-/UR943qCkSDpSJrABtcHn56cglxJoX45ezW1LtEHpUw=", 186 - "rev": "c8aa8cc00a5cb57fada0851a038d35c08a36a2bb", 184 + "lastModified": 1764316264, 185 + "narHash": "sha256-UcoE0ISg9Nnzx/2n7VvQl3fRsLg+DcVa/ZGf/DZNHbs=", 186 + "rev": "9a7b80b6f82a71ea04270d7ba11b48855681c4b0", 187 187 "type": "tarball", 188 - "url": "https://releases.nixos.org/nixos/25.05/nixos-25.05.811621.c8aa8cc00a5c/nixexprs.tar.xz" 188 + "url": "https://releases.nixos.org/nixos/25.05/nixos-25.05.813221.9a7b80b6f82a/nixexprs.tar.xz" 189 189 }, 190 190 "original": { 191 191 "type": "tarball", ··· 247 247 "tinted-zed": "tinted-zed" 248 248 }, 249 249 "locked": { 250 - "lastModified": 1760478648, 251 - "narHash": "sha256-Y4l+Y3zUvqIDbyLrtOrzNvp1o50Fp9TYK+iwtwweFU4=", 250 + "lastModified": 1763845106, 251 + "narHash": "sha256-S3HH655nydKoLTuqX8qcJidZH0PiWGB/YcoPomH1DaQ=", 252 252 "owner": "nix-community", 253 253 "repo": "stylix", 254 - "rev": "1ec254101285777db13922303cc47ded06e10bb3", 254 + "rev": "b9b8173a6e31c6d06f328307ddbdf7d6af82b7ad", 255 255 "type": "github" 256 256 }, 257 257 "original": {
+1
modules/desktop.nix
··· 225 225 "DnsOverHttpsMode" = "automatic"; 226 226 }; 227 227 }; 228 + programs.direnv.enable = true; 228 229 229 230 services.displayManager.sddm = { 230 231 enable = true;