add home-manager
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
{ pkgs, lib, config }:
|
||||
{ pkgs, lib, config, name, ... }:
|
||||
import ../default.nix {
|
||||
inherit pkgs lib config;
|
||||
userName = "AmethystAndroid";
|
||||
pubKeys = {
|
||||
palatine-hill = "ed25516-AAAAAAA";
|
||||
};
|
||||
inherit pkgs lib config name;
|
||||
pubKeys = [ "ed25516-AAAAAAA" ];
|
||||
}
|
7
users/alice/home.nix
Normal file
7
users/alice/home.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs = {
|
||||
};
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
Reference in New Issue
Block a user