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
teams-for-linux
];
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;
closeAppOnCross = true;
followSystemTheme = true;
notificationMethod = "electron";
optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ];
};
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true;
closeAppOnCross = true;
followSystemTheme = true;
notificationMethod = "electron";
optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ];
};
}

View file

@ -262,7 +262,6 @@
configFile = {
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
kcminputrc.Keyboard.NumLock = 1;
yakuakerc.Dialogs.FirstRun = false;
plasmanotifyrc = {
Notifications = {
NormalAlwaysOnTop = true;

View file

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