some resturcturing of hm 2
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./git
|
||||
./shell
|
||||
./git/cnst.nix
|
||||
./shell/cnst.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user