1
0
forked from extern/nix-config

chore: Formatting

This commit is contained in:
Donovan Glover 2023-07-05 11:24:58 -04:00
parent c6bc8415b2
commit a152284a63
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
programs.thunar.enable = true;
services.tumbler.enable = true; # Thumbnail support
programs.thunar.plugins = with pkgs.xfce; [ thunar-volman ];