From ddd6e973d651b9d9c4d160c8ebb288daa071e259 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 20 Jan 2025 20:49:03 -0500 Subject: Updated Thinkpad config to latest, updated all packages, updated docker compose, changed nixGL to make hyprland work again, now using bash with starship config --- home-config/home-configuration.scm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 93ec9e1..3e35a56 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -37,7 +37,6 @@ (define %home-symlinks `((".config/guix/home-config/fish" ".config/fish") (".config/guix/home-config/nix-config" ".config/nix") - (".config/guix/home-config/tridactyl/native_main" ".local/share/tridactyl/native_main") (".config/guix/home-config/nix-home-manager" ".config/home-manager"))) (home-symlinks %home-symlinks) @@ -140,16 +139,16 @@ ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services - (list ;(service home-bash-service-type - ; (home-bash-configuration - ;(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") - ; ("ls" . "ls -p --color=auto") - ; ("spt" . "spotify_player") - ; ("python" . "python3"))) - ; (bashrc (list (local-file - ; "bashrc"))) - ; (bash-profile (list (local-file - ; "bash_profile"))))) + (list (service home-bash-service-type + (home-bash-configuration + (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") + ("ls" . "ls -p --color=auto") + ("spt" . "spotify_player") + ("python" . "python3"))) + (bashrc (list (local-file + "bashrc"))) + (bash-profile (list (local-file + "bash_profile"))))) (service home-xdg-configuration-files-service-type `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) -- cgit v1.2.3