diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-06-19 23:20:16 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-06-19 23:20:53 -0400 |
commit | ef2dba347d25a93706750281f4bbeb99bcbbd5fa (patch) | |
tree | b264d6a158a294ff349a9a011e767ad4e35becb9 /modules/ryan-config | |
parent | c4ce810a76147c25498638865b1eff3c5e68e258 (diff) |
updated packages
Diffstat (limited to 'modules/ryan-config')
-rw-r--r-- | modules/ryan-config/base-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 370c4d4..5034f4e 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -101,7 +101,7 @@ | |||
101 | 101 | ||
102 | (define-public base-operating-system | 102 | (define-public base-operating-system |
103 | (operating-system | 103 | (operating-system |
104 | (kernel linux-6.8) | 104 | (kernel linux) |
105 | (firmware (list linux-firmware)) | 105 | (firmware (list linux-firmware)) |
106 | (locale "en_US.utf8") | 106 | (locale "en_US.utf8") |
107 | (timezone "America/New_York") | 107 | (timezone "America/New_York") |