main #5

Merged
Lithospherical merged 59 commits from jan-leila/nix-config:main into main 2025-08-27 15:36:39 +00:00
Showing only changes of commit ee6ab1c0eb - Show all commits

View file

@ -32,7 +32,14 @@
];
services = {
# Enable CUPS to print documents.
printing.enable = true;
printing = {
enable = true;
drivers = [
pkgs.hplip
pkgs.gutenprint
pkgs.gutenprintBin
];
};
xserver = {
# Enable the X11 windowing system.