update system

This commit is contained in:
2025-06-20 13:14:05 +02:00
parent 62639b6002
commit 05b437dbf8
4 changed files with 14 additions and 12 deletions

18
flake.lock generated
View File

@@ -46,11 +46,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1748529677, "lastModified": 1749479111,
"narHash": "sha256-MJEX3Skt5EAIs/aGHD8/aXXZPcceMMHheyIGSjvxZN0=", "narHash": "sha256-0cn4NGnYR3n0m8FPrt+pW817Cedi4vwOw3SgJaTcdcg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "da282034f4d30e787b8a10722431e8b650a907ef", "rev": "35e1f5a7c29f2b05e8f53177f6b5c71108c5f4c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -127,11 +127,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1748370509, "lastModified": 1749285348,
"narHash": "sha256-QlL8slIgc16W5UaI3w7xHQEP+Qmv/6vSNTpoZrrSlbk=", "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4faa5f5321320e49a78ae7848582f684d64783e9", "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -151,11 +151,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1748477044, "lastModified": 1749420898,
"narHash": "sha256-X6tA9XTFhgZqZGUCqP8F8/Fl0/ZQoo4husc3JoHa0fk=", "narHash": "sha256-QiB3xDyHuj2VzS6AaALTeikLt6EsZyMjDRmzb4y2vFM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "28a2abf874c3ecbbf91edf1b2b9fe595f0f54099", "rev": "2b6f694b48f43bbd89dcc21e8aa7aa676eb18eb8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -53,7 +53,7 @@
# development # development
# TODO: .NET 6 avalonia-ilspy # TODO: .NET 6 avalonia-ilspy
# ghidra ghidra
# utils # utils
libqalculate libqalculate

View File

@@ -37,6 +37,8 @@ in
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SDL_VIDEODRIVER = "wayland"; SDL_VIDEODRIVER = "wayland";
CLUTTER_BACKEND = "wayland"; CLUTTER_BACKEND = "wayland";
# https://github.com/swaywm/sway/issues/6272
_JAVA_AWT_WM_NONREPARENTING = "1";
}; };
}; };
xdg.configFile."uwsm/env".source = pkgs.writeText "env" ( xdg.configFile."uwsm/env".source = pkgs.writeText "env" (

View File

@@ -58,9 +58,9 @@ in
slave_count_for_center_master = 0; slave_count_for_center_master = 0;
mfact = 0.4; mfact = 0.4;
}; };
render.direct_scanout = 1; # render.direct_scanout = 1;
monitor = [ monitor = [
"DP-3,3840x2160@144,0x0,1,bitdepth,10" "DP-3,3840x2160@144,0x0,1,bitdepth,10,cm,auto"
"DP-3,addreserved,340,0,0,0" "DP-3,addreserved,340,0,0,0"
]; ];
xwayland.force_zero_scaling = true; xwayland.force_zero_scaling = true;