Skip to content

Commit

Permalink
common(apps): add missing
Browse files Browse the repository at this point in the history
Signed-off-by: Flokkq <[email protected]>
  • Loading branch information
Flokkq committed Dec 1, 2024
1 parent efe7064 commit 719a9ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hosts/darwin/cornflower-scientist/apps.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
pkgs,
config,
ext,
...
}: {
environment.systemPackages = with pkgs; [
Expand Down Expand Up @@ -46,13 +45,13 @@
masApps = {
Xcode = 497799835;
GoodNotes = 1444383602;
# _1Password = 1333542190; # what the heck is that
Excel = 462058435;
Word = 462054704;
PowerPoint = 462062816;
WhatsApp = 310633997;
ParallelsDesktop = 1085114709;
KeyNote = 409183694;
WireGuard = 1451685025;
};

taps = [
Expand All @@ -68,6 +67,7 @@
"mas"
"switchaudio-osx"
"nowplaying-cli"
"wireguard-tools"

"koekeishiya/formulae/yabai"
"koekeishiya/formulae/skhd"
Expand All @@ -82,7 +82,6 @@
"sf-symbols"
"font-sf-mono"
"font-sf-pro"
# "google-chrome"
"alt-tab"
"docker"
"ghidra" # broken nixpkgs binarry
Expand All @@ -95,6 +94,8 @@
"chatgpt"
"homerow"
"burp-suite"
"karabiner-elements"
"anydesk"
];
};
}
1 change: 1 addition & 0 deletions modules/linux/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
ghidra
burpsuite
nautilus
wireguard-ui

# waybar
waybar
Expand Down

0 comments on commit 719a9ae

Please sign in to comment.