Compare commits
2 commits
94c0961cb0
...
b28339e207
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | b28339e207 | ||
Evie Litherland-Smith | a42152b918 |
|
@ -1,11 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./work.nix
|
./work.nix
|
||||||
./desktop/plasma/default.nix
|
./desktop/plasma/default.nix
|
||||||
];
|
];
|
||||||
xdg.configFile = {
|
|
||||||
"autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop";
|
|
||||||
"autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -264,7 +264,17 @@
|
||||||
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;
|
yakuakerc = {
|
||||||
|
Dialogs.FirstRun = false;
|
||||||
|
Window = {
|
||||||
|
DynamicTabTitles = true;
|
||||||
|
Height = 80;
|
||||||
|
Width = 80;
|
||||||
|
KeepOpen = false;
|
||||||
|
ShowSystrayIcon = false;
|
||||||
|
ShowTitleBar = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
plasmanotifyrc = {
|
plasmanotifyrc = {
|
||||||
Notifications = {
|
Notifications = {
|
||||||
NormalAlwaysOnTop = true;
|
NormalAlwaysOnTop = true;
|
||||||
|
|
|
@ -15,4 +15,8 @@
|
||||||
proton.primary = lib.mkForce false;
|
proton.primary = lib.mkForce false;
|
||||||
outlook.primary = lib.mkForce true;
|
outlook.primary = lib.mkForce true;
|
||||||
};
|
};
|
||||||
|
xdg.configFile = {
|
||||||
|
"autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop";
|
||||||
|
"autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue