nix-config/users/desktops/user.nix

12 lines
168 B
Nix

{ ... }:
{
imports = [
# Host-common imports
../common
# Desktop-common imports
./common
];
stylix.targets.gtk.flatpakSupport.enable = false;
}