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";
|
||||
|
|
|
|||
|
|
@ -82,13 +82,13 @@
|
|||
../hm_modules/kdeconnect.nix
|
||||
# ../hm_modules/keepassxc.nix
|
||||
../hm_modules/kicad.nix
|
||||
../hm_modules/kitty.nix
|
||||
# ../hm_modules/kitty.nix
|
||||
../hm_modules/lf.nix
|
||||
../hm_modules/libinput-gestures.nix
|
||||
../hm_modules/mangohud.nix
|
||||
../hm_modules/megasync.nix
|
||||
../hm_modules/mpv.nix
|
||||
../hm_modules/nautilus.nix
|
||||
# ../hm_modules/nautilus.nix
|
||||
../hm_modules/ncspot.nix
|
||||
../hm_modules/nix-index.nix
|
||||
../hm_modules/noti.nix
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
../hm_modules/sxhkd.nix
|
||||
../hm_modules/syncthing.nix
|
||||
../hm_modules/terminator.nix
|
||||
../hm_modules/thunar.nix
|
||||
# ../hm_modules/thunar.nix
|
||||
# ../hm_modules/twmn.nix
|
||||
../hm_modules/update_background.nix
|
||||
../hm_modules/vim.nix
|
||||
|
|
|
|||
|
|
@ -70,13 +70,13 @@
|
|||
../hm_modules/kakoune.nix
|
||||
../hm_modules/kdeconnect.nix
|
||||
# ../hm_modules/keepassxc.nix
|
||||
../hm_modules/kitty.nix
|
||||
# ../hm_modules/kitty.nix
|
||||
../hm_modules/lf.nix
|
||||
../hm_modules/lutris.nix
|
||||
../hm_modules/mangohud.nix
|
||||
../hm_modules/megasync.nix
|
||||
../hm_modules/mpv.nix
|
||||
../hm_modules/nautilus.nix
|
||||
# ../hm_modules/nautilus.nix
|
||||
../hm_modules/ncspot.nix
|
||||
../hm_modules/nix-index.nix
|
||||
../hm_modules/noti.nix
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
../hm_modules/sxhkd.nix
|
||||
../hm_modules/syncthing.nix
|
||||
../hm_modules/terminator.nix
|
||||
../hm_modules/thunar.nix
|
||||
# ../hm_modules/thunar.nix
|
||||
# ../hm_modules/twmn.nix
|
||||
../hm_modules/update_background.nix
|
||||
../hm_modules/vim.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue