diff --git a/home/home.nix b/home/home.nix index 2ff7026..bff3558 100644 --- a/home/home.nix +++ b/home/home.nix @@ -48,7 +48,7 @@ in { config = { common = { default = [ "kde" ]; - "org.freedesktop.impl.portal.FileChooser" = [ "cosmic" "kde" ]; + "org.freedesktop.impl.portal.FileChooser" = [ "kde" ]; "org.freedesktop.impl.portal.Access" = [ "kde" ]; "org.freedesktop.impl.portal.OpenUri" = [ "kde" ]; "org.freedesktop.impl.portal.Desktop" = [ "kde" ]; diff --git a/home/modules/niri.nix b/home/modules/niri.nix index 4c2736a..fb8e751 100644 --- a/home/modules/niri.nix +++ b/home/modules/niri.nix @@ -95,7 +95,7 @@ in in { "XF86AudioRaiseVolume".action.spawn = ["pamixer" "--allow-boost" "-i" "5"]; "XF86AudioLowerVolume".action.spawn = ["pamixer" "--allow-boost" "-d" "5"]; - "Super+E".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "emacs" "emacslient -c"]; + "Super+E".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "emacs" "\"emacslient -c\""]; "Super+Return".action.spawn = "alacritty"; "Super+B".action = spawn ["${pkgs.nushell}/bin/nu" "/home/chris/bin/nirilof" "org.qutebrowser.qutebrowser" "qutebrowser"]; "Super+Alt+Space".action.spawn = "${pkgs.cosmic-launcher}/bin/cosmic-launcher";