Compare commits
2 Commits
5b9f5bb9c7
...
a3afa8eb2c
| Author | SHA1 | Date | |
|---|---|---|---|
| a3afa8eb2c | |||
| bebe8ddc78 |
@@ -53,6 +53,7 @@ in {
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -46,6 +46,9 @@ in {
|
||||
accel_profile = "flat";
|
||||
pointer_accel = "0.1";
|
||||
};
|
||||
"type:touchpad" = {
|
||||
scroll_factor = "0.5";
|
||||
};
|
||||
};
|
||||
output = {
|
||||
eDP-1 = {
|
||||
|
||||
@@ -9,6 +9,7 @@ shell-integration-features = no-cursor
|
||||
|
||||
window-theme = ghostty
|
||||
window-decoration = false
|
||||
working-directory = home
|
||||
|
||||
unfocused-split-opacity = 1
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
)
|
||||
restic
|
||||
rust-analyzer
|
||||
senpai
|
||||
unzip
|
||||
zip
|
||||
zigpkgs."0.14.0"
|
||||
|
||||
@@ -21,4 +21,9 @@
|
||||
services.picom = {
|
||||
vSync = true;
|
||||
};
|
||||
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user