mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-02-07 11:43: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"; };
|
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"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue