Compare commits
2 Commits
5b9f5bb9c7
...
a3afa8eb2c
| Author | SHA1 | Date | |
|---|---|---|---|
| a3afa8eb2c | |||
| bebe8ddc78 |
@@ -53,6 +53,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
virtualisation.podman.enable = true;
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode = true;
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,14 @@
|
|||||||
|
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
# programs.virt-manager.enable = true;
|
||||||
|
|
||||||
|
# users.groups.libvirtd.members = ["daniel"];
|
||||||
|
|
||||||
|
# virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
# virtualisation.spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "pingbox";
|
hostName = "pingbox";
|
||||||
interfaces.wlp170s0.useDHCP = true;
|
interfaces.wlp170s0.useDHCP = true;
|
||||||
|
|||||||
@@ -46,6 +46,9 @@ in {
|
|||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
pointer_accel = "0.1";
|
pointer_accel = "0.1";
|
||||||
};
|
};
|
||||||
|
"type:touchpad" = {
|
||||||
|
scroll_factor = "0.5";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
output = {
|
output = {
|
||||||
eDP-1 = {
|
eDP-1 = {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ shell-integration-features = no-cursor
|
|||||||
|
|
||||||
window-theme = ghostty
|
window-theme = ghostty
|
||||||
window-decoration = false
|
window-decoration = false
|
||||||
|
working-directory = home
|
||||||
|
|
||||||
unfocused-split-opacity = 1
|
unfocused-split-opacity = 1
|
||||||
|
|
||||||
|
|||||||
@@ -35,6 +35,7 @@
|
|||||||
)
|
)
|
||||||
restic
|
restic
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
senpai
|
||||||
unzip
|
unzip
|
||||||
zip
|
zip
|
||||||
zigpkgs."0.14.0"
|
zigpkgs."0.14.0"
|
||||||
|
|||||||
@@ -21,4 +21,9 @@
|
|||||||
services.picom = {
|
services.picom = {
|
||||||
vSync = true;
|
vSync = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.easyeffects = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user