nix/home-manager/common/desktops/gnome/default.nix
2023-09-29 12:46:20 +09:00

5 lines
No EOL
90 B
Nix

{ pkgs, theme, ... }: {
imports = [
./themes/${theme}/gnome-conf.nix
];
}