Nix-Configs/home.full.nix

8 lines
98 B
Nix

{ config, pkgs, lib, ... }:
{
imports =
[
./home.nogui.nix
./configs/home.full.nix
];
}