diff --git a/system/work/home.nix b/system/work/home.nix index 9292a0f..8e68bd5 100644 --- a/system/work/home.nix +++ b/system/work/home.nix @@ -5,6 +5,7 @@ home.stateVersion = "22.05"; home.packages = with pkgs; [ + sbctl ]; programs.git = { diff --git a/system/work/system.nix b/system/work/system.nix index 6d98bd6..fd379d5 100644 --- a/system/work/system.nix +++ b/system/work/system.nix @@ -14,6 +14,8 @@ networking.firewall.allowedTCPPorts = [ ]; system.stateVersion = "22.11"; # do not change + + boot.bootspec.enable = true; }