diff options
author | bd <bdunahu@colostate.edu> | 2024-01-12 01:38:34 -0700 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-01-12 01:38:34 -0700 |
commit | 998047b5e0fef7eebbd42f882d50623c485e803f (patch) | |
tree | 12bf2738c4909a88935767e6aa8f6f57af5eccbe /.config/guix/hati.scm | |
parent | a46b4ee2218927096003a6861441cd10fb59bf66 (diff) |
vpn package specification addition, moved emacs-manifest.scm
Diffstat (limited to '.config/guix/hati.scm')
-rw-r--r-- | .config/guix/hati.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/guix/hati.scm b/.config/guix/hati.scm index 70b9a6b..3684100 100644 --- a/.config/guix/hati.scm +++ b/.config/guix/hati.scm @@ -11,7 +11,6 @@ #:use-module (gnu home services) #:use-module (gnu services) #:use-module (guix gexp) - #:use-module (emacs) #:use-module (xdg) #:use-module (shell) #:use-module (ssh) @@ -52,8 +51,7 @@ (home-environment (packages `(,@desktop-packages - ,@program-packages - ,@emacs-packages)) + ,@program-packages)) (services `(,@xdg-service |