diff --git a/config.org b/config.org index 977d5db..e039cb8 100644 --- a/config.org +++ b/config.org @@ -53,6 +53,7 @@ There are many community modules at [[https://whereis.みんな/][Whereis]]. - gnu services docker - gnu services linux - gnu services networking +- gnu services nix - gnu services pm - gnu services sddm - gnu services sound @@ -242,18 +243,19 @@ This adds the Nonguix channel. These services are unmodified, or have just few settings. #+NAME: root-simple-services -| Service | Options | -|-----------+--------------------------------------------------| -| tlp | () | -| thermald | ((adaptive? #t)) | -| bluetooth | () | -| earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) | -| inputattach | () | -| libvirt | ((unix-sock-group "libvirt")) | -| virtlog | () | -| fstrim | () | -| fprintd | () | -| sddm | () | +| Service | Options | +|-------------+------------------------------------------------------| +| tlp | () | +| thermald | ((adaptive? #t)) | +| bluetooth | () | +| earlyoom | ((minimum-available-memory 5) (minimum-free-swap 5)) | +| inputattach | () | +| libvirt | ((unix-sock-group "libvirt")) | +| nix | () | +| virtlog | () | +| fstrim | () | +| fprintd | () | +| sddm | () | #+NAME: root-simple-service-block #+begin_src scheme :noweb yes :exports none :results output diff --git a/config.scm b/config.scm index 8b0c4f0..a567c80 100644 --- a/config.scm +++ b/config.scm @@ -10,6 +10,7 @@ (gnu services docker) (gnu services linux) (gnu services networking) + (gnu services nix) (gnu services pm) (gnu services sddm) (gnu services sound) @@ -145,6 +146,7 @@ libvirt-service-type (libvirt-configuration (unix-sock-group "libvirt"))) + (service nix-service-type (nix-configuration)) (service virtlog-service-type (virtlog-configuration)) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 820d81e..69375f6 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -180,6 +180,7 @@ "liquidprompt" "libsecret" "make" + "nix" "nm-tray" "nnn" "nss-certs" @@ -192,6 +193,7 @@ "perl-mozilla-ca" "pinentry-qt" "process-compose" + "qtwayland" "pv" "rsync" "rust"