nixcfg/home/aly-nox.nix

9 lines
88 B
Nix

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