Compare commits
2 Commits
d66439f80f
...
3fe7ae7d9d
Author | SHA1 | Date | |
---|---|---|---|
3fe7ae7d9d | |||
27c11e905e |
45
darwin.nix
45
darwin.nix
|
@ -6,6 +6,10 @@
|
||||||
automatic = true;
|
automatic = true;
|
||||||
interval = { Hour = 3; Minute = 0; }; # run at 3 am
|
interval = { Hour = 3; Minute = 0; }; # run at 3 am
|
||||||
};
|
};
|
||||||
|
nix.optimise = {
|
||||||
|
automatic = true;
|
||||||
|
interval = { Hour = 3; Minute = 13; }; # run at 3:13 am
|
||||||
|
};
|
||||||
|
|
||||||
nix.registry = {
|
nix.registry = {
|
||||||
templates = {
|
templates = {
|
||||||
|
@ -42,13 +46,6 @@
|
||||||
|
|
||||||
# macos-specific options
|
# macos-specific options
|
||||||
|
|
||||||
environment.systemPackages = with pkgs ; [
|
|
||||||
binutils
|
|
||||||
coreutils
|
|
||||||
|
|
||||||
home-manager
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
|
@ -92,4 +89,38 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs ; [
|
||||||
|
binutils
|
||||||
|
coreutils
|
||||||
|
|
||||||
|
home-manager
|
||||||
|
|
||||||
|
keepassxc
|
||||||
|
spotify
|
||||||
|
discord
|
||||||
|
audacity
|
||||||
|
blender
|
||||||
|
ghidra
|
||||||
|
gimp
|
||||||
|
hexfiend
|
||||||
|
inkscape
|
||||||
|
|
||||||
|
wireshark
|
||||||
|
];
|
||||||
|
|
||||||
|
system.defaults.dock.persistent-apps = [
|
||||||
|
# Finder? LaunchPad?
|
||||||
|
"${pkgs.keepassxc}/Applications/KeePassXC.app"
|
||||||
|
"/System/Applications/Calendar.app/"
|
||||||
|
"/System/Applications/Mail.app/"
|
||||||
|
"${pkgs.spotify}/Applications/Spotify.app/"
|
||||||
|
"${pkgs.discord}/Applications/Discord.app/"
|
||||||
|
"/Applications/Signal.app/"
|
||||||
|
"/Applications/Firefox Developer Edition.app/"
|
||||||
|
"/System/Applications/System Settings.app/"
|
||||||
|
"/Applications/FreeCAD-realthunder.app/"
|
||||||
|
"/Applications/KiCad/KiCad.app/"
|
||||||
|
"/Users/xenia/Applications/Home Manager Apps/Alacritty.app"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user