mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
formated whole config with alejandra
This commit is contained in:
+14
-10
@@ -1,12 +1,16 @@
|
||||
{ writeShellApplication, kitty, tomato-c,... }:
|
||||
|
||||
{
|
||||
writeShellApplication,
|
||||
kitty,
|
||||
tomato-c,
|
||||
...
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "custom-tomato";
|
||||
runtimeInputs = [
|
||||
kitty
|
||||
tomato-c
|
||||
];
|
||||
text = ''
|
||||
kitty --class "custom-pomodoro" --name "custom-pomodoro" -e tomato
|
||||
'';
|
||||
name = "custom-tomato";
|
||||
runtimeInputs = [
|
||||
kitty
|
||||
tomato-c
|
||||
];
|
||||
text = ''
|
||||
kitty --class "custom-pomodoro" --name "custom-pomodoro" -e tomato
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user