Compare commits
2 commits
94c0961cb0
...
b28339e207
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | b28339e207 | ||
Evie Litherland-Smith | a42152b918 |
|
@ -1,11 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./work.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 = {
|
||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||
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 = {
|
||||
Notifications = {
|
||||
NormalAlwaysOnTop = true;
|
||||
|
|
|
@ -15,4 +15,8 @@
|
|||
proton.primary = lib.mkForce false;
|
||||
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