rebuilding minimised nix files

This commit is contained in:
2026-03-02 18:35:30 +01:00
parent fd7b351f74
commit 3d8ba56729
2 changed files with 303 additions and 303 deletions
+301 -301
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, pkgs, lib, flakeRoot, ... }:
{ config, pkgs, lib, flakeRoot, ... }:
{
programs.zsh = {
enable = true;
@@ -18,7 +18,7 @@
"history"
"docker"
"kubectl"
];
];
};
autosuggestion.enable = true;
syntaxHighlighting.enable = true;