some shit

This commit is contained in:
2025-12-18 23:59:49 +00:00
parent 81684c7650
commit c048ce696a
4 changed files with 32 additions and 22 deletions

36
flake.lock generated
View File

@@ -64,11 +64,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765930735, "lastModified": 1766181259,
"narHash": "sha256-D+b77dVSjCqTfvZsOw3tXAYo5E+I3T9FeahyfqYKWoI=", "narHash": "sha256-bviGVfLGn39/g92x94VFKhBPIMvHwgWorxG59bzoHps=",
"owner": "9001", "owner": "9001",
"repo": "copyparty", "repo": "copyparty",
"rev": "519bfe1f0b66bf3131105941d0dc704de7c2ec23", "rev": "1f6e8116743aa14ad8659b0665c7421ed1982fa5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -111,11 +111,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765985825, "lastModified": 1766087669,
"narHash": "sha256-Ph+dULhPcnefCb+XyTt1a5Vh3A9DFuEHMIlUXSh3KcQ=", "narHash": "sha256-1+LJXcOaeX5YCFCCCY+bh6nSQBS5fPVcudQs5/G2+P4=",
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "51b8b1fc0659b0817dba0f5e40272f86809665ce", "rev": "c03eed645ea94da7afbee29da76436b7ce33a5cb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -299,11 +299,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1765218350, "lastModified": 1766068170,
"narHash": "sha256-RPW2sQFaoQdSNPVg6cq94YVbf6SeBCuGnpjMIxtvpbM=", "narHash": "sha256-gsG+gYgr9GJX+RAAACK+46nWoJzcAtcrrjPZKd9mbbs=",
"owner": "tailscale", "owner": "tailscale",
"repo": "golink", "repo": "golink",
"rev": "491554abd506a48221631bea0e014ca5c8f53fcd", "rev": "e6795d11f3b2d7a90678e1ea471967e8137b36ef",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -340,11 +340,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765980955, "lastModified": 1766171975,
"narHash": "sha256-rB45jv4uwC90vM9UZ70plfvY/2Kdygs+zlQ07dGQFk4=", "narHash": "sha256-47Ee0bTidhF/3/sHuYnWRuxcCrrm0mBNDxBkOTd3wWQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "89c9508bbe9b40d36b3dc206c2483ef176f15173", "rev": "bb35f07cc95a73aacbaf1f7f46bb8a3f40f265b5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -460,11 +460,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1765779637, "lastModified": 1766070988,
"narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -588,11 +588,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765946036, "lastModified": 1766179188,
"narHash": "sha256-R/qaIkzqm00qBMr8onM6ZZFX49lvsQLZ79adVubqjts=", "narHash": "sha256-Y6yhFDjfwk4JOltCx0zjc552gJHn7eJHQEwyj73KXOQ=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "7db019a64483743a8d92319baafbbe71b687d0a1", "rev": "8212a2bbb2586fa79b9807026e15ebb52cf849eb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -80,6 +80,13 @@
logind = { logind = {
lidSwitch = "suspend-then-hibernate"; lidSwitch = "suspend-then-hibernate";
}; };
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
printing.enable = true;
}; };
systemd.sleep.extraConfig = '' systemd.sleep.extraConfig = ''

View File

@@ -29,8 +29,8 @@ input {
// dwtp // dwtp
natural-scroll natural-scroll
scroll-factor 0.5 scroll-factor 0.5
accel-speed 0.05 accel-speed 0.4
accel-profile "adaptive" accel-profile "flat"
// scroll-method "two-finger" // scroll-method "two-finger"
// disabled-on-external-mouse // disabled-on-external-mouse
} }

View File

@@ -16,7 +16,10 @@
shell-integration-features = "no-cursor"; shell-integration-features = "no-cursor";
window-theme = "ghostty"; window-theme = "ghostty";
window-decoration = if hostname == "pingbox" then "none" else "auto"; window-decoration =
if hostname == "pingbox"
then "none"
else "auto";
working-directory = "home"; working-directory = "home";
unfocused-split-opacity = 1; unfocused-split-opacity = 1;