mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 07:58:49 +01:00
add discover, remove discord
This commit is contained in:
parent
0797ea840a
commit
de4bbd6ab2
2 changed files with 4 additions and 1 deletions
|
@ -29,5 +29,9 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
libsForQt5.discover
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,7 +101,6 @@ with lib;
|
||||||
protontricks
|
protontricks
|
||||||
heroic
|
heroic
|
||||||
(vscode.fhsWithPackages (ps: with ps; [ sqlite ]))
|
(vscode.fhsWithPackages (ps: with ps; [ sqlite ]))
|
||||||
discord
|
|
||||||
quickemu
|
quickemu
|
||||||
quickgui
|
quickgui
|
||||||
trilium-desktop
|
trilium-desktop
|
||||||
|
|
Loading…
Reference in a new issue