Small update

- Private commits in jjj
- Ghostty terminfo
This commit is contained in:
J. Fernando Sánchez
2026-05-22 16:13:37 +02:00
parent 0e71c1a637
commit 5506ca07a2
3 changed files with 12 additions and 5 deletions

View File

@@ -24,9 +24,9 @@
# Specify your home configuration modules here, for example,
# the path to your home.nix.
modules = [
./home-manager/common.nix
./home-manager/lenny.nix
];
./home-manager/common.nix
./home-manager/lenny.nix
];
# Optionally use extraSpecialArgs
# to pass through arguments to home.nix
@@ -39,8 +39,8 @@
# Specify your home configuration modules here, for example,
# the path to your home.nix.
modules = [
./home-manager/common.nix
];
./home-manager/common.nix
];
};
};
}