structure for multiple hosts

This commit is contained in:
2026-04-12 18:57:51 +02:00
parent 15333068fa
commit 6af16c7143
13 changed files with 329 additions and 299 deletions

4
scripts/dwls.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, lib }:
pkgs.writeShellScriptBin "dwls" ''
${lib.getExe pkgs.slstatus} -s | ${lib.getExe pkgs.dwl} -s "${lib.getExe pkgs.wbg} ~/Pictures/Wallpapers/d3.png"
''