nix-config/modules2/desktop.nix
Oliver Davies 0ff9b934d3
All checks were successful
/ check (push) Successful in 1m47s
Automated dev commit
2025-08-01 00:00:27 +01:00

7 lines
109 B
Nix

{ config, ... }:
{
flake.modules.nixos.desktop.imports = with config.flake.modules.nixos; [
pc
];
}