Moat tools

This commit is contained in:
Daniel Flanagan 2024-03-14 14:04:31 -05:00
parent a602cc8ad2
commit bde0ce2e51
3 changed files with 4 additions and 6 deletions

View file

@ -2,12 +2,15 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
watchexec watchexec
android-tools android-tools
kubectl
stern
libresprite libresprite
audacity audacity
wol wol
shellcheck shellcheck
shfmt shfmt
nodePackages.bash-language-server nodePackages.bash-language-server
nodePackages.yaml-language-server
xh xh
jq jq
curl curl

View file

@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
wineWowPackages.waylandFull wine
lutris lutris
]; ];
}; };

View file

@ -1,5 +0,0 @@
{...}: {
services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
}