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; [
watchexec
android-tools
kubectl
stern
libresprite
audacity
wol
shellcheck
shfmt
nodePackages.bash-language-server
nodePackages.yaml-language-server
xh
jq
curl

View file

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

View file

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