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

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;