commit 0859e9d95be3028b828578c96386e7bf6776b37d
parent 7206e069fb1be1c57f5290ac698b102d309580ed
Author: Toni Brown <me@tb148.net>
Date: Mon, 8 Dec 2025 13:12:52 +0800
Add Catppuccin SDDM theme configuration
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/configuration.nix b/configuration.nix
@@ -84,10 +84,16 @@
wayland.enable = true;
};
};
+ catppuccin.sddm = {
+ font = "等距更纱黑体 SC";
+ fontSize = "12";
+ };
+
services.pipewire = {
enable = true;
pulse.enable = true;
};
+
services.printing.enable = true;
networking.hostName = "nixosion";