refactor: remove unneeded flake inputs and binary caches

This commit is contained in:
Mohammad Rafiq 2025-04-02 14:04:13 +08:00
parent 56b517ad3b
commit f450885e01
No known key found for this signature in database
18 changed files with 99 additions and 651 deletions

View file

@ -24,7 +24,6 @@
nvidia-container-toolkit.enable = true;
graphics = {
enable = true;
package = inputs.hyprland.inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.mesa;
extraPackages = with pkgs; [
nvidia-vaapi-driver # hardware acceleration
];