mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-16 16:40:49 +01:00
Added Printer Configuration GUI program.
This commit is contained in:
parent
228939c6ed
commit
1e0a9f3768
@ -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;
|
||||
|
@ -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"];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user