1

Modules/Niri: Update DMS default config

This commit is contained in:
2025-12-14 17:16:16 +01:00
parent 5833dff19e
commit cec5ec5493
3 changed files with 13 additions and 3 deletions

View File

@ -2,7 +2,7 @@
enable = true; enable = true;
systemd = { systemd = {
enable = true; enable = false;
restartIfChanged = true; restartIfChanged = true;
}; };
@ -166,7 +166,7 @@
# Wallpaper # Wallpaper
blurWallpaperOnOverview = true; blurWallpaperOnOverview = true;
blurredWallpaperLayer = true; blurredWallpaperLayer = false;
wallpaperFillMode = "Fill"; wallpaperFillMode = "Fill";
# Control center # Control center

View File

@ -100,7 +100,9 @@ in {
prefer-no-csd = true; # Disable client-side decorations (e.g. window titlebars) prefer-no-csd = true; # Disable client-side decorations (e.g. window titlebars)
spawn-at-startup = [ spawn-at-startup = [
{argv = ["noctalia-shell"];} # TODO: Depend on options
# {argv = ["noctalia-shell"];}
{argv = ["dms" "run"];}
{argv = ["kitty" "--hold" "fastfetch"];} {argv = ["kitty" "--hold" "fastfetch"];}
{argv = ["zeal"];} {argv = ["zeal"];}
@ -331,6 +333,7 @@ in {
hotkey-overlay = {title = "Edit the NixFlake.";}; hotkey-overlay = {title = "Edit the NixFlake.";};
}; };
# TODO: Enable with Noctalia option
# Noctalia # Noctalia
# "Mod+A" = { # "Mod+A" = {
# action = spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; # action = spawn "noctalia-shell" "ipc" "call" "launcher" "toggle";
@ -349,6 +352,7 @@ in {
# hotkey-overlay = {title = "Toggle the session menu.";}; # hotkey-overlay = {title = "Toggle the session menu.";};
# }; # };
# TODO: Enable with DMS option
# DankMaterialShell # DankMaterialShell
"Mod+A" = { "Mod+A" = {
action = spawn "dms" "ipc" "call" "spotlight" "toggle"; action = spawn "dms" "ipc" "call" "spotlight" "toggle";

View File

@ -116,6 +116,12 @@
fsType = "nfs"; fsType = "nfs";
options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"]; options = ["defaults" "rw" "noatime" "_netdev" "bg" "soft"];
}; };
"/media/Box" = {
device = "192.168.86.20:/mnt/Seagate4TB/Box";
fsType = "nfs";
options = ["defaults" "rw" "relatime" "_netdev" "bg" "soft"];
};
}; };
hardware = { hardware = {