nixos: add thunar
This commit is contained in:
parent
b5574bb6e9
commit
6c7d7a0257
1 changed files with 6 additions and 0 deletions
|
@ -272,6 +272,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Enable Thunar and it's dependencies
|
||||
programs.thunar.enable = true;
|
||||
programs.xfconf.enable = true; # For configuring
|
||||
services.gvfs.enable = true; # For mounting drives, trash, etc.
|
||||
services.tumbler.enable = true; # Thumbnail support
|
||||
|
||||
##
|
||||
## SOUND #
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue