formated using alejandra

This commit is contained in:
Don Harper 2024-06-30 09:47:45 -05:00
parent 88a48b895c
commit 4b1114a616
92 changed files with 1377 additions and 1156 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ ktimer ];
{pkgs, ...}: {
home.packages = with pkgs; [ktimer];
xdg.configFile."ktimerrc".text = ''
[Job0]
Command[$e]=$HOME/bin/timeup
@ -8,7 +8,7 @@
Loop=false
OneInstance=true
State=0
[Job1]
Command[$e]=$HOME/bin/timeup
Consecutive=false
@ -16,7 +16,7 @@
Loop=false
OneInstance=true
State=0
[Job2]
Command[$e]=$HOME/bin/timeup
Consecutive=false
@ -24,7 +24,7 @@
Loop=false
OneInstance=true
State=0
[Jobs]
Number=3
'';