mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: rename 'common' to 'base'
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common/nushell
|
../base/nushell
|
||||||
|
|
||||||
../common/core.nix
|
../base/core.nix
|
||||||
../common/git.nix
|
../base/git.nix
|
||||||
../common/development.nix
|
../base/development.nix
|
||||||
../common/media.nix
|
../base/media.nix
|
||||||
../common/starship.nix
|
../base/starship.nix
|
||||||
|
|
||||||
./alacritty
|
./alacritty
|
||||||
./core.nix
|
./core.nix
|
||||||
|
|||||||
@@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../base
|
||||||
|
|
||||||
./hyprland
|
./hyprland
|
||||||
|
|
||||||
./fcitx5
|
./fcitx5
|
||||||
./desktop
|
./desktop
|
||||||
|
|
||||||
./common/alacritty
|
./base/alacritty
|
||||||
./common/development.nix
|
./base/development.nix
|
||||||
./common/shell.nix
|
./base/shell.nix
|
||||||
./common/ssh.nix
|
./base/ssh.nix
|
||||||
./common/system-tools.nix
|
./base/system-tools.nix
|
||||||
./common/xdg.nix
|
./base/xdg.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
|
|||||||
@@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../base
|
||||||
|
|
||||||
./i3
|
./i3
|
||||||
|
|
||||||
./fcitx5
|
./fcitx5
|
||||||
./desktop
|
./desktop
|
||||||
|
|
||||||
./common/alacritty
|
./base/alacritty
|
||||||
./common/development.nix
|
./base/development.nix
|
||||||
./common/shell.nix
|
./base/shell.nix
|
||||||
./common/ssh.nix
|
./base/ssh.nix
|
||||||
./common/system-tools.nix
|
./base/system-tools.nix
|
||||||
./common/xdg.nix
|
./base/xdg.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
|
|||||||
Reference in New Issue
Block a user