Put in earplugs
This commit is contained in:
parent
dfb18a5dbb
commit
7d442a62a1
3 changed files with 23 additions and 28 deletions
|
@ -118,7 +118,7 @@ Using =linux-6.7= from nonguix which includes =CONFIG_MT7921E= by default as of
|
||||||
|
|
||||||
testing [[https://community.frame.work/t/adaptive-backlight-management-abm/41055][Adaptive Backlight Management (ABM)]]
|
testing [[https://community.frame.work/t/adaptive-backlight-management-abm/41055][Adaptive Backlight Management (ABM)]]
|
||||||
#+BEGIN_SRC scheme
|
#+BEGIN_SRC scheme
|
||||||
(kernel-arguments '("amdgpu.abmlevel=3"))
|
;; (kernel-arguments '("amdgpu.abmlevel=3"))
|
||||||
;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; required prior to 6.7
|
;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; required prior to 6.7
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
@ -339,14 +339,18 @@ details can be found (and mostly ignored) in [[https://guix.gnu.org/cookbook/en
|
||||||
|
|
||||||
*** display manager
|
*** display manager
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
;; (service sddm-service-type
|
;; (service gdm-service-type
|
||||||
;; (sddm-configuration
|
;; (gdm-configuration
|
||||||
;; (display-server "wayland")
|
;; (auto-suspend? #f)
|
||||||
;; (remember-last-user? #t)))
|
;; (xorg-configuration
|
||||||
|
;; (xorg-configuration
|
||||||
|
;; (keyboard-layout keyboard-layout)
|
||||||
|
|
||||||
(service gdm-service-type
|
(service sddm-service-type
|
||||||
(gdm-configuration
|
(sddm-configuration
|
||||||
(auto-suspend? #f)
|
(display-server "x11")
|
||||||
|
(remember-last-user? #t)
|
||||||
|
(theme "maya")
|
||||||
(xorg-configuration
|
(xorg-configuration
|
||||||
(xorg-configuration
|
(xorg-configuration
|
||||||
(keyboard-layout keyboard-layout)
|
(keyboard-layout keyboard-layout)
|
||||||
|
@ -369,7 +373,7 @@ Trackpad config using [[https://www.mankier.com/4/libinput][libinput]]
|
||||||
Provide Gnome, KDE (plasma) and xfce as desktop environments. exwm is enabled automatically via module.
|
Provide Gnome, KDE (plasma) and xfce as desktop environments. exwm is enabled automatically via module.
|
||||||
#+begin_src scheme
|
#+begin_src scheme
|
||||||
(service plasma-desktop-service-type)
|
(service plasma-desktop-service-type)
|
||||||
(service gnome-desktop-service-type)
|
;; (service gnome-desktop-service-type)
|
||||||
(service xfce-desktop-service-type)
|
(service xfce-desktop-service-type)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- mode: scheme; coding: utf-8; -*-
|
||||||
;;
|
;;
|
||||||
;; tangled from framework13-system.org on 2024-02-09 14:00:47+01:00)
|
;; tangled from framework13-system.org on 2024-02-10 16:57:56+01:00)
|
||||||
|
|
||||||
(use-modules (gnu)
|
(use-modules (gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
@ -51,13 +51,7 @@
|
||||||
|
|
||||||
(kernel linux-6.7) ;; previously (kernel linux-FWL13)
|
(kernel linux-6.7) ;; previously (kernel linux-FWL13)
|
||||||
|
|
||||||
(kernel-arguments '("amdgpu.abmlevel=3"))
|
|
||||||
;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) ;; required prior to 6.7
|
|
||||||
|
|
||||||
(firmware (list linux-firmware))
|
(firmware (list linux-firmware))
|
||||||
;; (firmware (list amdgpu-firmware
|
|
||||||
;; amd-microcode
|
|
||||||
;; realtek-firmware))
|
|
||||||
|
|
||||||
(users (cons* (user-account
|
(users (cons* (user-account
|
||||||
(name "zzk")
|
(name "zzk")
|
||||||
|
@ -210,14 +204,11 @@ COMMIT
|
||||||
(allowed-ips '("10.0.0.13/32" "fded:dada::13/128"))
|
(allowed-ips '("10.0.0.13/32" "fded:dada::13/128"))
|
||||||
(keep-alive 25))))))
|
(keep-alive 25))))))
|
||||||
|
|
||||||
;; (service sddm-service-type
|
(service sddm-service-type
|
||||||
;; (sddm-configuration
|
(sddm-configuration
|
||||||
;; (display-server "wayland")
|
(display-server "x11")
|
||||||
;; (remember-last-user? #t)))
|
(remember-last-user? #t)
|
||||||
|
(theme "maya")
|
||||||
(service gdm-service-type
|
|
||||||
(gdm-configuration
|
|
||||||
(auto-suspend? #f)
|
|
||||||
(xorg-configuration
|
(xorg-configuration
|
||||||
(xorg-configuration
|
(xorg-configuration
|
||||||
(keyboard-layout keyboard-layout)
|
(keyboard-layout keyboard-layout)
|
||||||
|
@ -233,7 +224,6 @@ COMMIT
|
||||||
EndSection"))))))
|
EndSection"))))))
|
||||||
|
|
||||||
(service plasma-desktop-service-type)
|
(service plasma-desktop-service-type)
|
||||||
(service gnome-desktop-service-type)
|
|
||||||
(service xfce-desktop-service-type)
|
(service xfce-desktop-service-type)
|
||||||
|
|
||||||
(service samba-service-type
|
(service samba-service-type
|
||||||
|
|
|
@ -75,7 +75,8 @@ Packages that will show up in the home profile under =~/.guix-home/profile=
|
||||||
*** terminal
|
*** terminal
|
||||||
kitty config is in =dotfiles/kitty/kitty.conf=
|
kitty config is in =dotfiles/kitty/kitty.conf=
|
||||||
#+BEGIN_SRC scheme
|
#+BEGIN_SRC scheme
|
||||||
"kitty"
|
"kitty-next"
|
||||||
|
;; "kitty"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Mail
|
*** Mail
|
||||||
#+BEGIN_SRC scheme
|
#+BEGIN_SRC scheme
|
||||||
|
|
Loading…
Reference in a new issue