desktop: add docker alias and hotkey for sway next workspace

This commit is contained in:
2024-02-11 19:47:19 +01:00
parent 9ed74e74d2
commit 88c2a62223
2 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,11 @@
{
virtualisation = {
docker.enable = true;
podman = {
enable = true;
autoPrune.enable = true;
dockerCompat = true;
};
};
users.groups.docker.members = [ "${user}" ];
@@ -17,9 +21,9 @@
# ''; # Alias to easily start container
#};
environment.systemPackages = with pkgs; [
docker-compose
];
# environment.systemPackages = with pkgs; [
# docker-compose
# ];
}
# USAGE: