renamed gtk to more apth theming system module

This commit is contained in:
2026-07-07 11:39:39 +01:00
parent d61fb98c9f
commit 52e9f0a94c
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
self,
inputs,
...
}: {
flake.nixosModules.systemTheme = {
config,
pkgs,
lib,
...
}: let
modules = with self.nixosModules; [
bibataCursors
catppuccinGtk
];
in {
imports = modules;
};
}