mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-16 21:43:57 +00:00
add noti preset to darwin profile
This commit is contained in:
@@ -29,14 +29,11 @@ in
|
||||
homebrew.enable = lib.mkDefault true;
|
||||
nixpkgs-darwin.enable = lib.mkDefault true;
|
||||
mpv.enable = lib.mkDefault true;
|
||||
noti.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
home.homeDirectory = lib.mkForce "/Users/${config.home.username}";
|
||||
|
||||
home.packages = [
|
||||
pkgs.noti # Create notifications programmatically
|
||||
];
|
||||
};
|
||||
|
||||
# Fix for: 'Error: HOME is set to "/var/root" but we expect "/var/empty"'
|
||||
|
||||
Reference in New Issue
Block a user