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