From 682531cff40f5c0687d909b4a0e23fc9743d0e83 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 21 Nov 2025 12:05:54 +0530 Subject: [PATCH] chore: update flake.lock and refactor GUI service config --- flake.lock | 4 ++-- home/services/eww/eww.yuck | 6 +++--- home/services/gui.nix | 18 +++++++++--------- overlays.nix | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index ce84b96d..a81d50ce 100644 --- a/flake.lock +++ b/flake.lock @@ -1683,8 +1683,8 @@ ] }, "locked": { - "lastModified": 1763393243, - "narHash": "sha256-gJ76u+dVxYNn1EH1wG1saQD3CGHGSTR019GHMmaHkQU=", + "lastModified": 1763394035, + "narHash": "sha256-dsLCe/BTQXaogqAsTStl/SSIdf95hOALD3sCiD8eFZ0=", "path": "/home/servius/Projects/handoff", "type": "path" }, diff --git a/home/services/eww/eww.yuck b/home/services/eww/eww.yuck index 905680ce..fbe398bb 100644 --- a/home/services/eww/eww.yuck +++ b/home/services/eww/eww.yuck @@ -3,11 +3,11 @@ :orientation "v" :halign "start" :valign "start" - (label :xalign 50 :markup "Activate Linux") - (label :xalign 50 :text "Go to Settings to activate Linux"))) + (label :xalign 0 :markup "Activate Linux") + (label :xalign 0 :text "Go to Settings to activate Linux"))) (defwindow activate-linux :monitor 0 :stacking "fg" - :geometry (geometry :x "8px" :y "32px" :width "250px" :anchor "bottom right") + :geometry (geometry :x "96px" :y "96px" :width "250px" :anchor "bottom right") (activate-linux)) diff --git a/home/services/gui.nix b/home/services/gui.nix index d0a67ae7..8af77402 100644 --- a/home/services/gui.nix +++ b/home/services/gui.nix @@ -37,14 +37,14 @@ spotify steam-run wl-clipboard - (prismlauncher.override { - additionalPrograms = [ffmpeg zenity]; - jdks = [ - # graalvm-ce - zulu8 - zulu17 - zulu - ]; - }) + # (prismlauncher.override { + # additionalPrograms = [ffmpeg zenity]; + # jdks = [ + # # graalvm-ce + # zulu8 + # zulu17 + # zulu + # ]; + # }) ]; } diff --git a/overlays.nix b/overlays.nix index c58a81a3..c0a4d96a 100644 --- a/overlays.nix +++ b/overlays.nix @@ -180,7 +180,7 @@ anyrun-overlay = final: prev: { anyrun = inputs.anyrun.packages.${prev.system}.anyrun.overrideAttrs - (finalAttrs: prevAttrs: {cargoPatches = [./patches/ctrl-np.patch];}); + (finalAttrs: prevAttrs: {patches = [./patches/ctrl-np.patch];}); hyprwin = inputs.anyrun-hyprwin.packages.${prev.system}.hyprwin; nixos-options = inputs.anyrun-nixos-options.packages.${prev.system}.default; anyrun-rink = inputs.anyrun-rink.packages.${prev.system}.default;