Thunar: extract thunar config
This commit is contained in:
parent
67c087897a
commit
49e054e282
|
@ -29,6 +29,7 @@
|
||||||
./man.nix
|
./man.nix
|
||||||
./mpd.nix
|
./mpd.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
|
./thunar.nix
|
||||||
inputs.hyprland.homeManagerModules.default
|
inputs.hyprland.homeManagerModules.default
|
||||||
inputs.nix-index-database.hmModules.nix-index
|
inputs.nix-index-database.hmModules.nix-index
|
||||||
];
|
];
|
||||||
|
@ -67,9 +68,6 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
translate-shell
|
translate-shell
|
||||||
|
|
||||||
(xfce.thunar.override {
|
|
||||||
thunarPlugins = with pkgs.xfce; [ thunar-volman thunar-archive-plugin ];
|
|
||||||
})
|
|
||||||
mate.engrampa
|
mate.engrampa
|
||||||
# gnome.nautilus
|
# gnome.nautilus
|
||||||
|
|
||||||
|
@ -152,9 +150,6 @@
|
||||||
startInBackground = true;
|
startInBackground = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
|
||||||
"thunar/".source = ./thunar;
|
|
||||||
};
|
|
||||||
|
|
||||||
xdg.userDirs =
|
xdg.userDirs =
|
||||||
let
|
let
|
||||||
|
|
12
user/thunar.nix
Normal file
12
user/thunar.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
_thunar-terminal
|
||||||
|
(xfce.thunar.override {
|
||||||
|
thunarPlugins = with pkgs.xfce; [ thunar-volman thunar-archive-plugin ];
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
|
xdg.configFile = {
|
||||||
|
"Thunar/".source = ./thunar;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue