summaryrefslogtreecommitdiff
path: root/modules/ryan-config
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-03-26 10:05:44 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-03-26 10:05:44 -0400
commit75b0bef3a2d27c76ae5f5c6705a597e5530cf05a (patch)
tree61425e88f8cf3ba162b339572b08130d8a5a0f7d /modules/ryan-config
parent752de9a6d554b2849281507f841e4adaadf209cf (diff)
fixed firefox? also updated channels and kernel
Diffstat (limited to 'modules/ryan-config')
-rw-r--r--modules/ryan-config/base-system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index 2e58dcf..fe41181 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -100,7 +100,7 @@
100 100
101(define-public base-operating-system 101(define-public base-operating-system
102 (operating-system 102 (operating-system
103 (kernel linux) 103 (kernel linux-6.8)
104 (firmware (list linux-firmware)) 104 (firmware (list linux-firmware))
105 (locale "en_US.utf8") 105 (locale "en_US.utf8")
106 (timezone "America/New_York") 106 (timezone "America/New_York")
@@ -187,6 +187,7 @@
187 (unix-sock-group "libvirt"))) 187 (unix-sock-group "libvirt")))
188 (service virtlog-service-type) 188 (service virtlog-service-type)
189 (simple-service 'spice-polkit polkit-service-type (list spice-gtk)) 189 (simple-service 'spice-polkit polkit-service-type (list spice-gtk))
190 (simple-service 'hwdb-creation etc-service-type (list `("udev-here-oneoneone" ,(plain-file "issue" "test\n"))))
190 (service bluetooth-service-type 191 (service bluetooth-service-type
191 (bluetooth-configuration 192 (bluetooth-configuration
192 (bluez bluez-ryan) 193 (bluez bluez-ryan)