Fix certain non-nixos issues

This commit is contained in:
Bun 2025-04-21 20:14:20 -04:00
parent 4644944dfd
commit 926c18cc4d
4 changed files with 10 additions and 1 deletions

View file

@ -9,6 +9,7 @@
MANPAGER = "nvim +Man!";
NIXPKGS_ALLOW_UNFREE = 1;
XDG_SCREENSHOTS_DIR = "$XDG_PICTURES_DIR/Screenshots";
ZSH_DISABLE_COMPFIX = "true";
};
};
}