From d33d6cd70c6e4836d171abb6af51ff7856315264 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Fri, 13 Sep 2024 20:51:57 +0200 Subject: [PATCH] fixes --- bash/.bashrc | 2 +- nix/.config/nix/nix.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index db4c56e..fc25da9 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1 +1 @@ -source /etc/bashrc +source /etc/bash.bashrc diff --git a/nix/.config/nix/nix.conf b/nix/.config/nix/nix.conf index cff1577..77b7f88 100644 --- a/nix/.config/nix/nix.conf +++ b/nix/.config/nix/nix.conf @@ -1,2 +1,3 @@ auto-optimise-store = true experimental-features = nix-command flakes +use-xdg-base-directories = true