dms: use latest dgop with zfs improvements

This commit is contained in:
Christoph Hollizeck 2026-02-14 18:04:01 +01:00
parent d382b0d025
commit 9e56e41ce6
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 31 additions and 3 deletions

View file

@ -92,6 +92,13 @@
dankMaterialShell = {
url = "github:AvengeMedia/DankMaterialShell/v1.2.3";
inputs = {
nixpkgs.follows = "nixpkgs-unstable";
};
};
dgop = {
url = "github:AvengeMedia/dgop";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};