From 3d27f554015ece713fa22fe829d711b430d6bbda Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 1 Jun 2025 10:22:07 +0200 Subject: [PATCH] 25.05 fixes --- flake.lock | 6 +++--- home/vinzenz/configuration.nix | 2 +- home/vinzenz/niri.nix | 3 ++- hosts/vinzenz-pc2/vscode-server.nix | 1 + modules/amd-graphics.nix | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index dc9bd6f..d503e7b 100644 --- a/flake.lock +++ b/flake.lock @@ -217,11 +217,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1746576598, - "narHash": "sha256-FshoQvr6Aor5SnORVvh/ZdJ1Sa2U4ZrIMwKBX5k2wu0=", + "lastModified": 1748662220, + "narHash": "sha256-7gGa49iB9nCnFk4h/g9zwjlQAyjtpgcFkODjcOQS0Es=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b3582c75c7f21ce0b429898980eddbbf05c68e55", + "rev": "59138c7667b7970d205d6a05a8bfa2d78caa3643", "type": "github" }, "original": { diff --git a/home/vinzenz/configuration.nix b/home/vinzenz/configuration.nix index c67ce48..a7b8fb4 100644 --- a/home/vinzenz/configuration.nix +++ b/home/vinzenz/configuration.nix @@ -53,7 +53,7 @@ kicad kikit - unstable.ut1999 + ut1999 servicepoint-cli servicepoint-simulator diff --git a/home/vinzenz/niri.nix b/home/vinzenz/niri.nix index 9c532ee..7c90a93 100644 --- a/home/vinzenz/niri.nix +++ b/home/vinzenz/niri.nix @@ -21,7 +21,8 @@ services = { kdeconnect = { enable = true; - indicator = true; + # this still shows up in gnome session starting with 25.05 + # indicator = true; }; mako = { enable = true; diff --git a/hosts/vinzenz-pc2/vscode-server.nix b/hosts/vinzenz-pc2/vscode-server.nix index 7416972..d1164f1 100644 --- a/hosts/vinzenz-pc2/vscode-server.nix +++ b/hosts/vinzenz-pc2/vscode-server.nix @@ -2,6 +2,7 @@ { services.openvscode-server = { enable = true; + package = pkgs.unstable.openvscode-server; telemetryLevel = "off"; port = 8542; host = "127.0.0.1"; diff --git a/modules/amd-graphics.nix b/modules/amd-graphics.nix index 4ae15ac..d36b42d 100644 --- a/modules/amd-graphics.nix +++ b/modules/amd-graphics.nix @@ -11,7 +11,7 @@ amdvlk = { # TODO: this creates black borders around GNOME apps # enable = true; - support32Bit.enable = config.hardware.graphics.enable32Bit; + # support32Bit.enable = config.hardware.graphics.enable32Bit; }; }; };