Compare commits

..

No commits in common. "3fe7ae7d9d5c0f1d0ede7748c15ae69181cdf050" and "d66439f80fd7f6efa1fae49627e003a8f48db1ed" have entirely different histories.

View File

@ -6,10 +6,6 @@
automatic = true;
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 = {
templates = {
@ -46,6 +42,13 @@
# macos-specific options
environment.systemPackages = with pkgs ; [
binutils
coreutils
home-manager
];
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
@ -89,38 +92,4 @@
}
];
};
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"
];
}