nix/home-manager/common/desktops/gnome/default.nix
2023-09-29 14:09:58 +09:00

7 lines
No EOL
189 B
Nix

# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, hostname, username, theme, ... }: {
imports = [
./themes/${theme}
./common/gnome-dconf.nix
];
}