🎨🔥 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

View file

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

View file

@ -4,7 +4,6 @@
inputs, inputs,
namespace, namespace,
config, config,
system,
... ...
}: with lib; with lib.${namespace}; }: with lib; with lib.${namespace};
{ {
@ -48,7 +47,7 @@
services.printing.enable = true; services.printing.enable = true;
# Enable fingerprint support for ElanTech scanner 04f3:0c00 # Enable fingerprint support for ElanTech scanner 04f3:0c00
services.fprintd.elanmoc2.enable=true; services.fprintd.elanmoc2.enable = true;
# Enable docker # Enable docker
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
@ -83,7 +82,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
### General ### General
nano nano
inputs.zen-browser.packages."${system}".default
inputs.ghostty.packages.x86_64-linux.default inputs.ghostty.packages.x86_64-linux.default
vlc vlc