Compare commits
2 commits
1f2ea847f5
...
60c8bc6f73
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 60c8bc6f73 | ||
Evie Litherland-Smith | ca2875989c |
|
@ -24,7 +24,9 @@
|
||||||
whatsapp-for-linux
|
whatsapp-for-linux
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
];
|
];
|
||||||
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
|
xdg.configFile = {
|
||||||
|
"autostart/org.kde.yakuake.desktop".source = "${pkgs.yakuake}/share/applications/org.kde.yakuake.desktop";
|
||||||
|
"teams-for-linux/config.json".text = builtins.toJSON {
|
||||||
awayOnSystemIdle = true;
|
awayOnSystemIdle = true;
|
||||||
closeAppOnCross = true;
|
closeAppOnCross = true;
|
||||||
followSystemTheme = true;
|
followSystemTheme = true;
|
||||||
|
@ -32,4 +34,5 @@
|
||||||
optInTeamsV2 = true;
|
optInTeamsV2 = true;
|
||||||
spellCheckerLanguages = [ "en_GB" ];
|
spellCheckerLanguages = [ "en_GB" ];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -262,6 +262,7 @@
|
||||||
configFile = {
|
configFile = {
|
||||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||||
kcminputrc.Keyboard.NumLock = 1;
|
kcminputrc.Keyboard.NumLock = 1;
|
||||||
|
yakuakerc.Dialogs.FirstRun = false;
|
||||||
plasmanotifyrc = {
|
plasmanotifyrc = {
|
||||||
Notifications = {
|
Notifications = {
|
||||||
NormalAlwaysOnTop = true;
|
NormalAlwaysOnTop = true;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ fonts, ... }:
|
{ pkgs, fonts, ... }:
|
||||||
{
|
{
|
||||||
|
home.packages = [ pkgs.yakuake ];
|
||||||
programs.konsole = {
|
programs.konsole = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultProfile = "One-Light";
|
defaultProfile = "One-Light";
|
||||||
|
|
Loading…
Reference in a new issue