summaryrefslogtreecommitdiff
path: root/modules/home-config
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-06 22:23:01 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-06 22:23:01 -0400
commitf1b0bfd81f10e048d6552a8604dc2ba582945147 (patch)
treea35f10e65d8b785eb9a120e9c343ae68638b2f64 /modules/home-config
parentrefactor (diff)
downloaddotfiles-guix-f1b0bfd81f10e048d6552a8604dc2ba582945147.tar.gz
dotfiles-guix-f1b0bfd81f10e048d6552a8604dc2ba582945147.tar.bz2
dotfiles-guix-f1b0bfd81f10e048d6552a8604dc2ba582945147.zip
fuck libvirt fuck libvirt fuck libvirt fuck libvirt fuck libvirt
Diffstat (limited to 'modules/home-config')
-rw-r--r--modules/home-config/base-system.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm
index 7a4b2b2..c96f3f8 100644
--- a/modules/home-config/base-system.scm
+++ b/modules/home-config/base-system.scm
@@ -24,6 +24,7 @@
#:use-module (gnu services authentication)
#:use-module (gnu services virtualization)
#:use-module (home-packages wm)
+ #:use-module (home-packages virtualization)
#:use-module (home-services virtualization))
(define %my-base-packages
@@ -76,7 +77,7 @@
"nss-certs"
"gvfs"
"gnupg"
- "virt-manager"
+ ;; "virt-manager"
"light"
"waybar"
"avahi"
@@ -100,7 +101,7 @@
"wireshark"
"zsh"
"neovim"))
- (list swaylock-effects-new)
+ (list swaylock-effects-new virt-manager-new)
%my-base-packages))
;; Below is the list of system services. TO search for available