mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: jenkins + darwin (and linting)
This commit is contained in:
parent
d2c8805e5b
commit
6338497d5f
42 changed files with 841 additions and 602 deletions
|
|
@ -1,7 +0,0 @@
|
|||
{ writeShellApplication, kitty, element-desktop-wayland, discord, spotify-player, sway, jq }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "swarselcheck";
|
||||
runtimeInputs = [ jq ];
|
||||
text = builtins.readFile ../../scripts/check.sh;
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{ writeShellApplication, sway }:
|
||||
{ writeShellApplication }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "fs-diff";
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
{ writeShellApplication, libnotify, pass, fuzzel, wtype }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "pass-fuzzel-otp";
|
||||
runtimeInputs = [ fuzzel (pass.withExtensions (exts: [ exts.pass-otp ])) ];
|
||||
text = builtins.readFile ../../scripts/pass-fuzzel-otp.sh;
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{ writeShellApplication, kitty, element-desktop-wayland, vesktop, spotify-player, sway, jq }:
|
||||
{ writeShellApplication, kitty, element-desktop-wayland, vesktop, spotify-player, jq }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "swarselcheck";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue