From f12a9a2c0981b76b003892242a1b805c23742896 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 29 Apr 2026 00:04:29 +0200 Subject: [PATCH] feat: import printing by default --- modules/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/default.nix b/modules/core/default.nix index cbf71fc..492faaf 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -4,7 +4,7 @@ [ (import ./docker.nix) ] ++ [ (import ../security/default.nix) ] ++ [ (import ./hardware.nix) ] - # ++ [(import ./printing.nix)] + ++ [ (import ./printing.nix) ] ++ [ (import ./xserver.nix) ] ++ [ (import ./network.nix) ] ++ [ (import ./pipewire.nix) ]