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": {
|
"locked": {
|
||||||
"lastModified": 1763393243,
|
"lastModified": 1763394035,
|
||||||
"narHash": "sha256-gJ76u+dVxYNn1EH1wG1saQD3CGHGSTR019GHMmaHkQU=",
|
"narHash": "sha256-dsLCe/BTQXaogqAsTStl/SSIdf95hOALD3sCiD8eFZ0=",
|
||||||
"path": "/home/servius/Projects/handoff",
|
"path": "/home/servius/Projects/handoff",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
:orientation "v"
|
:orientation "v"
|
||||||
:halign "start"
|
:halign "start"
|
||||||
:valign "start"
|
:valign "start"
|
||||||
(label :xalign 50 :markup "<span font_size=\"large\">Activate Linux</span>")
|
(label :xalign 0 :markup "<span font_size=\"large\">Activate Linux</span>")
|
||||||
(label :xalign 50 :text "Go to Settings to activate Linux")))
|
(label :xalign 0 :text "Go to Settings to activate Linux")))
|
||||||
|
|
||||||
(defwindow activate-linux
|
(defwindow activate-linux
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:stacking "fg"
|
: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))
|
(activate-linux))
|
||||||
|
|||||||
@@ -37,14 +37,14 @@
|
|||||||
spotify
|
spotify
|
||||||
steam-run
|
steam-run
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
(prismlauncher.override {
|
# (prismlauncher.override {
|
||||||
additionalPrograms = [ffmpeg zenity];
|
# additionalPrograms = [ffmpeg zenity];
|
||||||
jdks = [
|
# jdks = [
|
||||||
# graalvm-ce
|
# # graalvm-ce
|
||||||
zulu8
|
# zulu8
|
||||||
zulu17
|
# zulu17
|
||||||
zulu
|
# zulu
|
||||||
];
|
# ];
|
||||||
})
|
# })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -180,7 +180,7 @@
|
|||||||
anyrun-overlay = final: prev: {
|
anyrun-overlay = final: prev: {
|
||||||
anyrun =
|
anyrun =
|
||||||
inputs.anyrun.packages.${prev.system}.anyrun.overrideAttrs
|
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;
|
hyprwin = inputs.anyrun-hyprwin.packages.${prev.system}.hyprwin;
|
||||||
nixos-options = inputs.anyrun-nixos-options.packages.${prev.system}.default;
|
nixos-options = inputs.anyrun-nixos-options.packages.${prev.system}.default;
|
||||||
anyrun-rink = inputs.anyrun-rink.packages.${prev.system}.default;
|
anyrun-rink = inputs.anyrun-rink.packages.${prev.system}.default;
|
||||||
|
|||||||
Reference in New Issue
Block a user