mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 06:22:56 +00:00
6 lines
151 B
Nix
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 ];
|
|
}
|