mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-13 08:08:57 -05:00
dank updates
This commit is contained in:
parent
81fdffa54c
commit
a43506f960
2 changed files with 11 additions and 48 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue