From 9026be364d5e7ec04c739bfbc5fcc20b03bddf43 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Wed, 10 Apr 2024 20:13:45 -0400 Subject: FISH --- home-config/home-configuration.scm | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 4dac5b1..316f12a 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -18,6 +18,7 @@ (gnu home services) (ryan-services pipewire) (ryan-services spotify) + (ryan-services file-manager) (ryan-config utils) (ryan-packages freedesktop) (ryan-packages calcurse) @@ -30,6 +31,11 @@ (modify-inputs (package-native-inputs neovim) (prepend gcc-12))))) +(define %home-symlinks + `((".config/guix/home-config/fish/fish_variables" ".config/fish/fish_variables"))) + +(home-symlinks %home-symlinks) + (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. @@ -125,10 +131,10 @@ (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"))) + ;(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 @@ -144,6 +150,7 @@ ("fish/conf.d" ,(local-file "fish/conf.d" #:recursive? #t)) ("fish/fish_plugins" ,(local-file "fish/fish_plugins")) ("fish/functions" ,(local-file "fish/functions" #:recursive? #t)) + ("fish/config.fish" ,(local-file "fish/config.fish")) ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) ("waybar" ,(local-file "waybar" #:recursive? #t)) ("alacritty" ,(local-file "alacritty" #:recursive? #t)) @@ -162,7 +169,7 @@ (service home-pipewire-service-type) (service home-spotifyd-service-type) (service home-dbus-service-type) - ;;; trying some changes + ;;; trying some changes ;(template-files "." ;'("spotify-player/app.toml" ;;; -- cgit v1.2.3