dms: update

This commit is contained in:
Christoph Hollizeck 2026-01-20 23:36:59 +01:00
parent e9a528eace
commit a90938b2ed
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 16 additions and 36 deletions

40
flake.lock generated
View file

@ -118,23 +118,22 @@
},
"dankMaterialShell": {
"inputs": {
"dgop": "dgop",
"nixpkgs": [
"nixpkgs-unstable"
],
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1765552734,
"narHash": "sha256-rWjWYu5rs3ZOJ4YJpvIscBZSYu74thJHc0VYyYKJTUc=",
"lastModified": 1768575133,
"narHash": "sha256-P//moH3z9r4PXirTzXVsccQINsK5AIlF9RWOBwK3vLc=",
"owner": "AvengeMedia",
"repo": "DankMaterialShell",
"rev": "7fb358bada0d3a229ec5ee6aaad0f9b64f367331",
"rev": "a7cdb39b0b89b9af86160ad4e847a7d14ea44512",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"ref": "v1.0.2",
"ref": "v1.2.3",
"repo": "DankMaterialShell",
"type": "github"
}
@ -163,27 +162,6 @@
"type": "github"
}
},
"dgop": {
"inputs": {
"nixpkgs": [
"dankMaterialShell",
"nixpkgs"
]
},
"locked": {
"lastModified": 1762835999,
"narHash": "sha256-UykYGrGFOFTmDpKTLNxj1wvd1gbDG4TkqLNSbV0TYwk=",
"owner": "AvengeMedia",
"repo": "dgop",
"rev": "799301991cd5dcea9b64245f9d500dcc76615653",
"type": "github"
},
"original": {
"owner": "AvengeMedia",
"repo": "dgop",
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
@ -1716,16 +1694,16 @@
]
},
"locked": {
"lastModified": 1764663772,
"narHash": "sha256-sHqLmm0wAt3PC4vczJeBozI1/f4rv9yp3IjkClHDXDs=",
"lastModified": 1766725085,
"narHash": "sha256-O2aMFdDUYJazFrlwL7aSIHbUSEm3ADVZjmf41uBJfHs=",
"ref": "refs/heads/master",
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"revCount": 713,
"rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"revCount": 715,
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
},
"original": {
"rev": "26531fc46ef17e9365b03770edd3fb9206fcb460",
"rev": "41828c4180fb921df7992a5405f5ff05d2ac2fff",
"type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell"
}

View file

@ -89,7 +89,7 @@
};
dankMaterialShell = {
url = "github:AvengeMedia/DankMaterialShell/v1.0.2";
url = "github:AvengeMedia/DankMaterialShell/v1.2.3";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

View file

@ -11,8 +11,8 @@
in
{
imports = [
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
inputs.dankMaterialShell.homeModules.dankMaterialShell.niri
inputs.dankMaterialShell.homeModules.dank-material-shell
inputs.dankMaterialShell.homeModules.niri
];
config = lib.mkIf osConfig.programs.niri.enable {
@ -25,11 +25,13 @@
"Pictures/nebula_background.jpg".source = ../../../../assets/nebula_background.jpg;
};
programs.dankMaterialShell = {
programs.dank-material-shell = {
enable = true;
niri = {
enableKeybinds = true;
enableSpawn = true;
enableKeybinds = true;
includes.enable = false;
};
enableVPN = false;