2 files changed, 8 insertions(+), 7 deletions(-)
M config.scm
R home/{dotfiles/dwl/print.sh => modules/ruther/home/dwl/scripts/print.sh}
M config.scm => config.scm +8 -7
@@ 86,12 86,12 @@
%base-packages))
(services
- (append (list (service gnome-desktop-service-type)
- (set-xorg-configuration
- (xorg-configuration
- (keyboard-layout keyboard-layout)))
- (service bluetooth-service-type)
- (service nix-service-type)
+ (append (list (service bluetooth-service-type)
+ (service nix-service-type
+ (nix-configuration
+ (extra-config
+ '("experimental-features = nix-command flakes\n"
+ "extra-platforms = aarch64-linux"))))
(service power-profiles-daemon-service-type)
(service screen-locker-service-type
@@ 135,6 135,7 @@
(allowed-ips '("192.168.32.0/24"))))))))
(modify-services
%desktop-services
+ (delete gdm-service-type)
(mingetty-service-type config => (if (string=? (mingetty-configuration-tty config) "tty1")
(mingetty-configuration
(inherit config)
@@ 156,7 157,7 @@
%default-substitute-urls))
(authorized-keys
(append (list (local-file "keys/nonguix-signing-key.pub"))
- %default-authorized-guix-keys))))))) ;; todo remove gdm
+ %default-authorized-guix-keys)))))))
;; Allow resolution of '.local' host names with mDNS.
R home/dotfiles/dwl/print.sh => home/modules/ruther/home/dwl/scripts/print.sh +0 -0