aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index bc2aa6e..a60885c 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -201,6 +201,10 @@
'';
services.printing.enable = true;
+ services.printing.drivers = with pkgs; [
+ brgenml1lpr
+ brgenml1cupswrapper
+ ];
services.avahi.enable = true;
services.avahi.nssmdns4 = true;
@@ -338,7 +342,7 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
- nixpkgs.allowedUnfree = [ "steam" "steam-original" "steam-run" ];
+ nixpkgs.allowedUnfree = [ "steam" "steam-original" "steam-run" "brgenml1lpr" ];
environment.sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1"; # Prevent cursors disappearing on nouveau