chore(deps): update flake deps

This commit is contained in:
dusk 2021-02-16 08:56:18 +03:00
parent 757911abb9
commit 35fb51eb55
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 6 additions and 5 deletions

View File

@ -74,11 +74,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1613276359, "lastModified": 1613364428,
"narHash": "sha256-pS8n1PtC9ZTvuxOO12tRugLhSicfSZat5YVe0QHSiow=", "narHash": "sha256-F24PD3HhbHdjDDGVnjXGfrR0uFecr5xLvd63amymqr4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4bca02dbe65f921e3e135203f0b3bf1cf105dcbb", "rev": "859d5405086477cf1433922d853bde1b6f4a8642",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -160,6 +160,9 @@ in
directories = [ "/etc/nixos" ]; directories = [ "/etc/nixos" ];
files = [ "/etc/machine-id" ]; files = [ "/etc/machine-id" ];
}; };
variables = {
VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
};
}; };
networking.interfaces.enp6s0.useDHCP = true; networking.interfaces.enp6s0.useDHCP = true;

View File

@ -230,13 +230,11 @@ in
ffmpeg ffmpeg
mupdf mupdf
transmission-qt transmission-qt
gitAndTools.gh
steam-run steam-run
lutris lutris
xdg_utils xdg_utils
discord discord
tagref tagref
pcsx2
] ++ kideDeps; ] ++ kideDeps;
}; };