From 0f472179ea1aaab0ab68a109c34fd78b25642422 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:09:26 -0400 Subject: migration to mostly nix --- home-config/home-configuration.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 1436167..47cd45c 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -37,7 +37,7 @@ (define %home-symlinks ; `((".config/guix/home-config/fish" ".config/fish") ; (".config/guix/home-config/nix-config" ".config/nix") - (".config/guix/home-config/nix-combined" ".config/home-manager"))) + `((".config/guix/home-config/nix-files" ".config/home-manager"))) (home-symlinks %home-symlinks) @@ -152,8 +152,9 @@ (home-bash-configuration (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") ("ls" . "ls -p --color=auto") - ("spt" . "spotify_player") - ("python" . "python3"))) + ;("spt" . "spotify_player") + ;("python" . "python3"))) + )) (bashrc (list (local-file "bashrc"))) (bash-profile (list (local-file -- cgit v1.3.1