1

Compare commits

..

2 Commits

2 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,7 @@ in {
input = {
focus-follows-mouse = {
enable = true;
max-scroll-amount = "0%"; # Skip partial windows that would scroll the viewport on focus
# max-scroll-amount = "0%"; # Skip partial windows that would scroll the viewport on focus
};
keyboard = {

View File

@ -2,6 +2,7 @@
config,
lib,
mylib,
pkgs,
...
}: let
inherit (config.modules) docker;
@ -22,6 +23,8 @@ in {
enable = !docker.podman;
autoPrune.enable = true;
extraPackages = with pkgs; [docker-compose];
rootless = {
enable = docker.docker.rootless;
setSocketVariable = true;
@ -54,7 +57,7 @@ in {
dockerSocket.enable = true;
defaultNetwork.settings.dns_enabled = true;
# extraPackages = with pkgs; [];
extraPackages = with pkgs; [podman-compose];
};
oci-containers.backend =