mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-07 21:35:17 +02:00
feat: rename 'common' to 'base'
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
./nushell
|
||||
./bash.nix
|
||||
|
||||
./core.nix
|
||||
./development.nix
|
||||
./git.nix
|
||||
./media.nix
|
||||
./starship.nix
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user