mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
minor fixes
This commit is contained in:
parent
2e2524e3d2
commit
a00df60b2d
3 changed files with 5 additions and 4 deletions
|
@ -1081,11 +1081,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1717555607,
|
||||
"narHash": "sha256-WZ1s48OODmRJ3DHC+I/DtM3tDRuRJlNqMvxvAPTD7ec=",
|
||||
"lastModified": 1718086528,
|
||||
"narHash": "sha256-hoB7B7oPgypePz16cKWawPfhVvMSXj4G/qLsfFuhFjw=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0b8e7a1ae5a94da2e1ee3f3030a32020f6254105",
|
||||
"rev": "47b604b07d1e8146d5398b42d3306fdebd343986",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -8,6 +8,7 @@ with lib.hm.gvariant;
|
|||
../../desktop/celluloid.nix
|
||||
../../desktop/dconf-editor.nix
|
||||
../../desktop/gitkraken.nix
|
||||
../../desktop/gnome-shell.nix
|
||||
../../desktop/gnome-sound-recorder.nix
|
||||
../../desktop/jetbrains-clion.nix
|
||||
../../desktop/jetbrains-idea-ultimate.nix
|
||||
|
|
|
@ -7,7 +7,7 @@ let
|
|||
in
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ vulkan-tools nvtop ];
|
||||
systemPackages = with pkgs; [ vulkan-tools nvtopPackages.full ];
|
||||
|
||||
variables = {
|
||||
VK_DRIVER_FILES = builtins.concatStringsSep ":" vulkanDriverFiles;
|
||||
|
|
Loading…
Reference in a new issue