Compare commits
2 commits
1f2ea847f5
...
60c8bc6f73
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 60c8bc6f73 | ||
Evie Litherland-Smith | ca2875989c |
|
@ -24,7 +24,9 @@
|
|||
whatsapp-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;
|
||||
closeAppOnCross = true;
|
||||
followSystemTheme = true;
|
||||
|
@ -32,4 +34,5 @@
|
|||
optInTeamsV2 = true;
|
||||
spellCheckerLanguages = [ "en_GB" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -262,6 +262,7 @@
|
|||
configFile = {
|
||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||
kcminputrc.Keyboard.NumLock = 1;
|
||||
yakuakerc.Dialogs.FirstRun = false;
|
||||
plasmanotifyrc = {
|
||||
Notifications = {
|
||||
NormalAlwaysOnTop = true;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ fonts, ... }:
|
||||
{ pkgs, fonts, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.yakuake ];
|
||||
programs.konsole = {
|
||||
enable = true;
|
||||
defaultProfile = "One-Light";
|
||||
|
|
Loading…
Reference in a new issue