rebuilding minimised nix files

This commit is contained in:
2026-03-02 18:39:56 +01:00
parent 9ec39c7565
commit d516986c3f
2 changed files with 301 additions and 304 deletions
+300 -302
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -1,10 +1,9 @@
{ config, pkgs, lib, flakeRoot, ... }:
{ config, pkgs, lib, ... }:
{
programs.zsh = {
enable = true;
enableCompletion = true;
autocd = true;
# Recommended: keep zsh config in one dir (relative to $HOME)
dotDir = ".config/zsh";
oh-my-zsh = {
enable = true;