6 lines
143 B
Nix
6 lines
143 B
Nix
# Thunar is a file explorer
|
|
{ pkgs, ... }: {
|
|
# ctrl + m to toggle the menubar
|
|
home.packages = with pkgs.xfce; [ thunar xfconf tumbler ];
|
|
}
|