Files
NixOS/modules/default.nix

12 lines
146 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./firefox.nix
./boot-splash.nix
./zsh.nix
./neovim.nix
./packages.nix
];
}