summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-02-04 16:43:14 +0200
committerThanos Apollo <[email protected]>2025-02-04 16:43:14 +0200
commited45e566e02b70c772b84a9a89b3b5c671352c13 (patch)
tree4eafce9eef1b67d5751d4267c7058d72a0579718
parentf0542c333fe5555b4339d0a8f000b56205d320a8 (diff)
guix: system-base: Add hyprland
-rw-r--r--guix/system-create.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/system-create.scm b/guix/system-create.scm
index 6102105..33438f6 100644
--- a/guix/system-create.scm
+++ b/guix/system-create.scm
@@ -23,7 +23,7 @@
package-management)
(define thanos/system-packages
- '("sway" "swaylock" "swaylock-effects" "swaybg"
+ '("hyprland" "swaylock" "swaylock-effects" "swaybg"
"waybar" "gnupg" "pinentry" "font-jetbrains-mono"
"docker" "docker-cli" "dbus" "xf86-input-libinput"
"xf86-video-fbdev" "tailscale-bin" "virt-manager"))
@@ -83,7 +83,7 @@
hosts-service-type
(list (host "192.168.0.100" "constantine"
'())
- (host "192.168.0.101" "uranus"
+ (host "192.168.0.101" "theodora"
'())))
(service transmission-daemon-service-type
@@ -130,7 +130,7 @@
(cpu-boost-on-ac? #t)
(wifi-pwr-on-bat? #t))))
- ;; Services specifics for constantine
+ ;; Services specifics for my desktop
(if (string= hostname "constantine")
(list
(service oci-container-service-type