mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-21 15:48:48 +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 = {
|
||||
LD_LIBRARY_PATH = "${pkgs.libGL}/lib";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
libsForQt5.discover
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -101,7 +101,6 @@ with lib;
|
|||
protontricks
|
||||
heroic
|
||||
(vscode.fhsWithPackages (ps: with ps; [ sqlite ]))
|
||||
discord
|
||||
quickemu
|
||||
quickgui
|
||||
trilium-desktop
|
||||
|
|
Loading…
Reference in a new issue