os/hosts/surfplace/surfplace.nix
2023-10-06 00:00:29 +02:00

12 lines
180 B
Nix

{ config, pkgs, lib, ... }:
with lib;
let
psCfg = config.pub-solar;
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
in
{
imports = [
./configuration.nix
];
}