From 235403c236d48e89d3068d7b3d60555af3db926d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 2 Apr 2022 00:28:10 -0700 Subject: Replace fish with zsh There are some issues with loading things from fish, ZSH is easier to work with in Guix. --- oni/home/data/config.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'oni/home') diff --git a/oni/home/data/config.scm b/oni/home/data/config.scm index 554b96f..9757760 100644 --- a/oni/home/data/config.scm +++ b/oni/home/data/config.scm @@ -29,10 +29,7 @@ (latitude 49.2127205) (longitude 122.9267927))) - (service home-fish-service-type - (home-fish-configuration - (aliases - '(("hc" . "herbstclient"))))) + (service home-zsh-service-type) (service home-rofi-service-type (home-rofi-configuration -- cgit v1.2.3-54-g00ecf