mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-30 13:41:47 +02:00
15 lines
163 B
Nix
15 lines
163 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./nushell
|
|
./bash.nix
|
|
|
|
./core.nix
|
|
./development.nix
|
|
./git.nix
|
|
./media.nix
|
|
./starship.nix
|
|
];
|
|
|
|
}
|