fix: some work related fixes

This commit is contained in:
Leon Schwarzäugl 2025-01-15 10:27:20 +01:00
parent bd3e18169f
commit bfe416b708
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 40 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{ self, name, writeShellApplication, sway }:
writeShellApplication {
inherit name;
runtimeInputs = [ sway ];
text = builtins.readFile "${self}/scripts/${name}.sh";
}