my nix config
0
fork

Configure Feed

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

changes from gudboye on Tue Dec 16 11:22:35 PM WITA 2025

+7
+7
.helix/languages.toml
··· 1 + [language-server.nixd.config] 2 + nixpkgs.expr = "import (import ./npins).nixpkgs { }" 3 + formatting.command = ["nixfmt"] 4 + 5 + [language-server.nixd.config.options] 6 + nixos.expr = "(import ./.).options" 7 + home-manager.expr = "(import ./home).options"