Files
nixos/hosts/patiodeck/home.nix

8 lines
100 B
Nix

{ ... }:
{
imports = [
../../home/profiles/gui.nix
../../home/profiles/desktop.nix
];
}