Thunar module
This commit is contained in:
parent
38e4291b95
commit
2916aaa29b
4 changed files with 12 additions and 7 deletions
8
home_manager/modules/thunar.nix
Normal file
8
home_manager/modules/thunar.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs.xfce; [
|
||||
thunar
|
||||
tumbler
|
||||
xfconf
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue