home-manager | kde a[[ configs
This commit is contained in:
parent
b2f5a0f902
commit
d72a08d5dc
2 changed files with 32 additions and 1 deletions
31
home/kde.nix
Normal file
31
home/kde.nix
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ ktimer ];
|
||||
xdg.configFile."ktimerrc".text = ''
|
||||
[Job0]
|
||||
Command[$e]=$HOME/bin/timeup
|
||||
Consecutive=false
|
||||
Delay=900
|
||||
Loop=false
|
||||
OneInstance=true
|
||||
State=0
|
||||
|
||||
[Job1]
|
||||
Command[$e]=$HOME/bin/timeup
|
||||
Consecutive=false
|
||||
Delay=1800
|
||||
Loop=false
|
||||
OneInstance=true
|
||||
State=0
|
||||
|
||||
[Job2]
|
||||
Command[$e]=$HOME/bin/timeup
|
||||
Consecutive=false
|
||||
Delay=300
|
||||
Loop=false
|
||||
OneInstance=true
|
||||
State=0
|
||||
|
||||
[Jobs]
|
||||
Number=3
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue