update flake.lock and flake.nix to include homebrew-siderolabs and enable auto-update for homebrew apps

This commit is contained in:
2025-04-09 20:24:17 -04:00
parent bf21af8707
commit 3803284169
4 changed files with 55 additions and 31 deletions

View File

@@ -1,7 +1,5 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
];
environment.systemPackages = with pkgs; [ ];
}