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

View file

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

View file

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