mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: some work related fixes
This commit is contained in:
parent
bd3e18169f
commit
bfe416b708
9 changed files with 40 additions and 3 deletions
6
pkgs/swarsel-displaypower/default.nix
Normal file
6
pkgs/swarsel-displaypower/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ self, name, writeShellApplication, sway }:
|
||||
writeShellApplication {
|
||||
inherit name;
|
||||
runtimeInputs = [ sway ];
|
||||
text = builtins.readFile "${self}/scripts/${name}.sh";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue