refactoring complete

This commit is contained in:
vali 2024-07-21 15:11:55 +02:00
commit a2dd7645c6
10 changed files with 164 additions and 161 deletions

View file

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