os/hosts/maoam/maoam.nix
Benjamin Bädorf 3fcb1e3c4e
All checks were successful
continuous-integration/drone/push Build is passing
feat: maoam pinephone
2023-09-12 20:11:29 +02:00

16 lines
196 B
Nix

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