From 225ab925cc52c512c2ba349497bb882a92d7bfea Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Tue, 30 Jan 2024 08:14:44 +0000 Subject: [PATCH] starlight gets cups-dymo --- system/starlight/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/starlight/default.nix b/system/starlight/default.nix index 8f910bb..f180500 100644 --- a/system/starlight/default.nix +++ b/system/starlight/default.nix @@ -76,6 +76,7 @@ boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; services.printing.drivers = [ + pkgs.cups-dymo (pkgs.brlaser.overrideAttrs (old: { version = "unstable-2023-02-20"; src = pkgs.fetchFromGitHub {