initial commit
This commit is contained in:
10
home/panotaka/common/core/darwin.nix
Normal file
10
home/panotaka/common/core/darwin.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
# Core home functionality that will only work on Darwin
|
||||
{ config, ... }:
|
||||
{
|
||||
home.sessionPath = [ "/opt/homebrew/bin" ];
|
||||
|
||||
home = {
|
||||
username = config.hostSpec.username;
|
||||
homeDirectory = config.hostSpec.home;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user