diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 94433da..496d83b 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -53,6 +53,7 @@ in { }; virtualisation.docker.enable = true; + virtualisation.podman.enable = true; hardware.cpu.intel.updateMicrocode = true; diff --git a/hosts/pingbox/configuration.nix b/hosts/pingbox/configuration.nix index 1782d76..167bb2a 100644 --- a/hosts/pingbox/configuration.nix +++ b/hosts/pingbox/configuration.nix @@ -32,6 +32,14 @@ programs.kdeconnect.enable = true; + # programs.virt-manager.enable = true; + + # users.groups.libvirtd.members = ["daniel"]; + + # virtualisation.libvirtd.enable = true; + + # virtualisation.spiceUSBRedirection.enable = true; + networking = { hostName = "pingbox"; interfaces.wlp170s0.useDHCP = true; diff --git a/users/configs/desktop/sway/default.nix b/users/configs/desktop/sway/default.nix index 03a4aad..10a6a7d 100644 --- a/users/configs/desktop/sway/default.nix +++ b/users/configs/desktop/sway/default.nix @@ -46,6 +46,9 @@ in { accel_profile = "flat"; pointer_accel = "0.1"; }; + "type:touchpad" = { + scroll_factor = "0.5"; + }; }; output = { eDP-1 = {