macos shit

This commit is contained in:
2025-10-17 15:14:22 -05:00
parent 52d96b7b2d
commit d4f55ea042
4 changed files with 87 additions and 32 deletions

View File

@@ -0,0 +1,16 @@
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [];
wayland.windowManager.hyprland = if pkgs.system == "x86_64-darwin" then {} else {
enable = true;
};
#
home.sessionVariables = if pkgs.system == "x86_64-darwin" then {} else {
};
}

View File

@@ -12,8 +12,8 @@
homeDirectory = "/home/blake";
};
home_darwin = {
username = "bhelderman";
homeDirectory = "/Users/bhelderman";
username = "bdhelderman";
homeDirectory = "/Users/bdhelderman";
};
in
{
@@ -28,7 +28,7 @@ in
./dots/xdg
];
# general config
# set home manager config based on system type
home = (if pkgs.system == "x86_64-darwin" then home_darwin else home_linux) // {
# cross party general packages here : )
stateVersion = "25.05";