From db7e745cfe9910d5e21cbc6ce7e549fdcd12b318 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 14 Sep 2024 14:57:52 +0200 Subject: [PATCH] feat: remove gdm, xorg --- config.scm | 15 ++++++++------- .../ruther/home/dwl/scripts}/print.sh | 0 2 files changed, 8 insertions(+), 7 deletions(-) rename home/{dotfiles/dwl => modules/ruther/home/dwl/scripts}/print.sh (100%) diff --git a/config.scm b/config.scm index 2a35000..09f05c1 100644 --- a/config.scm +++ b/config.scm @@ -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. diff --git a/home/dotfiles/dwl/print.sh b/home/modules/ruther/home/dwl/scripts/print.sh similarity index 100% rename from home/dotfiles/dwl/print.sh rename to home/modules/ruther/home/dwl/scripts/print.sh -- 2.48.1