🎨🔥 fix weird syntax and remove zen-browser

This commit is contained in:
Jo 2025-01-20 18:27:49 +01:00
parent 26915606dd
commit dc92ba46c9
2 changed files with 1 additions and 4 deletions
flake.nix
systems/x86_64-linux/puzzlevision

View file

@ -30,7 +30,6 @@
nix-flatpak = { url = "github:gmodena/nix-flatpak/?ref=v0.4.1"; };
# Apps
zen-browser = { url = "github:0xc000022070/zen-browser-flake"; inputs.nixpkgs.follows = "nixpkgs"; };
ghostty = { url = "github:ghostty-org/ghostty"; };
};

View file

@ -4,7 +4,6 @@
inputs,
namespace,
config,
system,
...
}: with lib; with lib.${namespace};
{
@ -83,7 +82,6 @@
environment.systemPackages = with pkgs; [
### General
nano
inputs.zen-browser.packages."${system}".default
inputs.ghostty.packages.x86_64-linux.default
vlc