Switch to Thunar file manager
This commit is contained in:
parent
30e955e9d8
commit
3ba90df615
2 changed files with 15 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./nautilus.nix ];
|
imports = [
|
||||||
|
# ./nautilus.nix
|
||||||
|
./thunar.nix
|
||||||
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bc
|
bc
|
||||||
gnome.gnome-screenshot
|
gnome.gnome-screenshot
|
||||||
|
|
@ -17,7 +20,7 @@
|
||||||
let
|
let
|
||||||
primaryTerminal = "kitty";
|
primaryTerminal = "kitty";
|
||||||
secondaryTerminal = "terminator";
|
secondaryTerminal = "terminator";
|
||||||
fileManager = "nautilus";
|
fileManager = "thunar";
|
||||||
emojiChooser = "rofimoji --skin-tone light -a copy";
|
emojiChooser = "rofimoji --skin-tone light -a copy";
|
||||||
yad = "${pkgs.yad}/bin/yad";
|
yad = "${pkgs.yad}/bin/yad";
|
||||||
in
|
in
|
||||||
|
|
|
||||||
|
|
@ -1 +1,10 @@
|
||||||
{ pkgs, ... }: { home.packages = with pkgs.xfce; [ thunar tumbler xfconf ]; }
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs.xfce; [
|
||||||
|
thunar
|
||||||
|
thunar-archive-plugin
|
||||||
|
thunar-media-tags-plugin
|
||||||
|
thunar-volman
|
||||||
|
tumbler
|
||||||
|
xfconf
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue