This commit is contained in:
암냥 2026-07-06 01:21:22 +09:00
commit 8011eab5b5
No known key found for this signature in database
3 changed files with 21 additions and 1 deletions

View file

@ -18,6 +18,7 @@
"${inputs.self}/modules/mizukios/features/system/virtualisation.nix"
"${inputs.self}/modules/mizukios/features/steam.nix"
"${inputs.self}/modules/mizukios/features/remote/sunshine.nix"
"${inputs.self}/modules/mizukios/features/waydroid.nix"
];
networking = {
@ -48,7 +49,15 @@
'';
};
services.printing.enable = true;
services.printing = {
enable = true;
drivers = with pkgs; [
cups-filters
cups-browsed
pantum-driver
];
};
services.flatpak.enable = true;
system.stateVersion = "26.05";