diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-04-29 18:31:57 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-04-29 18:31:57 -0400 |
| commit | 51dfd8599d95a2e7f786f1ec6b26fa7a48f1ce4d (patch) | |
| tree | 388ecfd13fe556fe3a1a21a325e3100918e88b32 /modules/ryan-config/base-system.scm | |
| parent | 7a693ddea38bee1a7a2049d83fa2231eb876fbd1 (diff) | |
added lyconfig, fork seems to work kinda, need to update to get newest kmscon
Diffstat (limited to 'modules/ryan-config/base-system.scm')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 5868ff9..c75ab7c 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -232,9 +232,9 @@ | |||
| 232 | (module "pam_env.so")) | 232 | (module "pam_env.so")) |
| 233 | (pam-entry (control "required") | 233 | (pam-entry (control "required") |
| 234 | (module "pam_unix.so"))))))) | 234 | (module "pam_unix.so"))))))) |
| 235 | (service mingetty-service-type | 235 | (service kmscon-service-type |
| 236 | (mingetty-configuration | 236 | (kmscon-configuration |
| 237 | (tty "tty7") | 237 | (virtual-terminal "tty7") |
| 238 | (login-program #~(string-append #$ly "/bin/ly")))) | 238 | (login-program #~(string-append #$ly "/bin/ly")))) |
| 239 | (service libvirt-service-type | 239 | (service libvirt-service-type |
| 240 | (libvirt-configuration | 240 | (libvirt-configuration |
| @@ -248,7 +248,7 @@ | |||
| 248 | ; (using-pam? #t))) | 248 | ; (using-pam? #t))) |
| 249 | (simple-service 'spice-polkit polkit-service-type (list spice-gtk)) | 249 | (simple-service 'spice-polkit polkit-service-type (list spice-gtk)) |
| 250 | (simple-service 'hwdb-creation etc-service-type (list `("udev-here-oneoneone" ,(plain-file "issue" "test\n")))) | 250 | (simple-service 'hwdb-creation etc-service-type (list `("udev-here-oneoneone" ,(plain-file "issue" "test\n")))) |
| 251 | (simple-service 'ly-config etc-service-type (list `("ly/config.ini" , (local-file "/home/ryan/lyconfig.ini")))) | 251 | (simple-service 'ly-config etc-service-type (list `("ly/config.ini" , (local-file "./lyconfig.ini")))) |
| 252 | (service bluetooth-service-type | 252 | (service bluetooth-service-type |
| 253 | (bluetooth-configuration | 253 | (bluetooth-configuration |
| 254 | (bluez bluez-ryan) | 254 | (bluez bluez-ryan) |
