add printer drivers because i got a new printer now

This commit is contained in:
2024-12-23 13:23:47 +02:00
parent 54cbedb21c
commit 128dee5de7
5 changed files with 15 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
initialPassword = "password";
description = "${config.main-user.realName}";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "input" ];
extraGroups = [ "networkmanager" "wheel" "input" "video" ];
packages = config.main-user.packages;
};
};