mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-29 13:54:23 +00:00
Compare commits
No commits in common. "73c32a7b2c4d0b93a02348bdcf96f009667bfc55" and "f8d4113975b0b4c8f0367e4f0cf93ca2167b2aa8" have entirely different histories.
73c32a7b2c
...
f8d4113975
@ -1,4 +0,0 @@
|
|||||||
font=monospace:size=12
|
|
||||||
|
|
||||||
[environment]
|
|
||||||
TERM=xterm-256color
|
|
||||||
@ -540,7 +540,7 @@ gtk-key-theme-name = ~a~%"
|
|||||||
(define* (build-keyboard-layout file layout #:optional variant #:key model options)
|
(define* (build-keyboard-layout file layout #:optional variant #:key model options)
|
||||||
(define pipe
|
(define pipe
|
||||||
(apply open-pipe* OPEN_READ
|
(apply open-pipe* OPEN_READ
|
||||||
#$(file-append console-setup "/bin/ckbcomp")
|
#$(file-append console-setup)
|
||||||
(string-append "-I" #$xkeyboard-config "/share/X11/xkb")
|
(string-append "-I" #$xkeyboard-config "/share/X11/xkb")
|
||||||
"-rules" "base"
|
"-rules" "base"
|
||||||
`(,@(if model
|
`(,@(if model
|
||||||
@ -649,7 +649,7 @@ set-keymap us dvorak -o ctrl:nocaps\n")
|
|||||||
,(local-file "../examples/emacs/init-miscellaneous.el"))
|
,(local-file "../examples/emacs/init-miscellaneous.el"))
|
||||||
|
|
||||||
(".config/foot/foot.ini"
|
(".config/foot/foot.ini"
|
||||||
,(local-file "../examples/foot/foot.ini"))
|
,(plain-file "foot.ini" "font=monospace:size=12\n"))
|
||||||
(".config/mako/config"
|
(".config/mako/config"
|
||||||
,(local-file "../examples/mako.conf"))
|
,(local-file "../examples/mako.conf"))
|
||||||
(".config/niri/config.kdl"
|
(".config/niri/config.kdl"
|
||||||
@ -681,7 +681,7 @@ configuration {
|
|||||||
(%current-system))))
|
(%current-system))))
|
||||||
|
|
||||||
(define %display-manager-service-type
|
(define %display-manager-service-type
|
||||||
(if (target-64bit? system)
|
(if (string-prefix? "x86_64" system)
|
||||||
gdm-service-type
|
gdm-service-type
|
||||||
sddm-service-type))
|
sddm-service-type))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user