From cec5ec5493940733310b7f6ac414320b6b27d945 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 14 Dec 2025 17:16:16 +0100 Subject: [PATCH] Modules/Niri: Update DMS default config --- home/modules/niri/dankMaterialShell.nix | 4 ++-- home/modules/niri/default.nix | 6 +++++- system/nixinator/hardware-configuration.nix | 6 ++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/home/modules/niri/dankMaterialShell.nix b/home/modules/niri/dankMaterialShell.nix index e520c0e5..7c27eb27 100644 --- a/home/modules/niri/dankMaterialShell.nix +++ b/home/modules/niri/dankMaterialShell.nix @@ -2,7 +2,7 @@ enable = true; systemd = { - enable = true; + enable = false; restartIfChanged = true; }; @@ -166,7 +166,7 @@ # Wallpaper blurWallpaperOnOverview = true; - blurredWallpaperLayer = true; + blurredWallpaperLayer = false; wallpaperFillMode = "Fill"; # Control center diff --git a/home/modules/niri/default.nix b/home/modules/niri/default.nix index df484add..83d601a0 100644 --- a/home/modules/niri/default.nix +++ b/home/modules/niri/default.nix @@ -100,7 +100,9 @@ in { prefer-no-csd = true; # Disable client-side decorations (e.g. window titlebars) spawn-at-startup = [ - {argv = ["noctalia-shell"];} + # TODO: Depend on options + # {argv = ["noctalia-shell"];} + {argv = ["dms" "run"];} {argv = ["kitty" "--hold" "fastfetch"];} {argv = ["zeal"];} @@ -331,6 +333,7 @@ in { hotkey-overlay = {title = "Edit the NixFlake.";}; }; + # TODO: Enable with Noctalia option # Noctalia # "Mod+A" = { # action = spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; @@ -349,6 +352,7 @@ in { # hotkey-overlay = {title = "Toggle the session menu.";}; # }; + # TODO: Enable with DMS option # DankMaterialShell "Mod+A" = { action = spawn "dms" "ipc" "call" "spotlight" "toggle"; diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index f57bc068..437ce396 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -116,6 +116,12 @@ fsType = "nfs"; 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 = {