Modules/Niri: Update DMS default config
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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";
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user