From 426df5d5095b0eb6ec763fc11343f2097bd53803 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 6 Sep 2023 12:39:00 -0400 Subject: refactor --- home-config/home-configuration.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'home-config') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 372eb0f..0270199 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -6,7 +6,6 @@ (use-modules (gnu home) (gnu packages) - (gnu packages vim) (gnu packages gcc) (gnu packages gnupg) (gnu packages virtualization) @@ -19,14 +18,9 @@ (gnu home services) (home-services pipewire) (home-packages mozillia) + (home-packages vim) (home-packages audio)) -(define my-neovim - (package - (inherit neovim) - (native-inputs - (modify-inputs (package-native-inputs neovim) - (prepend gcc-12))))) (home-environment ;; Below is the list of packages that will show up in your @@ -77,7 +71,7 @@ "tree-sitter-cli" "python-pynvim")) - (list my-neovim easyeffects firefox-wayland-new))) + (list neovim-new easyeffects firefox-wayland-new))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. @@ -86,6 +80,7 @@ (home-zsh-configuration (zshrc (list (local-file "zsh/zshrc"))) (zprofile (list (local-file "zsh/zprofile"))))) + (service home-xdg-configuration-files-service-type `(("nvim/init.vim" ,(local-file "nvim/init.vim")) ("sway" ,(local-file "sway" #:recursive? #t)) -- cgit v1.2.3-freya