mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
nix-darwin: home for darwin
This commit is contained in:
parent
f68ac5a89a
commit
3e0fa1770e
11 changed files with 353 additions and 291 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
system.defaults.dock = {
|
||||
appswitcher-all-displays = true;
|
||||
autohide = true;
|
||||
|
|
@ -8,15 +8,14 @@
|
|||
mineffect = "suck";
|
||||
minimize-to-application = true;
|
||||
persistent-apps = [
|
||||
{app = "/Applications/Vivaldi.app";}
|
||||
{app = "/Applications/kitty.app";}
|
||||
{app = "${pkgs.firefox}/Applications/Firefox.app";}
|
||||
{app = "${pkgs.ghostty-bin}/Applications/Ghostty.app";}
|
||||
{app = "/Applications/Obsidian.app";}
|
||||
{app = "Applications/Visual Studio Code.app";}
|
||||
# { app = "/Applications/LibreWolf.app"; }
|
||||
# { spacer = { small = false; }; }
|
||||
# { spacer = { small = true; }; }
|
||||
# { folder = "/System/Applications/Utilities"; }
|
||||
# { folder = "/Users/js0ny/Downloads/"; }
|
||||
# {folder = "/Users/js0ny/Downloads/";}
|
||||
];
|
||||
persistent-others = [
|
||||
"/Users/js0ny/Downloads"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue