Moat tools
This commit is contained in:
parent
a602cc8ad2
commit
bde0ce2e51
3 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
wineWowPackages.waylandFull
|
||||
wine
|
||||
lutris
|
||||
];
|
||||
};
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{...}: {
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.sddm.enable = true;
|
||||
services.xserver.desktopManager.plasma5.enable = true;
|
||||
}
|
Loading…
Reference in a new issue