aboutsummaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:09:26 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-08-24 01:09:26 -0400
commit0f472179ea1aaab0ab68a109c34fd78b25642422 (patch)
tree584f45f02788ce85023d7a6b9c1dbae4c5e869a1 /home-config/home-configuration.scm
parenta16f194100e72ea63633618587e1808ed81f864c (diff)
migration to mostly nix
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm7
1 files changed, 4 insertions, 3 deletions
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 @@
37 (define %home-symlinks 37 (define %home-symlinks
38; `((".config/guix/home-config/fish" ".config/fish") 38; `((".config/guix/home-config/fish" ".config/fish")
39; (".config/guix/home-config/nix-config" ".config/nix") 39; (".config/guix/home-config/nix-config" ".config/nix")
40 (".config/guix/home-config/nix-combined" ".config/home-manager"))) 40 `((".config/guix/home-config/nix-files" ".config/home-manager")))
41 41
42(home-symlinks %home-symlinks) 42(home-symlinks %home-symlinks)
43 43
@@ -152,8 +152,9 @@
152 (home-bash-configuration 152 (home-bash-configuration
153 (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") 153 (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l")
154 ("ls" . "ls -p --color=auto") 154 ("ls" . "ls -p --color=auto")
155 ("spt" . "spotify_player") 155 ;("spt" . "spotify_player")
156 ("python" . "python3"))) 156 ;("python" . "python3")))
157 ))
157 (bashrc (list (local-file 158 (bashrc (list (local-file
158 "bashrc"))) 159 "bashrc")))
159 (bash-profile (list (local-file 160 (bash-profile (list (local-file