From 24ef3ed1057411a6b628b805ecd16e1f3e93c60f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 13 Jun 2023 00:53:33 +0800 Subject: [PATCH] feat: rename 'common' to 'base' --- home/{common => base}/bash.nix | 0 home/{common => base}/core.nix | 0 home/{common => base}/default.nix | 0 home/{common => base}/development.nix | 0 home/{common => base}/git.nix | 0 home/{common => base}/media.nix | 0 home/{common => base}/nushell/config.nu | 0 home/{common => base}/nushell/default.nix | 0 home/{common => base}/starship.nix | 0 home/darwin/default.nix | 12 ++++++------ .../linux/{common => base}/alacritty/alacritty.yml | 0 home/linux/{common => base}/alacritty/default.nix | 0 .../alacritty/theme_github_dark.yml | 0 home/linux/{common => base}/development.nix | 0 home/linux/{common => base}/shell.nix | 0 home/linux/{common => base}/ssh.nix | 0 home/linux/{common => base}/system-tools.nix | 0 home/linux/{common => base}/xdg.nix | 0 home/linux/wayland.nix | 14 +++++++------- home/linux/x11.nix | 14 +++++++------- 20 files changed, 20 insertions(+), 20 deletions(-) rename home/{common => base}/bash.nix (100%) rename home/{common => base}/core.nix (100%) rename home/{common => base}/default.nix (100%) rename home/{common => base}/development.nix (100%) rename home/{common => base}/git.nix (100%) rename home/{common => base}/media.nix (100%) rename home/{common => base}/nushell/config.nu (100%) rename home/{common => base}/nushell/default.nix (100%) rename home/{common => base}/starship.nix (100%) rename home/linux/{common => base}/alacritty/alacritty.yml (100%) rename home/linux/{common => base}/alacritty/default.nix (100%) rename home/linux/{common => base}/alacritty/theme_github_dark.yml (100%) rename home/linux/{common => base}/development.nix (100%) rename home/linux/{common => base}/shell.nix (100%) rename home/linux/{common => base}/ssh.nix (100%) rename home/linux/{common => base}/system-tools.nix (100%) rename home/linux/{common => base}/xdg.nix (100%) diff --git a/home/common/bash.nix b/home/base/bash.nix similarity index 100% rename from home/common/bash.nix rename to home/base/bash.nix diff --git a/home/common/core.nix b/home/base/core.nix similarity index 100% rename from home/common/core.nix rename to home/base/core.nix diff --git a/home/common/default.nix b/home/base/default.nix similarity index 100% rename from home/common/default.nix rename to home/base/default.nix diff --git a/home/common/development.nix b/home/base/development.nix similarity index 100% rename from home/common/development.nix rename to home/base/development.nix diff --git a/home/common/git.nix b/home/base/git.nix similarity index 100% rename from home/common/git.nix rename to home/base/git.nix diff --git a/home/common/media.nix b/home/base/media.nix similarity index 100% rename from home/common/media.nix rename to home/base/media.nix diff --git a/home/common/nushell/config.nu b/home/base/nushell/config.nu similarity index 100% rename from home/common/nushell/config.nu rename to home/base/nushell/config.nu diff --git a/home/common/nushell/default.nix b/home/base/nushell/default.nix similarity index 100% rename from home/common/nushell/default.nix rename to home/base/nushell/default.nix diff --git a/home/common/starship.nix b/home/base/starship.nix similarity index 100% rename from home/common/starship.nix rename to home/base/starship.nix diff --git a/home/darwin/default.nix b/home/darwin/default.nix index b5a0c8f1..cfc4f955 100644 --- a/home/darwin/default.nix +++ b/home/darwin/default.nix @@ -2,13 +2,13 @@ { imports = [ - ../common/nushell + ../base/nushell - ../common/core.nix - ../common/git.nix - ../common/development.nix - ../common/media.nix - ../common/starship.nix + ../base/core.nix + ../base/git.nix + ../base/development.nix + ../base/media.nix + ../base/starship.nix ./alacritty ./core.nix diff --git a/home/linux/common/alacritty/alacritty.yml b/home/linux/base/alacritty/alacritty.yml similarity index 100% rename from home/linux/common/alacritty/alacritty.yml rename to home/linux/base/alacritty/alacritty.yml diff --git a/home/linux/common/alacritty/default.nix b/home/linux/base/alacritty/default.nix similarity index 100% rename from home/linux/common/alacritty/default.nix rename to home/linux/base/alacritty/default.nix diff --git a/home/linux/common/alacritty/theme_github_dark.yml b/home/linux/base/alacritty/theme_github_dark.yml similarity index 100% rename from home/linux/common/alacritty/theme_github_dark.yml rename to home/linux/base/alacritty/theme_github_dark.yml diff --git a/home/linux/common/development.nix b/home/linux/base/development.nix similarity index 100% rename from home/linux/common/development.nix rename to home/linux/base/development.nix diff --git a/home/linux/common/shell.nix b/home/linux/base/shell.nix similarity index 100% rename from home/linux/common/shell.nix rename to home/linux/base/shell.nix diff --git a/home/linux/common/ssh.nix b/home/linux/base/ssh.nix similarity index 100% rename from home/linux/common/ssh.nix rename to home/linux/base/ssh.nix diff --git a/home/linux/common/system-tools.nix b/home/linux/base/system-tools.nix similarity index 100% rename from home/linux/common/system-tools.nix rename to home/linux/base/system-tools.nix diff --git a/home/linux/common/xdg.nix b/home/linux/base/xdg.nix similarity index 100% rename from home/linux/common/xdg.nix rename to home/linux/base/xdg.nix diff --git a/home/linux/wayland.nix b/home/linux/wayland.nix index eb58f9ed..77a23122 100644 --- a/home/linux/wayland.nix +++ b/home/linux/wayland.nix @@ -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 diff --git a/home/linux/x11.nix b/home/linux/x11.nix index caceb331..86b088c4 100644 --- a/home/linux/x11.nix +++ b/home/linux/x11.nix @@ -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