initial commit
This commit is contained in:
14
hosts/sephiroth/configuration.nix
Normal file
14
hosts/sephiroth/configuration.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ pkgs, home-manager, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../darwin
|
||||
];
|
||||
|
||||
users.users.wyatt = {
|
||||
home = "/Users/wyatt";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
}
|
7
hosts/sephiroth/home.nix
Normal file
7
hosts/sephiroth/home.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../home
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user