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; [
|
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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
wineWowPackages.waylandFull
|
wine
|
||||||
lutris
|
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