Added itinerary
This commit is contained in:
parent
ef4a128b16
commit
03baae3e70
2 changed files with 6 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Added notification sound
|
||||
Added itinerary
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ let
|
|||
kdePackages.kdepim-addons
|
||||
kdePackages.kdepim-runtime
|
||||
kdePackages.kcontacts
|
||||
kdePackages.itinerary
|
||||
libqalculate
|
||||
qalculate-qt
|
||||
|
||||
|
|
@ -240,6 +241,10 @@ in
|
|||
"discord"
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue