nix/profiles/desktop.nix
2023-09-04 11:40:30 -05:00

4 lines
54 B
Nix

{ config, pkgs, ... }: {
imports = [ ./base.nix ];
}