nixos/profiles/media-pc.nix

9 lines
100 B
Nix

{ config, lib, pkgs, settings, ... }:
{
# Import modules.
imports = [
./desktop.nix
];
}