mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
phone: Add thunar support
This commit is contained in:
parent
866cce9f50
commit
66c01167d0
@ -40,6 +40,16 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
||||
plugins = attrValues {
|
||||
inherit (pkgs.xfce) thunar-volman;
|
||||
};
|
||||
};
|
||||
|
||||
services.tumbler.enable = true;
|
||||
|
||||
fonts = {
|
||||
enableDefaultPackages = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user