mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Make thunar config more advanced
This commit is contained in:
parent
b52c2cc1b8
commit
fa18bd59d7
3 changed files with 18 additions and 7 deletions
|
@ -45,7 +45,6 @@
|
|||
qbittorrent
|
||||
thunderbird
|
||||
whatsapp-for-linux
|
||||
xfce.thunar
|
||||
|
||||
krita
|
||||
obs-studio
|
||||
|
|
18
modules/thunar.nix
Normal file
18
modules/thunar.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ ulib, pkgs, ... }: with ulib; merge
|
||||
|
||||
(desktopSystemConfiguration {
|
||||
programs.thunar = enabled {
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-media-tags-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
(desktopSystemPackages (with pkgs; [
|
||||
ark
|
||||
ffmpegthumbnailer
|
||||
libgsf
|
||||
xfce.tumbler
|
||||
]))
|
Loading…
Add table
Add a link
Reference in a new issue