Compare commits

...

2 Commits

Author SHA1 Message Date
a3afa8eb2c Stuff 2025-05-01 00:16:28 +01:00
bebe8ddc78 Some stuff 2025-04-21 15:00:48 +01:00
6 changed files with 19 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ in {
};
virtualisation.docker.enable = true;
virtualisation.podman.enable = true;
hardware.cpu.intel.updateMicrocode = true;

View File

@@ -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;

View File

@@ -46,6 +46,9 @@ in {
accel_profile = "flat";
pointer_accel = "0.1";
};
"type:touchpad" = {
scroll_factor = "0.5";
};
};
output = {
eDP-1 = {

View File

@@ -9,6 +9,7 @@ shell-integration-features = no-cursor
window-theme = ghostty
window-decoration = false
working-directory = home
unfocused-split-opacity = 1

View File

@@ -35,6 +35,7 @@
)
restic
rust-analyzer
senpai
unzip
zip
zigpkgs."0.14.0"

View File

@@ -21,4 +21,9 @@
services.picom = {
vSync = true;
};
services.easyeffects = {
enable = true;
};
}