enable thunar extras
This commit is contained in:
parent
340dfa5fc0
commit
d7ad065581
|
@ -129,6 +129,11 @@ in
|
|||
dataDir = "/home/lelgenio/";
|
||||
configDir = "/home/lelgenio/.config/syncthing";
|
||||
};
|
||||
# TODO: enable thunar plugins
|
||||
# programs.thunar.enable = true;
|
||||
# programs.thunar.plugins = with pkgs.xfce; [ thunar-archive-plugin thunar-volman ];
|
||||
services.gvfs.enable = true; # Mount, trash, and other functionalities
|
||||
services.tumbler.enable = true; # Thumbnail support for images
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# List packages installed in system profile. To search, run:
|
||||
|
|
Loading…
Reference in a new issue