From 6d6c585583c236e8ea05ff853bfaed3e09321b0c Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 28 Mar 2024 23:47:16 +0100 Subject: [PATCH] . --- Makefile | 2 +- config.org | 5 +++-- config.scm | 5 +++-- home/home-configuration.scm | 4 +--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index c07d959..f7bf461 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ reconfigure: mkdir -p ~/.config/guix - cp channels.scm ~/.config/guix/channels.scm + ln -sf `pwd`/channels.scm ~/.config/guix/channels.scm guix archive --authorize < signing-key.pub guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org' make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user diff --git a/config.org b/config.org index e8cdd5c..694801a 100644 --- a/config.org +++ b/config.org @@ -12,7 +12,7 @@ #+begin_src makefile :tangle Makefile reconfigure: mkdir -p ~/.config/guix - cp channels.scm ~/.config/guix/channels.scm + ln -sf `pwd`/channels.scm ~/.config/guix/channels.scm guix archive --authorize < signing-key.pub guix system reconfigure ./config.scm --substitute-urls='https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://substitutes.nonguix.org' make -C /home/zilti/.guix-home/profile/lib/browserpass hosts-firefox-user @@ -234,7 +234,7 @@ These services are unmodified, or have just few settings. | virtlog | () | | fstrim | () | | fprintd | () | -| plasma-desktop | () | +| seatd | () | | sddm | () | #+NAME: root-simple-service-block @@ -302,6 +302,7 @@ These services are unmodified, or have just few settings. (delete gdm-service-type) (delete screen-locker-service-type) (delete login-service-type) + (delete elogind-service-type) (delete mingetty-service-type) (delete console-font-service-type) (delete pulseaudio-service-type) diff --git a/config.scm b/config.scm index 1a9c97e..82d7262 100644 --- a/config.scm +++ b/config.scm @@ -116,6 +116,7 @@ (delete gdm-service-type) (delete screen-locker-service-type) (delete login-service-type) + (delete elogind-service-type) (delete mingetty-service-type) (delete console-font-service-type) (delete pulseaudio-service-type) @@ -156,8 +157,8 @@ fprintd-service-type (fprintd-configuration)) (service - plasma-desktop-service-type - (plasma-desktop-configuration)) + seatd-service-type + (seatd-configuration)) (service sddm-service-type (sddm-configuration))) (list polkit-wheel-service) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 505c7eb..64cb61c 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -149,8 +149,6 @@ "entr" "eternalterminal" "diff-so-fancy" - "dolphin" - "dolphin-plugins" "firefox" "flatpak" "font-libertinus" @@ -163,6 +161,7 @@ "guile" "glibc-locales" "hstr" + "hyprland" "icecat" "icedove-wayland" "kitty" @@ -180,7 +179,6 @@ "nss-certs" "nwg-displays" "okular" - "openjdk" "openssh" "password-store" "pass-otp"