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