style: remove default.nix, theming.nix
unused
This commit is contained in:
parent
2c94133c34
commit
22052a7f07
2 changed files with 0 additions and 26 deletions
|
@ -1,8 +0,0 @@
|
|||
_: {
|
||||
imports = [
|
||||
./qt.nix
|
||||
./gtk.nix
|
||||
./module.nix
|
||||
./fonts.nix
|
||||
];
|
||||
}
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkMerge mkIf;
|
||||
inherit (lib.options) mkEnableOption;
|
||||
|
||||
cfg = config.modules.theming;
|
||||
in {
|
||||
options.modules.theming = {
|
||||
qt.enable = mkEnableOption "qt theming";
|
||||
};
|
||||
config =
|
||||
mkMerge [
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue