chore:reuse_hy3

This commit is contained in:
dichgrem
2025-09-22 15:57:16 +08:00
parent 8016a1173d
commit 1e66d26654
2 changed files with 9 additions and 9 deletions

12
flake.lock generated
View File

@@ -298,11 +298,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758375677, "lastModified": 1758464306,
"narHash": "sha256-BLtD+6qWz7fQjPk2wpwyXQLGI0E30Ikgf2ppn2nVadI=", "narHash": "sha256-i56XRXqjwJRdVYmpzVUQ0ktqBBHqNzQHQMQvFRF/acQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "edc7468e12be92e926847cb02418e649b02b59dd", "rev": "939e91e1cff1f99736c5b02529658218ed819a2a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -470,11 +470,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1758405527, "lastModified": 1758459270,
"narHash": "sha256-3OMGX/chlzLpL7OMjXUfcI+xGu5GMeldCnBQ5kM9lZE=", "narHash": "sha256-r2VA33WYfxDJyWmJeo0TmPPrk9yGS9WWb/kld0e7X+I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "fd0c42355026185678e93bca152cbdb3b1a67563", "rev": "92ba37a3e8c25d470f9affe8d5f36f2cfb21e5dd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -20,9 +20,9 @@ mkIf (WM == "Hyprland") {
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
# plugins = [ plugins = [
# pkgs.hyprlandPlugins.hy3 pkgs.hyprlandPlugins.hy3
# ]; ];
systemd = { systemd = {
enable = true; enable = true;
variables = [ "--all" ]; variables = [ "--all" ];