nixcfg/home/aly-nox.nix

9 lines
88 B
Nix
Raw Normal View History

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