macos shit
This commit is contained in:
16
users/blake/dots/hyprland/default.nix
Normal file
16
users/blake/dots/hyprland/default.nix
Normal 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 {
|
||||
};
|
||||
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user