From b12fa0e811d8206e5bd9d862f99bc09fd63c5aea Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Tue, 3 Jun 2025 13:00:07 +0100 Subject: [PATCH] Switch to uwsm Signed-off-by: Nikolaos Karaolidis --- flake.lock | 36 ++++----- .../config/widget/components/Launcher.tsx | 2 +- .../common/configs/user/gui/astal/default.nix | 2 + .../configs/user/gui/bluetooth/default.nix | 5 +- .../configs/user/gui/cbatticon/default.nix | 21 ------ .../configs/user/gui/cliphist/default.nix | 50 +++++++------ .../configs/user/gui/hyprland/default.nix | 14 ++-- .../configs/user/gui/hyprland/options.nix | 66 ++++++----------- .../configs/user/gui/hyprshot/default.nix | 16 ++-- .../user/gui/networkmanager/default.nix | 1 - .../configs/user/gui/qalculate/default.nix | 2 +- .../common/configs/user/gui/rofi/default.nix | 2 +- .../common/configs/user/gui/steam/default.nix | 73 +++++++++---------- .../common/configs/user/gui/swww/default.nix | 8 +- hosts/elara/default.nix | 2 +- hosts/himalia/hardware/asusd.ron | 18 ----- hosts/himalia/hardware/default.nix | 21 +++++- submodules/home-manager | 2 +- submodules/nixpkgs | 2 +- 19 files changed, 153 insertions(+), 190 deletions(-) delete mode 100644 hosts/common/configs/user/gui/cbatticon/default.nix delete mode 100644 hosts/himalia/hardware/asusd.ron diff --git a/flake.lock b/flake.lock index af7249d..8690bc2 100644 --- a/flake.lock +++ b/flake.lock @@ -31,11 +31,11 @@ ] }, "locked": { - "lastModified": 1748505737, - "narHash": "sha256-289InRDisoGlKbs4wvWfoNLJJaoBXd2Vq0cxi7PR+d0=", + "lastModified": 1748845209, + "narHash": "sha256-fWfMFjKNxzGjqW2XZHDg6cSyHcir8rk8ev9DHo2YkTA=", "owner": "aylur", "repo": "astal", - "rev": "2f2f23133dfd1d8068ffc238579eecd6a5c4e4a9", + "rev": "7f2292f0792ffc9b127d4788b3dd3f104b5374b2", "type": "github" }, "original": { @@ -52,11 +52,11 @@ ] }, "locked": { - "lastModified": 1748225455, - "narHash": "sha256-AzlJCKaM4wbEyEpV3I/PUq5mHnib2ryEy32c+qfj6xk=", + "lastModified": 1748832438, + "narHash": "sha256-/CtyLVfNaFP7PrOPrTEuGOJBIhcBKVQ91KiEbtXJi0A=", "owner": "nix-community", "repo": "disko", - "rev": "a894f2811e1ee8d10c50560551e50d6ab3c392ba", + "rev": "58d6e5a83fff9982d57e0a0a994d4e5c0af441e4", "type": "github" }, "original": { @@ -115,11 +115,11 @@ ] }, "locked": { - "lastModified": 1748523756, - "narHash": "sha256-Dp7jYh9sPQw6G7ob3pJnjBzkxxFWir17yhlzAPnYJPs=", + "lastModified": 1748939465, + "narHash": "sha256-fOiTgpPr066aliyPWQvP3ckvH1pvUFx660U4GVysYyM=", "owner": "karaolidis", "repo": "home-manager", - "rev": "205adabdcae88eb5eab5b2c2dbe2a74f8be21f23", + "rev": "9168d85abbf984b7f0891095405841212dfd3f8b", "type": "github" }, "original": { @@ -131,11 +131,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1748529242, - "narHash": "sha256-JA6sGuGPTCY6rDMpAP1BopvVNyawjBuW1gaAWnMWnRw=", + "lastModified": 1748939429, + "narHash": "sha256-IrdLwKWucb9xj1dOpbXHuaV1GzHYx51ZGF4wbl5NPwU=", "owner": "karaolidis", "repo": "nixpkgs", - "rev": "c2332b8df21fbf1b0839c99aca528133edf70c7f", + "rev": "7b041169050f5a7b6a15bacdb68a935cee995fe7", "type": "github" }, "original": { @@ -156,11 +156,11 @@ ] }, "locked": { - "lastModified": 1748523337, - "narHash": "sha256-7JsRh/WVZWy4rS/fmknkcJlIpjfkk+8h0/FddtiSJ5M=", + "lastModified": 1748935843, + "narHash": "sha256-ZTbwljoJXgkGAPlYz0GIcNiXQNfPFHe2A0Dqe9KDyPA=", "owner": "nix-community", "repo": "NUR", - "rev": "50a65345d91b37457c947f37afd93cfe07cdeea7", + "rev": "032af0a65aa867a6209718033995f5ba73fee543", "type": "github" }, "original": { @@ -233,11 +233,11 @@ ] }, "locked": { - "lastModified": 1748147548, - "narHash": "sha256-9IaAQkgyF4PFtVyui8vF6oJah0iVcO9DaOefjdTMthE=", + "lastModified": 1748752728, + "narHash": "sha256-en008ncPUQjVx2i3PbM4RWeZkD9DNbJwIy0epppXe2o=", "owner": "Gerg-L", "repo": "spicetify-nix", - "rev": "f0595e3b59260457042450749eaec00a5a47db35", + "rev": "0e03de40d5128eb2ad600c98f57cf5db2cdf3240", "type": "github" }, "original": { diff --git a/hosts/common/configs/user/gui/astal/config/widget/components/Launcher.tsx b/hosts/common/configs/user/gui/astal/config/widget/components/Launcher.tsx index 7f4f140..8bd2826 100644 --- a/hosts/common/configs/user/gui/astal/config/widget/components/Launcher.tsx +++ b/hosts/common/configs/user/gui/astal/config/widget/components/Launcher.tsx @@ -4,7 +4,7 @@ export default () => (