This commit is contained in:
2025-09-10 12:01:11 +02:00
parent 34c5a4950d
commit 6fe5e87056
9 changed files with 54 additions and 92 deletions

View File

@@ -62,7 +62,7 @@
enable = true;
username = user;
entries = [
{path = "/Applications/Safari.app/";}
{path = "/Applications/Orion.app/";}
{path = "/${pkgs.ghostty-bin}/Applications/Ghostty.app/";}
{path = "/System/Applications/Notes.app/";}
{path = "/System/Applications/Music.app/";}

View File

@@ -2,7 +2,7 @@
homebrew = {
enable = true;
casks = [
"orbstack"
"orion"
];
masApps = {
"wipr2" = 1662217862;

View File

@@ -2,8 +2,9 @@
with pkgs; [
_1password-gui
dockutil
xcodes
mas
raycast
tailscale
xcodes
# whatsapp-for-mac
]

View File

@@ -27,6 +27,25 @@
nixPath = ["nixos-config=/home/${user}/.local/share/src/nixos-config:/etc/nixos"];
};
boot = {
loader = {
systemd-boot = {
enable = true;
configurationLimit = 42;
};
efi.canTouchEfiVariables = true;
};
initrd.availableKernelModules = [
"xhci_pci"
"ahci"
"nvme"
"usbhid"
"usb_storage"
"sd_mod"
];
kernelPackages = pkgs.linuxPackages_latest;
};
users.users = {
${user} = {
isNormalUser = true;

View File

@@ -1,38 +0,0 @@
{pkgs, ...}:
with pkgs; [
(callPackage ./bin/open-project.nix {})
age
alejandra
nodejs_24
pnpm
ast-grep
delta
devenv
dig
docker
docker-compose
fastfetch
fd
fira-code
gh
git
gnumake
gnupg
htop
hyperfine
jjui
jq
killall
lsof
nurl
openssh
postgresql_17
sd
sops
sqlite
tree
tree-sitter
unzip
vivid
zip
]