diff --git a/flake.lock b/flake.lock index d9485ec..814ecee 100644 --- a/flake.lock +++ b/flake.lock @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1769961174, - "narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=", + "lastModified": 1769962319, + "narHash": "sha256-U0lKicifKNBbO6JnxKNBTp9bFJPEiVCkL1D4NJwnIis=", "owner": "nix-community", "repo": "NUR", - "rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297", + "rev": "9aa988324da5f6a880a8f05fe5ef448a81a916ea", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1769961174, - "narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=", + "lastModified": 1769962319, + "narHash": "sha256-U0lKicifKNBbO6JnxKNBTp9bFJPEiVCkL1D4NJwnIis=", "owner": "nix-community", "repo": "NUR", - "rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297", + "rev": "9aa988324da5f6a880a8f05fe5ef448a81a916ea", "type": "github" }, "original": { diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 2c7349c..43d24d4 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -17,6 +17,9 @@ in enable = true; }; # end loader.systemd-boot }; # end boot + environment.systemPackages = with pkgs; [ + tmux + ]; # end environment.systemPackages virtualisation.oci-containers.containers = { isponsorblocktv = { image = "ghcr.io/dmunozv04/isponsorblocktv:latest";