chore: update flake.lock and refactor GUI service config
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -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"
|
||||
},
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
:orientation "v"
|
||||
:halign "start"
|
||||
:valign "start"
|
||||
(label :xalign 50 :markup "<span font_size=\"large\">Activate Linux</span>")
|
||||
(label :xalign 50 :text "Go to Settings to activate Linux")))
|
||||
(label :xalign 0 :markup "<span font_size=\"large\">Activate Linux</span>")
|
||||
(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))
|
||||
|
||||
@@ -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
|
||||
# ];
|
||||
# })
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user