From 0d37e58b1d0061831d7dbfcf12f3c7118b938fe8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 29 Oct 2024 09:41:34 +0100 Subject: refactor(suweren): unify bash configuration with one from izumi system --- suweren/system.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'suweren/system.scm') 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 -- cgit v1.2.3