+dms draft

This commit is contained in:
2026-06-01 19:34:16 +02:00
parent 91e2814629
commit 06815b1bd8
6 changed files with 271 additions and 236 deletions
+13 -1
View File
@@ -32,8 +32,9 @@
# Please also change your hostname accordingly:
#:w
# networking.hostName = "nixos"; # Define your hostname.
{
{inputs, ...}: {
imports = [
inputs.dms-plugin-registry.modules.default
../common
./configuration.nix
./hardware.nix
@@ -55,4 +56,15 @@
};
# rocmOverrideGfx = "11.0.3";
};
programs.dms-shell = {
enable = true;
enableDynamicTheming = true;
enableClipboardPaste = true;
plugins = {
dankBatteryAlerts.enable = true;
emojiLauncher.enable = true;
dankPomodoroTimer.enable = true;
dankVault.enable = true;
};
};
}