add stuff for home manager

This commit is contained in:
alyx 2026-02-21 01:09:03 +00:00
parent 00add66a97
commit 4b6738323e
No known key found for this signature in database
9 changed files with 831 additions and 10 deletions

View file

@ -14,7 +14,10 @@
modules = [
./hosts/absolution
./variables.nix
{ config.var.username = "alyx"; }
{ config.var.username = "alyx";
config.var.hostname = "apalapucia";
config.var.timezone = "Europe/London";
}
home-manager.nixosModules.home-manager {
home-manager.extraSpecialArgs = {
inherit inputs;