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": {
"locked": {
"lastModified": 1613276359,
"narHash": "sha256-pS8n1PtC9ZTvuxOO12tRugLhSicfSZat5YVe0QHSiow=",
"lastModified": 1613364428,
"narHash": "sha256-F24PD3HhbHdjDDGVnjXGfrR0uFecr5xLvd63amymqr4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4bca02dbe65f921e3e135203f0b3bf1cf105dcbb",
"rev": "859d5405086477cf1433922d853bde1b6f4a8642",
"type": "github"
},
"original": {

View File

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

View File

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