emacs/eshell: restore mistakenly deleted custom eshell prompt
[~bandali/configs] / .config / guix / system / chaman.scm
index 831d9eb..7d9f13b 100644 (file)
@@ -40,9 +40,9 @@
          %base-file-systems))
  (users
   (cons* (user-account
-          (name "mab")
+          (name "bandali")
           (group "users")
-          (home-directory "/home/mab")
+          (home-directory "/home/bandali")
           (supplementary-groups
            '("wheel" "netdev" "audio" "video")))
          %base-user-accounts))
      (listen '("127.0.0.1"))
      (disable-plaintext-auth? #f)
      (auth-mechanisms '("plain"))
-     (postmaster-address "mab@gnu.local")
-     (mail-location "maildir:/home/mab/mail/%d/%n/mail")
+     (postmaster-address "bandali@gnu.local")
+     (mail-location "maildir:/home/bandali/mail/%d/%n/mail")
      (userdbs (list (userdb-configuration
                      (driver "static")
-                     (args (list "uid=mab" "gid=users" "home=/home/mab/mail/%d/%n")))))
+                     (args (list "uid=bandali" "gid=users" "home=/home/bandali/mail/%d/%n")))))
      (passdbs (list (passdb-configuration
                      (driver "passwd-file")
                      (args (list "/data/dovecot-passwd")))))))
@@ -86,4 +86,5 @@
    (simple-service 'my-powertop-auto-tune activation-service-type
                    #~(zero? (system* #$(file-append powertop "/sbin/powertop")
                                      "--auto-tune")))
+   (simple-service 'light-udev-rules udev-service-type (list light))
    %desktop-services)))