Switch from thunar to nemo

This commit is contained in:
Filippo Berto 2023-06-04 00:26:11 +02:00
parent 1e47ca95e1
commit 16b97f1e3f
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 15 additions and 8 deletions

View file

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