summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 18:52:05 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 18:52:05 -0400
commit9a856d3a5b1f2571a0b575b7476cfae6f0ca9437 (patch)
treec15165bb39b036acb66a6549188e7533007bff5c /home-config/home-configuration.scm
parent48409f81f8dfacbb7cadc7cd4ad890353b7c0451 (diff)
Nix... Nix home manager.. on MY Guix installation?? More likely than
you'd think!
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 64d1236..10c8374 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -40,8 +40,6 @@
40 "lsof" 40 "lsof"
41 "pavucontrol" 41 "pavucontrol"
42 "bind:utils" 42 "bind:utils"
43 "firefox"
44 "irssi"
45 "font-cns11643" 43 "font-cns11643"
46 "syncthing" 44 "syncthing"
47 "perl" 45 "perl"
@@ -97,13 +95,15 @@
97 ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) 95 ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim"))
98 ("sway" ,(local-file "sway" #:recursive? #t)) 96 ("sway" ,(local-file "sway" #:recursive? #t))
99 ("waybar" ,(local-file "waybar" #:recursive? #t)) 97 ("waybar" ,(local-file "waybar" #:recursive? #t))
100 ("alacritty" ,(local-file "alacritty" #:recursive? #t)) )) 98 ("alacritty" ,(local-file "alacritty" #:recursive? #t))
99 ("home-manager" ,(local-file "nix-home-manager" #:recursive? #t)) ))
101 (service home-files-service-type 100 (service home-files-service-type
102 `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) 101 `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim"))
103 (".ssh/config" ,(local-file "ssh/config")) 102 (".ssh/config" ,(local-file "ssh/config"))
104 ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) 103 ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
105 ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) 104 ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
106 (".fonts" ,(local-file "fonts" #:recursive? #t)))) 105 (".fonts" ,(local-file "fonts" #:recursive? #t))
106 (".nix-channels" ,(local-file "nix-channels"))))
107 (service home-pipewire-service-type) 107 (service home-pipewire-service-type)
108 (service home-dbus-service-type) 108 (service home-dbus-service-type)
109 (service home-gpg-agent-service-type 109 (service home-gpg-agent-service-type