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

View File

@@ -15,7 +15,7 @@
systemd.services."systemd-machine-id-commit".enable = !config.my.persist.enable;
my = {
home = {
hm = {
# nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";
home.stateVersion = "24.11";

View File

@@ -1,6 +1,6 @@
{ lib, username, ... }:
{
my.home.programs.zsh.shellAliases = {
my.hm.programs.zsh.shellAliases = {
localproxy_on = "export http_proxy=http://192.168.128.1:7890 https_proxy=http://192.168.128.1:7890 all_proxy=socks://192.168.128.1:7890";
};
my = {

View File

@@ -4,7 +4,7 @@
...
}:
{
my.home = {
my.hm = {
home.packages = with pkgs; [
localsend

View File

@@ -4,7 +4,7 @@
...
}:
{
my.home = {
my.hm = {
home.packages = with pkgs; [
localsend