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

@ -1,5 +1,10 @@
{ inputs, pkgs, ... }:
{
nix.settings.substituters = [ "https://nvf.cachix.org" ];
nix.settings.trusted-public-keys = [
"nvf.cachix.org-1:GMQWiUhZ6ux9D5CvFFMwnc2nFrUHTeGaXRlVBXo+naI="
];
home-manager.users.rafiq = {
imports = [
inputs.nvf.homeManagerModules.default