diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 07:42:53 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-12 07:42:53 +0200 |
commit | 4b3cdf62dbefc5b661ba43e1f504539c1d8b843e (patch) | |
tree | e4a0a9f0eb89d46058649f6bcbea1879cc88cccc /systems | |
parent | 0f2a739cb67a7aa28dcf881b66220914a048789b (diff) |
refactor(mcdowell): remove redundant import of (gnu system keyboard)
Diffstat (limited to 'systems')
-rw-r--r-- | systems/mcdowell.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 8bd3d36..5f118f7 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -1,5 +1,4 @@ (define-module (systems mcdowell) - #:use-module (gnu system keyboard) ; keyboard-layout #:use-module (machines portable-bios) ; bootloader-configuration* ; file-systems* ; firmware* |