chore: moved wayland packages to a higher level

This commit is contained in:
Nick 2025-02-04 14:06:49 -06:00
parent 812c022cfe
commit 544171fde9
10 changed files with 46 additions and 38 deletions

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
programs.thunar = {
enable = true;
plugins = [
pkgs.xfce.thunar-archive-plugin
pkgs.xfce.thunar-volman
pkgs.xfce.thunar-media-tags-plugin
];
};
}