From d0b48f0a1d06a0b2072c87339b82283546a26cfe Mon Sep 17 00:00:00 2001 From: Superredstone Date: Thu, 3 Oct 2024 15:33:15 +0200 Subject: [PATCH] Added htop and killall --- configuration.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index c8ce0d4..832059d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -87,7 +87,9 @@ gcc git gnumake + htop jq + killall python3 ripgrep tree @@ -116,6 +118,7 @@ # Desktop utils kitty + mpv xdg-desktop-portal xdg-desktop-portal-gtk xdg-desktop-portal-kde @@ -134,13 +137,15 @@ programs.steam.enable = true; programs.steam.remotePlay.openFirewall = true; - virtualisation.docker = { - enable = true; - rootless = { - enable = true; - setSocketVariable = true; - }; - }; + # virtualisation.docker = { + # enable = true; + # rootless = { + # enable = true; + # setSocketVariable = true; + # }; + # }; + virtualisation.podman.enable = true; + virtualisation.podman.dockerCompat = true; services.sunshine = { enable = true; autoStart = false;