diff options
Diffstat (limited to 'suweren/system.scm')
-rw-r--r-- | suweren/system.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/suweren/system.scm b/suweren/system.scm index 0bde7cb..39ec3d2 100644 --- a/suweren/system.scm +++ b/suweren/system.scm @@ -22,7 +22,8 @@ #:use-module (guix gexp) ; plain-file #:use-module (nongnu packages linux) #:use-module (suweren commons sudoers) ; %sudoers-specification* - ) + #:use-module ((suweren trezor) + #:prefix suweren-trezor:)) (define-public polish-locale-string "pl_PL.utf8") @@ -163,6 +164,7 @@ => (login configuration))))) (append %desktop-services* + suweren-trezor:trezor-bridge (list plasma-desktop profile sddm |