dank-material-shell: init (#2177)

Closes: https://github.com/nix-community/stylix/issues/1924
Link: https://github.com/nix-community/stylix/pull/1932
Link: https://github.com/nix-community/stylix/pull/2177

Reviewed-by: 0xda157 <da157@voidq.com>
Co-authored-by: khas-amir <dlordproudd@gmail.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
jamie 2026-02-05 16:29:11 +00:00 committed by GitHub
parent 6982a42da5
commit aa0272b6e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 120 additions and 0 deletions

44
flake/dev/flake.lock generated
View file

@ -1,5 +1,26 @@
{
"nodes": {
"dankMaterialShell": {
"inputs": {
"nixpkgs": [
"dev-nixpkgs"
],
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1769830502,
"narHash": "sha256-Z/6ttgM5CCsgIhdPb7ZO20uQ6vgFeFs6lr2AlD+RWLM=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "4602442feb7b9de19b92a762b440b895edb8a39a",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"type": "github"
}
},
"dev-flake-parts": {
"inputs": {
"nixpkgs-lib": [
@ -221,8 +242,31 @@
"type": "github"
}
},
"quickshell": {
"inputs": {
"nixpkgs": [
"dankMaterialShell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1766725085,
"narHash": "sha256-O2aMFdDUYJazFrlwL7aSIHbUSEm3ADVZjmf41uBJfHs=",
"ref": "refs/heads/master",
"rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"revCount": 715,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
}
},
"root": {
"inputs": {
"dankMaterialShell": "dankMaterialShell",
"dev-flake-parts": "dev-flake-parts",
"dev-nixpkgs": "dev-nixpkgs",
"dev-systems": "dev-systems",

View file

@ -130,6 +130,11 @@
dev-systems.url = "github:nix-systems/default";
# keep-sorted start block=yes newline_separated=yes
dankMaterialShell = {
url = "github:AvengeMedia/DankMaterialShell";
inputs.nixpkgs.follows = "dev-nixpkgs";
};
flake-compat.url = "github:NixOS/flake-compat";
git-hooks = {