nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ec0adb1e8a1187643ada235a371d361a91cefe9a
parent 0f85c503e73809c1aa5e6cd3a576f3d220f186aa
Author: Toni Brown <me@tb148.net>
Date:   Tue, 24 Mar 2026 10:38:43 +0800

upgrade to new defaults

Diffstat:
Mhome.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home.nix b/home.nix @@ -4,7 +4,6 @@ ... }: { imports = [ - ./starship.nix # ./starship.nix # ./vesktop.nix ./zed-editor.nix @@ -29,6 +28,7 @@ templates = "${config.home.homeDirectory}/template"; videos = "${config.home.homeDirectory}/video"; }; + xdg.userDirs.setSessionVariables = false; home.packages = with pkgs; [ brave