nix-config/users/desktops/user.nix

10 lines
115 B
Nix

{ ... }:
{
imports = [
# Host-common imports
../common
# Desktop-common imports
./common
];
}