mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Updates for nixos and home-manager changes
This commit is contained in:
parent
a0f1f85cf7
commit
96a78829d5
3 changed files with 1 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
enableZshIntegration = true;
|
||||
defaultCacheTtl = 30;
|
||||
maxCacheTtl = 600;
|
||||
pinentryFlavor = "curses";
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -70,7 +70,6 @@
|
|||
|
||||
eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
|
||||
fzf = {
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot.initrd.kernelModules = ["vfio_pci" "vfio" "vfio_iommu_type1" "vfio_virqfd"];
|
||||
|
||||
imports = [
|
||||
../profiles/desktop.nix
|
||||
../profiles/nvidiagpu.nix
|
||||
|
|
Loading…
Add table
Reference in a new issue