formated using alejandra
This commit is contained in:
parent
88a48b895c
commit
4b1114a616
92 changed files with 1377 additions and 1156 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue