mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-12 14:54:38 -05:00
feat: moved gtk to higher level and added qt
This commit is contained in:
parent
3976783f1f
commit
dbaeca5340
8 changed files with 106 additions and 0 deletions
10
home/modules/gui/desktop/theming/default.nix
Executable file
10
home/modules/gui/desktop/theming/default.nix
Executable file
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
content = builtins.readDir ./.;
|
||||
|
||||
dirContent = builtins.filter (n: content.${n} == "directory") (builtins.attrNames content);
|
||||
|
||||
importList = map (name: ./. + "/${name}") dirContent;
|
||||
in
|
||||
{
|
||||
imports = importList;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue