Compare commits
2 commits
0efe7f556a
...
3be0332f7c
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | 3be0332f7c | ||
Natsu Kagami | 989c7e64c6 |
|
@ -50,6 +50,7 @@ let
|
||||||
home.packages = with pkgs.kdePackages; [
|
home.packages = with pkgs.kdePackages; [
|
||||||
discover
|
discover
|
||||||
kmail
|
kmail
|
||||||
|
kontact
|
||||||
akonadi
|
akonadi
|
||||||
kdepim-runtime
|
kdepim-runtime
|
||||||
kmail-account-wizard
|
kmail-account-wizard
|
||||||
|
@ -79,6 +80,10 @@ with lib;
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
ANKI_WAYLAND = "1";
|
||||||
|
};
|
||||||
|
|
||||||
# Notification system
|
# Notification system
|
||||||
# services.dunst = {
|
# services.dunst = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
Loading…
Reference in a new issue