Corrected path to kitty.conf

This commit is contained in:
2026-02-25 21:33:02 +01:00
parent 1732f519a8
commit aec799281c
6 changed files with 33 additions and 47 deletions
+1 -10
View File
@@ -1,19 +1,11 @@
{
config,
pkgs,
lib,
flakeRoot,
...
}:
{ config, pkgs, lib, flakeRoot, ... }:
{
programs.zsh = {
enable = true;
enableCompletion = true;
autocd = true;
# Optional but recommended: keep zsh config in one dir (relative to $HOME)
dotDir = ".config/zsh";
oh-my-zsh = {
enable = true;
theme = "";
@@ -28,7 +20,6 @@
"kubectl"
];
};
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};