Switch from thunar to nemo
This commit is contained in:
parent
1e47ca95e1
commit
16b97f1e3f
4 changed files with 15 additions and 8 deletions
6
hm_modules/nemo.nix
Normal file
6
hm_modules/nemo.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs.cinnamon; [
|
||||
nemo
|
||||
];
|
||||
}
|
||||
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue