nix/home-manager/common/desktops/gnome/default.nix

7 lines
189 B
Nix
Raw Normal View History

2023-09-29 07:09:58 +02:00
# Generated via dconf2nix: https://github.com/gvolpe/dconf2nix
{ lib, hostname, username, theme, ... }: {
2023-09-29 05:46:20 +02:00
imports = [
2023-09-29 07:09:58 +02:00
./themes/${theme}
./common/gnome-dconf.nix
2023-09-29 05:46:20 +02:00
];
2023-09-28 14:09:25 +02:00
}