Nixcord stuff; Updated games; Added python lsp

This commit is contained in:
Jurn Wubben 2025-03-10 09:28:32 +01:00
parent 8b8b862d63
commit c48b41c250
6 changed files with 196 additions and 20 deletions

View file

@ -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
];
}