diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-29 09:41:34 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-10-29 09:41:34 +0100 |
commit | 0d37e58b1d0061831d7dbfcf12f3c7118b938fe8 (patch) | |
tree | 41dfbd4b5fb156063a961274078a5510037103c1 /suweren/system.scm | |
parent | 6c46dcc7b514ab20d2edd04bfa860a8ba7f01808 (diff) |
refactor(suweren): unify bash configuration with one from izumi system
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 |