moar danklinux stuffs

This commit is contained in:
TheWanderingCrow 2025-12-31 13:22:42 -05:00
parent ff064d6d56
commit 0c3fea5f12

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ pkgs, inputs, ... }:
{
imports = [
inputs.dms.homeModules.dankMaterialShell.default
@ -6,5 +6,21 @@
programs.dankMaterialShell = {
enable = true;
plugins = {
PomodoroTimer = {
enable = true;
src =
pkgs.fetchFromGitHub {
owner = "AvengeMedia";
repo = "dms-plugins";
rev = "8fa7c5286171c66a209dd74e9a47d6e72ccfdad6";
sha256 = "sha256-r6b6Rsy57rXTBuhdF6NHA1iekLF7/nMHn6nY6L6b804=";
sparseCheckout = [
"DankPomodoroTimer"
];
}
+ "/DankPomodoroTimer";
};
};
};
}