This commit is contained in:
2026-03-02 09:56:21 +01:00
parent 87bb5605d5
commit 9ae8480f1b
4 changed files with 8 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =

View File

@@ -403,7 +403,7 @@ in
# Applications
"Mod+Return".action.spawn = "footclient";
"Mod+T".action.spawn = noctalia "plugin togglePanel notes-scratchpad";
"Mod+A".action.spawn = noctalia "plugin:assistant-panel open";
"Mod+A".action.spawn = noctalia "plugin:assistant-panel open";
# Noctalia launcher
#"Mod+D".action.spawn = noctalia "launcher toggle";
@@ -624,8 +624,8 @@ in
# Noctalia control center
"Mod+N".action.spawn = noctalia "controlCenter toggle";
# Noctalia wallpaper selector
"Mod+Shift+W".action.spawn = noctalia "wallpaperSelector toggle";
# Handy speech-to-text
"Mod+S".action.spawn = "handy --toggle-transcription";
};
# Environment variables
@@ -640,6 +640,7 @@ in
# noctalia-shell is managed by programs.noctalia-shell
wl-clipboard
wtype
pass-wayland
wev

View File

@@ -2,6 +2,7 @@
config,
pkgs,
lib,
inputs,
...
}:

View File

@@ -6,8 +6,8 @@
}:
{
services.docling-serve = {
enable = true; # this is broken for now.
package = pkgs.unstable.python313Packages.docling-serve;
enable = true;
package = pkgs.unstable.docling-serve;
port = 5001;
host = "127.0.0.1";
openFirewall = true;