mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
noctalia-shell: Fine tune
This commit is contained in:
parent
3e0325cffa
commit
fd16dd8aa3
1 changed files with 10 additions and 0 deletions
|
|
@ -84,12 +84,22 @@
|
|||
enableWindowsSearch = false;
|
||||
enableClipboardHistory = true;
|
||||
};
|
||||
osd.enabledTypes = [
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
];
|
||||
location.name = "Darmstadt";
|
||||
sessionMenu = {
|
||||
largeButtonsStyle = false;
|
||||
countdownDuration = 3000;
|
||||
};
|
||||
audio.mprisBlacklist = "firefox";
|
||||
location = {
|
||||
firstDayOfWeek = 1;
|
||||
showWeekNumberInCalendar = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue