moving along wiht the refactoring

This commit is contained in:
Vali 2024-07-20 13:56:02 +02:00
commit 0a7700f434
18 changed files with 63 additions and 180 deletions

View file

@ -0,0 +1,12 @@
{
lib,
pkgs,
config,
}: let
in {
imports = [
./stylix.nix
./qt.nix
./gtk.nix
];
}