ADD thunar and thunar plugin
This commit is contained in:
parent
5eddacb1bf
commit
d863842579
|
@ -88,6 +88,12 @@
|
||||||
};
|
};
|
||||||
dconf.enable=true;
|
dconf.enable=true;
|
||||||
};
|
};
|
||||||
|
programs.thunar.enable = true;
|
||||||
|
|
||||||
|
programs.thunar.plugins = with pkgs.xfce; [
|
||||||
|
thunar-archive-plugin
|
||||||
|
thunar-volman
|
||||||
|
];
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue