some updates
This commit is contained in:
parent
e9adb6d552
commit
9f06dd6c2c
22 changed files with 675 additions and 347 deletions
|
|
@ -3,7 +3,8 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
options = {
|
||||
thunar.enable = lib.mkEnableOption "Enables thunar and its plugins";
|
||||
};
|
||||
|
|
@ -11,6 +12,8 @@
|
|||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
xfconf
|
||||
tumbler
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue