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

View File

@@ -2,19 +2,19 @@
{
imports = [
../common
../base
./hyprland
./fcitx5
./desktop
./common/alacritty
./common/development.nix
./common/shell.nix
./common/ssh.nix
./common/system-tools.nix
./common/xdg.nix
./base/alacritty
./base/development.nix
./base/shell.nix
./base/ssh.nix
./base/system-tools.nix
./base/xdg.nix
];
# Home Manager needs a bit of information about you and the

View File

@@ -2,19 +2,19 @@
{
imports = [
../common
../base
./i3
./fcitx5
./desktop
./common/alacritty
./common/development.nix
./common/shell.nix
./common/ssh.nix
./common/system-tools.nix
./common/xdg.nix
./base/alacritty
./base/development.nix
./base/shell.nix
./base/ssh.nix
./base/system-tools.nix
./base/xdg.nix
];
# Home Manager needs a bit of information about you and the