Make home print module

This commit is contained in:
Greg Hellings
2024-09-03 20:35:31 -05:00
parent 42e607dc68
commit 643a01e530
5 changed files with 37 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,6 @@
./boot.nix
./hardware-configuration.nix
./podman.nix
./printing.nix
./virt.nix
];
programs = {
@@ -34,6 +33,7 @@
sway.enable = false;
gnome.enable = true;
kde.enable = false;
print.enable = true;
};
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];