Switch to nautilus
This commit is contained in:
parent
5f4f29c6ee
commit
1a02cfcb4d
4 changed files with 10 additions and 4 deletions
4
home_manager/modules/nautilus.nix
Normal file
4
home_manager/modules/nautilus.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ gnome.nautilus ];
|
||||
}
|
||||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue