desktop: add docker alias and hotkey for sway next workspace
This commit is contained in:
parent
9ed74e74d2
commit
88c2a62223
@ -212,6 +212,9 @@
|
|||||||
"${mod}+Shift+9" = "move container to workspace number 9";
|
"${mod}+Shift+9" = "move container to workspace number 9";
|
||||||
"${mod}+Shift+0" = "move container to workspace number 10";
|
"${mod}+Shift+0" = "move container to workspace number 10";
|
||||||
|
|
||||||
|
"${mod}+Tab" = "workspace next";
|
||||||
|
"${mod}+Alt+Tab" = "workspace prev";
|
||||||
|
|
||||||
"${mod}+k" = "splith";
|
"${mod}+k" = "splith";
|
||||||
"${mod}+v" = "splitv";
|
"${mod}+v" = "splitv";
|
||||||
|
|
||||||
|
@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
docker.enable = true;
|
podman = {
|
||||||
|
enable = true;
|
||||||
|
autoPrune.enable = true;
|
||||||
|
dockerCompat = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.groups.docker.members = [ "${user}" ];
|
users.groups.docker.members = [ "${user}" ];
|
||||||
@ -17,9 +21,9 @@
|
|||||||
# ''; # Alias to easily start container
|
# ''; # Alias to easily start container
|
||||||
#};
|
#};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
# docker-compose
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
||||||
# USAGE:
|
# USAGE:
|
||||||
|
Loading…
Reference in New Issue
Block a user