mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Further work on darwin
This commit is contained in:
parent
9b475d6b33
commit
eb4713ec37
10 changed files with 125 additions and 123 deletions
|
|
@ -21,89 +21,6 @@ _: let
|
|||
darwin
|
||||
]);
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
|
||||
home-manager.users.kat = {
|
||||
home.sessionVariables = {
|
||||
ARTEMISCLI_CONFIG_PATH = "/Users/kat/.artemisconfig";
|
||||
};
|
||||
programs = {
|
||||
zsh = {
|
||||
initExtra = ''
|
||||
source <(kubectl completion zsh)
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
homebrew = {
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
brews = [
|
||||
"gnupg"
|
||||
"pinentry-mac"
|
||||
"awscurl"
|
||||
"pandoc"
|
||||
"openjdk@17"
|
||||
"maven"
|
||||
"dependency-check"
|
||||
"snyk"
|
||||
];
|
||||
casks = [
|
||||
# Browsers
|
||||
"firefox"
|
||||
"google-chrome"
|
||||
|
||||
# Chat
|
||||
"signal"
|
||||
"telegram"
|
||||
"discord"
|
||||
"element"
|
||||
"slack"
|
||||
"keybase"
|
||||
|
||||
# Media
|
||||
"spotify"
|
||||
"deluge"
|
||||
|
||||
# Exocortex
|
||||
"obsidian"
|
||||
|
||||
# Security
|
||||
"bitwarden"
|
||||
"mullvadvpn"
|
||||
"pycharm-ce"
|
||||
|
||||
# Development Tools
|
||||
"iterm2"
|
||||
"cyberduck"
|
||||
"boop"
|
||||
|
||||
# Utilities
|
||||
"disk-inventory-x"
|
||||
"devtoys"
|
||||
"contexts"
|
||||
"rectangle"
|
||||
"syncthing"
|
||||
"anki"
|
||||
"bartender"
|
||||
];
|
||||
|
||||
taps = [
|
||||
"pulumi/tap"
|
||||
"homebrew/cask-versions"
|
||||
"snyk/tap"
|
||||
];
|
||||
masApps = {
|
||||
Tailscale = 1475387142;
|
||||
Dato = 1470584107;
|
||||
Lungo = 1263070803;
|
||||
"Battery Indicator" = 1206020918;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = 4;
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue