Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Sep 18, 2024
1 parent 7d89db6 commit 9e0bd71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/devices/laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

users.users = {
rhoriguchi = {
extraGroups = [ "networkmanager" "openrazer" "plugdev" "podman" "wheel" ];
extraGroups = [ "networkmanager" "openrazer" "plugdev" "podman" "scanner" "wheel" ];
isNormalUser = true;
password = secrets.users.rhoriguchi.password;

Expand Down
2 changes: 2 additions & 0 deletions modules/profiles/printing.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ pkgs, ... }: {
hardware.sane.enable = true;

services = {
printing = {
enable = true;
Expand Down

0 comments on commit 9e0bd71

Please sign in to comment.