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