updates
This commit is contained in:
parent
c4b0a468e3
commit
15a97c9562
6 changed files with 82 additions and 70 deletions
|
|
@ -6,7 +6,6 @@
|
|||
programs.nixcord = {
|
||||
enable = true;
|
||||
discord.enable = true;
|
||||
vesktop.enable = true;
|
||||
equibop.enable = true;
|
||||
config = {
|
||||
autoUpdateNotification = true;
|
||||
|
|
@ -50,6 +49,7 @@
|
|||
blockKeywords = {
|
||||
enable = true;
|
||||
useRegex = true;
|
||||
caseSensitive = true;
|
||||
blockedWords = "Wumpus";
|
||||
};
|
||||
customIdle = {
|
||||
|
|
|
|||
|
|
@ -4,9 +4,22 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.dank-material-shell = {
|
||||
enable = true;
|
||||
systemd = {
|
||||
enable = true;
|
||||
restartIfChanged = true;
|
||||
};
|
||||
enableSystemMonitoring = true;
|
||||
enableVPN = false;
|
||||
enableDynamicTheming = true;
|
||||
enableAudioWavelength = true;
|
||||
enableCalendarEvents = true;
|
||||
enableClipboardPaste = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
quickshell
|
||||
dmsCli
|
||||
dms-shell
|
||||
dgop
|
||||
ddcutil
|
||||
cliphist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue