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,9 +24,7 @@
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";
"teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true; awayOnSystemIdle = true;
closeAppOnCross = true; closeAppOnCross = true;
followSystemTheme = true; followSystemTheme = true;
@ -34,5 +32,4 @@
optInTeamsV2 = true; optInTeamsV2 = true;
spellCheckerLanguages = [ "en_GB" ]; 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";