Sxhdk: switch Nautilus with Thunar
This commit is contained in:
parent
b6683fe505
commit
006d198e19
1 changed files with 3 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue