Compare commits

..

No commits in common. "60c8bc6f7341c65b1e5a9f843eb82f5a65eef37e" and "1f2ea847f5c8ce85e47eb85738a22702acf53af0" have entirely different histories.

3 changed files with 8 additions and 13 deletions

View file

@ -24,15 +24,12 @@
whatsapp-for-linux whatsapp-for-linux
teams-for-linux teams-for-linux
]; ];
xdg.configFile = { xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
"autostart/org.kde.yakuake.desktop".source = "${pkgs.yakuake}/share/applications/org.kde.yakuake.desktop"; awayOnSystemIdle = true;
"teams-for-linux/config.json".text = builtins.toJSON { closeAppOnCross = true;
awayOnSystemIdle = true; followSystemTheme = true;
closeAppOnCross = true; notificationMethod = "electron";
followSystemTheme = true; optInTeamsV2 = true;
notificationMethod = "electron"; spellCheckerLanguages = [ "en_GB" ];
optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ];
};
}; };
} }

View file

@ -262,7 +262,6 @@
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;

View file

@ -1,6 +1,5 @@
{ pkgs, fonts, ... }: { fonts, ... }:
{ {
home.packages = [ pkgs.yakuake ];
programs.konsole = { programs.konsole = {
enable = true; enable = true;
defaultProfile = "One-Light"; defaultProfile = "One-Light";