added zig lsp.

This commit is contained in:
Gabe Venberg 2025-04-18 15:23:51 +02:00
parent a08109dc84
commit 3ac448bfa9
4 changed files with 29 additions and 4 deletions

View file

@ -9,6 +9,14 @@
# Let Home Manager install and manage itself on non-nixos systems.
programs.home-manager.enable = config.targets.genericLinux.enable;
services.home-manager.autoExpire = {
enable = true;
store = {
cleanup = true;
options = "--delete-older-than 30d";
};
};
# enable flakes on non-nixos systems
nix =
lib.mkIf config.targets.genericLinux.enable