🔥 remove elonmoc2 module due to errors

This commit is contained in:
Jo 2025-01-31 01:06:56 +01:00
parent c32bb1c696
commit 18337ad778
3 changed files with 44 additions and 281 deletions

View file

@ -17,17 +17,11 @@
# Hardware specific tweaks and performance optimizations.
hardware = { url = "github:NixOS/nixos-hardware/master"; };
# Support for ElanTech fingerprint scanner 04f3:0c00
elanmoc2 = {
url = "github:sandptel/elanmoc2";
inputs.nixpkgs.follows = "nixpkgs";
};
# Catppuccin theme nix configuration.
catppuccin = { url = "github:catppuccin/nix"; inputs.nixpkgs.follows = "nixpkgs"; };
# Declarative management of Flatpak packages.
nix-flatpak = { url = "github:gmodena/nix-flatpak/?ref=v0.4.1"; };
nix-flatpak = { url = "github:gmodena/nix-flatpak/?ref=latest"; };
# Apps
ghostty = { url = "github:ghostty-org/ghostty"; };