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
];
};
}