feat: consume dms shell from m3ta-home

This commit is contained in:
2026-06-01 19:51:18 +02:00
parent 06815b1bd8
commit d56ef56dcd
4 changed files with 12 additions and 21 deletions
+7 -13
View File
@@ -32,9 +32,8 @@
# 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
@@ -56,15 +55,10 @@
};
# 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;
};
};
# System prerequisites formerly enabled transitively by the NixOS
# programs.dms-shell module. DMS itself is configured via m3ta-home.
services.power-profiles-daemon.enable = true;
services.accounts-daemon.enable = true;
hardware.i2c.enable = true;
hardware.graphics.enable = true;
}
+1
View File
@@ -65,6 +65,7 @@
hyprland.enable = true;
rofi.enable = true;
wayland.enable = true;
dms.enable = true;
};
apps = {
crypto.enable = false;