dank updates

This commit is contained in:
TheWanderingCrow 2026-01-28 09:46:54 -05:00
parent 81fdffa54c
commit a43506f960
2 changed files with 11 additions and 48 deletions

View file

@ -1,26 +1,11 @@
{ pkgs, inputs, ... }:
{
imports = [
inputs.dms.homeModules.dankMaterialShell.default
inputs.dms.homeModules.dank-material-shell
];
programs.dankMaterialShell = {
programs.dank-material-shell = {
enable = true;
plugins = {
PomodoroTimer = {
enable = true;
src =
pkgs.fetchFromGitHub {
owner = "AvengeMedia";
repo = "dms-plugins";
rev = "8fa7c5286171c66a209dd74e9a47d6e72ccfdad6";
sha256 = "sha256-r6b6Rsy57rXTBuhdF6NHA1iekLF7/nMHn6nY6L6b804=";
sparseCheckout = [
"DankPomodoroTimer"
];
}
+ "/DankPomodoroTimer";
};
};
dgop.package = pkgs.unstable.dgop;
};
}