mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
moar danklinux stuffs
This commit is contained in:
parent
ff064d6d56
commit
0c3fea5f12
1 changed files with 17 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue