dotfiles/nixos/default.nix
2022-01-22 17:38:36 -05:00

6 lines
151 B
Nix

# This file does nothing but call configuration.nix
# It is required when in a shell.nix environment
{ ... }: {
imports = [ ./configuration.nix ];
}