diff options
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index d99720eaf616..2d9f88cc91a2 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -156,6 +156,7 @@ in lib.fix(self: { mullvad-vpn.enable = true; tlp.enable = true; fwupd.enable = true; + printing.enable = true; # expose i2c device as /dev/i2c-amdgpu-dm and make it user-accessible udev.extraRules = '' |