Compare commits

..
2 Commits
Author SHA1 Message Date
christoph 54a9cc34fe Modules/Niri: Allow to focus partially visible windows 2025-11-15 00:30:36 +01:00
christoph 1ceed08cbf Modules/Docker: Enable compose 2025-11-15 00:30:17 +01:00
2 changed files with 5 additions and 2 deletions
+1 -1
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 = {
+4 -1
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 =