nix-config/users/desktops/user.nix
2022-12-22 22:38:12 -03:00

10 lines
155 B
Nix

{ specialArgs, inputs, config, pkgs, lib, ... }:
{
imports = [
# Host-common imports
../common
# Desktop-common imports
./common
];
}