mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 03:13:36 +02:00
15 lines
151 B
Nix
15 lines
151 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./alacritty
|
|
../server
|
|
./neovim
|
|
|
|
./development.nix
|
|
./kitty.nix
|
|
./media.nix
|
|
./shell.nix
|
|
];
|
|
|
|
}
|