refactor: my.home -> my.hm for disambiguilty (e.g. my.home.home)

This commit is contained in:
2025-10-03 22:17:04 +08:00
parent 1eaee50e82
commit faba8a05e6
44 changed files with 54 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeHomeProgramConfig {
"neovim"
];
extraConfig = {
my.home = {
my.hm = {
xdg.configFile."nvim/init.lua".source = ./nvim/init.lua;
xdg.configFile."nvim/lua" = {
source = ./nvim/lua;
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeHomeProgramConfig {
"vscode"
];
extraConfig = {
my.home = {
my.hm = {
programs.vscode = {
package = pkgs.vscodium;
};
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeSwitch {
"c"
];
config' = {
my.home.home.packages = with pkgs; [
my.hm.home.packages = with pkgs; [
gcc
clang-tools
cmake
+1 -1
View File
@@ -14,7 +14,7 @@ lib.my.makeHomePackageConfig {
"go"
];
extraConfig = {
my.home.home.packages = with pkgs; [
my.hm.home.packages = with pkgs; [
gotools
gopls
];
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeSwitch {
"java"
];
config' = {
my.home.home.packages = with pkgs; [
my.hm.home.packages = with pkgs; [
openjdk24
java-language-server
];
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeSwitch {
"js"
];
config' = {
my.home = {
my.hm = {
home.packages = with pkgs; [
nodejs
typescript
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeSwitch {
"lua"
];
config' = {
my.home.home.packages = with pkgs; [
my.hm.home.packages = with pkgs; [
luajit
stylua
lua-language-server
+1 -1
View File
@@ -14,7 +14,7 @@ lib.my.makeHomePackageConfig {
"python"
];
extraConfig = {
my.home.home.packages = with pkgs; [
my.hm.home.packages = with pkgs; [
uv
pyright
];
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeSwitch {
"qml"
];
config' = {
my.home.home.packages = with pkgs; [
my.hm.home.packages = with pkgs; [
kdePackages.qtdeclarative
];
};
+1 -1
View File
@@ -13,7 +13,7 @@ lib.my.makeSwitch {
"rust"
];
config' = {
my.home = {
my.hm = {
home.packages = with pkgs; [
(fenix.stable.withComponents [
"cargo"
+1 -1
View File
@@ -12,7 +12,7 @@ lib.my.makeSwitch {
"misc"
];
config' = {
my.home = {
my.hm = {
home.packages = with pkgs; [
gnumake
github-cli # gh