commit 44d8de729a76d805e9e3eebd5c16959e30f210eb
parent fb9e9d85c6b73883d88e7989e5c19540ef8d0905
Author: vin <git@vineetk.net>
Date: Sat, 17 Aug 2024 18:29:04 -0400
remove slim
Diffstat:
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/system.scm b/system.scm
@@ -26,15 +26,14 @@
(comment "Vineet")
(group "users")
(home-directory "/home/vin")
- (supplementary-groups '("wheel" "netdev" "audio" "video"))
+ (supplementary-groups '("wheel" "netdev" "audio" "video" "input" "tty"))
(shell (file-append zsh "/bin/zsh")))
%base-user-accounts))
;; Packages installed system-wide. Users can also install packages
;; under their own account: use 'guix search KEYWORD' to search
;; for packages and 'guix install PACKAGE' to install a package.
- (packages (append (list (specification->package "opendoas")
- (specification->package "tlp"))
+ (packages (append (map specification->package '("opendoas" "rsync" "tlp"))
%base-packages))
;; Below is the list of system services. To search for available
@@ -52,6 +51,12 @@
(service wpa-supplicant-service-type)
(service network-manager-service-type)
(service tlp-service-type)
+ ; (service slim-service-type (slim-configuration
+ ; (display ":0")
+ ; (vt "vt7")
+ ; (xorg-configuration
+ ; (xorg-configuration
+ ; (keyboard-layout keyboard-layout)))))
(service ntp-service-type))
;(service cups-service-type))