Compare commits

..

No commits in common. "73c32a7b2c4d0b93a02348bdcf96f009667bfc55" and "f8d4113975b0b4c8f0367e4f0cf93ca2167b2aa8" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +0,0 @@
font=monospace:size=12
[environment]
TERM=xterm-256color

View File

@ -540,7 +540,7 @@ gtk-key-theme-name = ~a~%"
(define* (build-keyboard-layout file layout #:optional variant #:key model options)
(define pipe
(apply open-pipe* OPEN_READ
#$(file-append console-setup "/bin/ckbcomp")
#$(file-append console-setup)
(string-append "-I" #$xkeyboard-config "/share/X11/xkb")
"-rules" "base"
`(,@(if model
@ -649,7 +649,7 @@ set-keymap us dvorak -o ctrl:nocaps\n")
,(local-file "../examples/emacs/init-miscellaneous.el"))
(".config/foot/foot.ini"
,(local-file "../examples/foot/foot.ini"))
,(plain-file "foot.ini" "font=monospace:size=12\n"))
(".config/mako/config"
,(local-file "../examples/mako.conf"))
(".config/niri/config.kdl"
@ -681,7 +681,7 @@ configuration {
(%current-system))))
(define %display-manager-service-type
(if (target-64bit? system)
(if (string-prefix? "x86_64" system)
gdm-service-type
sddm-service-type))