mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 16:44:10 +01:00
14 lines
162 B
Nix
14 lines
162 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
imports = [
|
|
./nushell
|
|
|
|
./alacritty
|
|
./core.nix
|
|
./development.nix
|
|
./git.nix
|
|
./media.nix
|
|
./starship.nix
|
|
];
|
|
|
|
} |