dotfiles/nixos/default.nix

6 lines
151 B
Nix
Raw Normal View History

2022-01-22 22:38:36 +00:00
# This file does nothing but call configuration.nix
# It is required when in a shell.nix environment
{ ... }: {
imports = [ ./configuration.nix ];
}