added zig lsp.
This commit is contained in:
parent
a08109dc84
commit
3ac448bfa9
4 changed files with 29 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue