diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 8 | ||||
| -rwxr-xr-x | modules/ryan-config/lyconfig.ini | 10 | ||||
| -rw-r--r-- | modules/ryan-packages/login.scm | 8 |
3 files changed, 18 insertions, 8 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) |
diff --git a/modules/ryan-config/lyconfig.ini b/modules/ryan-config/lyconfig.ini new file mode 100755 index 0000000..684a973 --- /dev/null +++ b/modules/ryan-config/lyconfig.ini | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | animation = colormix | ||
| 2 | colormix_col1 = 0x00631E61 | ||
| 3 | colormix_col2 = 0x0060631E | ||
| 4 | colormix_col3 = 0x001E6063 | ||
| 5 | bigclock = en | ||
| 6 | bigclock_12hr = false | ||
| 7 | clock = %c | ||
| 8 | waylandsessions=/run/current-system/profile/share/wayland-sessions | ||
| 9 | custom_sessions=/home/ryan/sessions | ||
| 10 | setup_cmd=/home/ryan/rysway-launch | ||
diff --git a/modules/ryan-packages/login.scm b/modules/ryan-packages/login.scm index 37bd2d8..6efae9b 100644 --- a/modules/ryan-packages/login.scm +++ b/modules/ryan-packages/login.scm | |||
| @@ -16,10 +16,10 @@ | |||
| 16 | #:use-module (guix utils)) | 16 | #:use-module (guix utils)) |
| 17 | 17 | ||
| 18 | (define ly-source | 18 | (define ly-source |
| 19 | (let ((commit "ddb24dfef5e397669c569f3c84e29729144ea3fa") | 19 | (let ((commit "cdba55657976ad289da090b7d4fd1e5e16c156f9") |
| 20 | (revision "7") | 20 | (revision "11") |
| 21 | (name "ly") | 21 | (name "ly") |
| 22 | (version "ly-rev7")) | 22 | (version "ly-rev11")) |
| 23 | (origin | 23 | (origin |
| 24 | (method git-fetch) | 24 | (method git-fetch) |
| 25 | (uri (git-reference | 25 | (uri (git-reference |
| @@ -27,7 +27,7 @@ | |||
| 27 | (commit commit))) | 27 | (commit commit))) |
| 28 | (file-name (git-file-name name version)) | 28 | (file-name (git-file-name name version)) |
| 29 | (sha256 | 29 | (sha256 |
| 30 | (base32 "09kialy8vi0pisym4ngy5qr4z2nvlkq55pziz5k189ahhpqrvsc6"))))) | 30 | (base32 "1czv95pwmsv8zi92pjrra3swr7m82l3spks8mdkryxk9k62yd2k6"))))) |
| 31 | 31 | ||
| 32 | (define ly-zig-cache | 32 | (define ly-zig-cache |
| 33 | (computed-file | 33 | (computed-file |
