Added Printer Configuration GUI program.

This commit is contained in:
Tyler Kelley 2024-02-10 13:04:38 -06:00
parent 228939c6ed
commit 1e0a9f3768
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
pkg-config meson hugo gnumake ninja go nodejs symbola
noto-fonts-color-emoji material-icons brightnessctl
toybox virt-viewer swappy ripgrep appimage-run
networkmanagerapplet yadm
networkmanagerapplet yad
];
programs.steam.gamescopeSession.enable = true;

View File

@ -16,5 +16,6 @@ lib.mkIf (printer == true) {
extraBackends = [pkgs.sane-airscan];
disabledDefaultBackends = ["escl"];
};
environment.systemPackages = with pkgs; [ system-config-printer ];
users.users.${username}.extraGroups = ["scanner" "lp"];
}