update home

This commit is contained in:
2026-05-08 00:44:25 +09:00
parent 040e062e39
commit 57195084d8
2 changed files with 6 additions and 7 deletions

6
flake.lock generated
View File

@@ -187,11 +187,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1778151950, "lastModified": 1778165951,
"narHash": "sha256-iPVgukP0AgXJBD9d8M0yX35oTE//kaAos6Ux+zPC/tw=", "narHash": "sha256-3pTCdJ6k64iLdE86fDxHi6TWdEHOwvQRP4B4N/5ARRE=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "6b8b20100253c083227e611be20360f4d8e7794e", "rev": "acba1c440b4e5b23338b068611710ee8e3fb8d54",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -50,15 +50,14 @@
programs.direnv.enable = true; programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true; programs.direnv.nix-direnv.enable = true;
xdg.configFile."hypr/plugins.lua".text = xdg.configFile."hypr/generated.lua".text =
let let
smw = smw =
inputs.split-monitor-workspaces.packages.${pkgs.stdenv.hostPlatform.system}.split-monitor-workspaces; inputs.split-monitor-workspaces.packages.${pkgs.stdenv.hostPlatform.system}.split-monitor-workspaces;
in in
'' ''
--hl.on("hyprland.start", function() hl.plugin.load("${smw}/lib/libsplit-monitor-workspaces.so")
hl.plugin.load("${smw}/lib/libsplit-monitor-workspaces.so") require("device.pc")
--end)
''; '';
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {