chore: moved wayland packages to a higher level

This commit is contained in:
Nick 2025-02-04 14:05:59 -06:00
parent dbaeca5340
commit 812c022cfe
72 changed files with 648 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
pkgs,
...
}:
{
services.network-manager-applet.enable = true;
home.packages = builtins.attrValues {
inherit (pkgs)
networkmanagerapplet
;
};
}