update dms entries

This commit is contained in:
2026-05-13 11:57:10 +03:00
parent c9fac8f849
commit cd70fbd954
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ in {
# ./plasma # ./plasma
] ]
++ (with inputs; [ ++ (with inputs; [
dms.homeModules.dank-material-shell.default dms.homeModules.dank-material-shell
dms.homeModules.niri dms.homeModules.niri
]); ]);
options = { options = {
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
programs.dankMaterialShell = { programs.dank-material-shell = {
enable = true; enable = true;
systemd.enable = true; systemd.enable = true;
niri.enableKeybinds = false; # Automatic keybinding configuration niri.enableKeybinds = false; # Automatic keybinding configuration
+1 -1
View File
@@ -39,7 +39,7 @@ in {
programs = { programs = {
niri.enable = true; niri.enable = true;
niri.package = perSystem.niri-flake.niri-unstable; niri.package = perSystem.niri-flake.niri-unstable;
dankMaterialShell = { dank-material-shell = {
enable = true; enable = true;
greeter = { greeter = {
enable = true; enable = true;