feat: rename 'common' to 'base'

This commit is contained in:
Ryan Yin
2023-06-13 00:53:33 +08:00
parent be437c3417
commit 24ef3ed105
20 changed files with 20 additions and 20 deletions
+14
View File
@@ -0,0 +1,14 @@
{config, pkgs, ...}:
{
imports = [
./nushell
./bash.nix
./core.nix
./development.nix
./git.nix
./media.nix
./starship.nix
];
}