From a3afa8eb2ca70610269cc4aff06e7e78f85b9425 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 30 Apr 2025 21:55:18 +0100 Subject: [PATCH] Stuff --- hosts/common/default.nix | 1 + hosts/pingbox/configuration.nix | 8 ++++++++ users/configs/desktop/sway/default.nix | 3 +++ 3 files changed, 12 insertions(+) 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 = {