initial commit
This commit is contained in:
18
modules/core/thunar.nix
Normal file
18
modules/core/thunar.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ host, pkgs, ... }:
|
||||
let
|
||||
inherit (import ../../hosts/${host}/variables.nix) thunarEnable;
|
||||
in
|
||||
{
|
||||
programs = {
|
||||
thunar = {
|
||||
enable = thunarEnable;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
ffmpegthumbnailer
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user