mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 05:01:47 +02:00
13 lines
144 B
Nix
13 lines
144 B
Nix
{...}: {
|
|
imports = [
|
|
./alacritty
|
|
../server
|
|
./neovim
|
|
|
|
./development.nix
|
|
./kitty.nix
|
|
./media.nix
|
|
./shell.nix
|
|
];
|
|
}
|