mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02: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 = {
|
fonts = {
|
||||||
enableDefaultPackages = false;
|
enableDefaultPackages = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user