Nixcord stuff; Updated games; Added python lsp
This commit is contained in:
parent
f33c9c99e0
commit
dc5c237473
6 changed files with 196 additions and 20 deletions
|
|
@ -1,3 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
# Also look at system/programs/games.nix
|
||||
{
|
||||
pkgs,
|
||||
osConfig,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# Also look at system/programs/games.nix (some programs have to be overlayed or have systemwide modules that have to be installed.)
|
||||
home.packages = lib.mkIf osConfig.niksos.games [
|
||||
pkgs.dolphin-emu
|
||||
pkgs.suyu
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue