add stuff for home manager
This commit is contained in:
parent
00add66a97
commit
4b6738323e
9 changed files with 831 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue