Updates for nixos and home-manager changes

This commit is contained in:
willemml 2024-03-15 08:41:01 -07:00
parent a0f1f85cf7
commit 96a78829d5
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
3 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,7 @@
enableZshIntegration = true;
defaultCacheTtl = 30;
maxCacheTtl = 600;
pinentryFlavor = "curses";
pinentryPackage = pkgs.pinentry-curses;
};
};
}

View file

@ -70,7 +70,6 @@
eza = {
enable = true;
enableAliases = true;
};
fzf = {

View file

@ -7,8 +7,6 @@
pkgs,
...
}: {
boot.initrd.kernelModules = ["vfio_pci" "vfio" "vfio_iommu_type1" "vfio_virqfd"];
imports = [
../profiles/desktop.nix
../profiles/nvidiagpu.nix