nixos/hosts/macbook/settings.nix

43 lines
548 B
Nix

{ pkgs, ... }:
{
nixpkgs.hostPlatform = "aarch64-darwin";
system.stateVersion = 6;
environment.systemPackages = with pkgs; [
audacity
brave
firefox
signal-desktop
protonmail-desktop
prismlauncher
localsend
anki
bitwarden-desktop
element-desktop
wireshark
inkscape
moonlight-qt
nvtopPackages.apple
vscodium
chirp
scrcpy
restic-browser
# games
unciv
wesnoth
osu-lazer-bin
# emu
ryubing
xemu
dolphin-emu
#backup
keepassxc
];
}