feat: Update nix and update packages

This commit is contained in:
2025-05-27 19:17:36 +02:00
parent 8ea53c5027
commit e4c1039f70
2 changed files with 22 additions and 65 deletions

View File

@ -38,6 +38,10 @@
pkgs.marp-cli
pkgs.discord
pkgs.mos
pkgs.wireshark
pkgs.yarn
pkgs.typescript
pkgs.firefox
];
# HomeBrew configuration
@ -76,7 +80,8 @@
"eloston-chromium"
"chromedriver"
"epic-games"
"lookaway"
"shadow"
"alt-tab"
];
brews = [
"wget"
@ -165,6 +170,7 @@
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 5;
system.primaryUser = "louisgallet";
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "aarch64-darwin";