A lot of little fix on errors

This commit is contained in:
2026-01-25 11:15:18 +01:00
parent 69dc28534e
commit 38852f47a9
6 changed files with 14 additions and 16 deletions
+7 -10
View File
@@ -13,18 +13,15 @@ in
enable = mkEnableOption "System zed service";
};
config = mkIf cfg.enable {
environment = {
systemPackages = with pkgs; [
home.packages = with pkgs; [
# Nix languages parser
nil
nixd
# Nix languages parser
nil
nixd
# Zed Editor
zed-editor
];
};
# Zed Editor
zed-editor
];
};
}
+1 -1
View File
@@ -24,5 +24,5 @@
};
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "25.11";
home.stateVersion = "25.11";
}