enable printing for sakopc

This commit is contained in:
Sakooooo 2024-07-05 21:04:25 +04:00
parent c9463663b4
commit e615eb62aa
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1,6 +1,5 @@
{ {
config, config, pkgs,
pkgs,
lib, lib,
inputs, inputs,
outputs, outputs,
@ -17,6 +16,7 @@
modules = { modules = {
desktop = { desktop = {
printing.enable = true;
bspwm = { bspwm = {
enable = true; enable = true;
polybar.enable = true; polybar.enable = true;