Compare commits
No commits in common. "b28339e207e9f97f77fb1d2a12e16023adc9b76b" and "94c0961cb0c803f48b888e1b260828aa6d343c22" have entirely different histories.
b28339e207
...
94c0961cb0
|
@ -1,7 +1,11 @@
|
|||
{ ... }:
|
||||
{ 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,17 +264,7 @@
|
|||
configFile = {
|
||||
baloofilerc."Basic Settings"."Indexing-Enabled" = false;
|
||||
kcminputrc.Keyboard.NumLock = 1;
|
||||
yakuakerc = {
|
||||
Dialogs.FirstRun = false;
|
||||
Window = {
|
||||
DynamicTabTitles = true;
|
||||
Height = 80;
|
||||
Width = 80;
|
||||
KeepOpen = false;
|
||||
ShowSystrayIcon = false;
|
||||
ShowTitleBar = false;
|
||||
};
|
||||
};
|
||||
yakuakerc.Dialogs.FirstRun = false;
|
||||
plasmanotifyrc = {
|
||||
Notifications = {
|
||||
NormalAlwaysOnTop = true;
|
||||
|
|
|
@ -15,8 +15,4 @@
|
|||
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