Sxhdk: switch Nautilus with Thunar

This commit is contained in:
Filippo Berto 2023-05-14 14:41:05 +02:00
parent b6683fe505
commit 006d198e19
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,7 +1,7 @@
{ pkgs, ... }: {
imports = [
./nautilus.nix
# ./thunar.nix
./thunar.nix
./terminator.nix
./alacritty.nix
];
@ -14,8 +14,8 @@
let
primaryTerminal = "alacritty";
secondaryTerminal = "terminator";
fileManager = "nautilus";
secondaryFileManager = "thunar";
fileManager = "thunar";
secondaryFileManager = "nautilus";
emojiChooser = "rofimoji --skin-tone light -a copy";
yad = "${pkgs.yad}/bin/yad";
notify = "${pkgs.libnotify}/bin/notify-send";