Switch to nautilus

This commit is contained in:
Filippo Berto 2022-06-29 11:42:04 +02:00
parent 5f4f29c6ee
commit 1a02cfcb4d
4 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ gnome.nautilus ];
}

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{
imports = [ ./thunar.nix ];
imports = [ ./nautilus.nix ];
home.packages = with pkgs; [
unstable.kitty
lockscreen
@ -14,7 +14,7 @@
let
primaryTerminal = "kitty";
secondaryTerminal = "terminator";
fileManager = "thunar";
fileManager = "nautilus";
emojiChooser = "rofimoji --skin-tone light -a copy";
in
{