enable extra graphical stuff

This commit is contained in:
Fishandchips321 2026-02-28 19:36:05 +00:00
parent 2e6f7e41c1
commit b9bfb81907

View file

@ -13,7 +13,11 @@
networking.hostName = "vm"; networking.hostName = "vm";
modules.graphical.enable = true; modules.graphical = {
enable = true;
waybar = true;
quickshell = true;
};
modules.yazi.enable = true; modules.yazi.enable = true;