some resturcturing of hm 2

This commit is contained in:
cnst
2024-07-07 09:45:20 +02:00
parent 8fe5665135
commit 38dd844149
4 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
{ pkgs, config, ... }:
{
imports = [ ./gtk.nix ];
pkgs,
config,
...
}: {
xdg = {
userDirs = {
enable = true;
@@ -16,7 +18,7 @@
};
portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
};
dconf = {

View File

@@ -1,6 +1,6 @@
{
imports = [
./git
./shell
./git/cnst.nix
./shell/cnst.nix
];
}