mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-31 08:13:06 +01:00
🎨🔥 fix weird syntax and remove zen-browser
This commit is contained in:
parent
26915606dd
commit
dc92ba46c9
2 changed files with 1 additions and 4 deletions
|
@ -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"; };
|
||||
};
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
inputs,
|
||||
namespace,
|
||||
config,
|
||||
system,
|
||||
...
|
||||
}: with lib; with lib.${namespace};
|
||||
{
|
||||
|
@ -48,7 +47,7 @@
|
|||
services.printing.enable = true;
|
||||
|
||||
# Enable fingerprint support for ElanTech scanner 04f3:0c00
|
||||
services.fprintd.elanmoc2.enable=true;
|
||||
services.fprintd.elanmoc2.enable = true;
|
||||
|
||||
# Enable docker
|
||||
virtualisation.docker.enable = true;
|
||||
|
@ -83,7 +82,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
### General
|
||||
nano
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
inputs.ghostty.packages.x86_64-linux.default
|
||||
vlc
|
||||
|
||||
|
|
Loading…
Reference in a new issue