Compare commits

...

3 commits

Author SHA1 Message Date
14b56bd371
games: add roblox and roblox studio to darwin games 2025-07-15 00:40:57 +10:00
885a967cc0
applications(darwin): add mas
prevents temporarily installing then uninstalling of MAS when using app
store apps managed by nix-darwin
2025-07-13 01:50:00 +10:00
c225c003f6
applications(darwin): add hidden bar 2025-07-13 01:47:04 +10:00
2 changed files with 6 additions and 0 deletions

View file

@ -50,8 +50,12 @@
"lulu" "lulu"
"rectangle" "rectangle"
]; ];
brews = [
"mas"
];
masApps = { masApps = {
"Infuse" = 1136220934; "Infuse" = 1136220934;
"Hidden Bar" = 1452453066;
}; };
}; };

View file

@ -7,6 +7,8 @@
"whisky" "whisky"
"steam" "steam"
"heroic" "heroic"
"roblox"
"robloxstudio"
]; ];
system.defaults.dock.persistent-apps = [ system.defaults.dock.persistent-apps = [