12 lines
168 B
Nix
12 lines
168 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
# Host-common imports
|
|
../common
|
|
# Desktop-common imports
|
|
./common
|
|
];
|
|
|
|
stylix.targets.gtk.flatpakSupport.enable = false;
|
|
}
|