Fix noctalia config path in niri config

This commit is contained in:
KnightArtorias 2025-12-12 19:27:57 +00:00
parent c167e2abb9
commit ada53babef
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@
programs.noctalia-shell = { programs.noctalia-shell = {
enable = true; enable = true;
systemd.enable = true;
settings = { settings = {
bar = { bar = {

View file

@ -221,7 +221,7 @@ layout {
// See the binds section below for more spawn examples. // See the binds section below for more spawn examples.
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
spawn-sh-at-startup "qs -c ~/.config/quickshell/noctalia-shell/" spawn-sh-at-startup "qs -c ~/.config/noctalia/"
hotkey-overlay { hotkey-overlay {
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup. // Uncomment this line to disable the "Important Hotkeys" pop-up at startup.