about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index f6cc1ef..73bd2d2 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -125,11 +125,12 @@
   hardware.bluetooth.enable = true;
 
   services.printing.enable = true;
-  services.printing.drivers = [ pkgs.gutenprint pkgs.samsung-unified-linux-driver ];
+  services.printing.drivers = [ pkgs.gutenprint pkgs.samsung-unified-linux-driver pkgs.brgenml1lpr pkgs.brgenml1cupswrapper ];
 
   nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem
     (lib.getName pkg) [
     "samsung-UnifiedLinuxDriver"
+    "brgenml1lpr"
   ];
 
   services.greetd = {