quickshell feature

This commit is contained in:
2026-07-07 16:24:32 +01:00
parent 47296ec554
commit 624d204412
2 changed files with 4 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
moduleWithSystem,
self,
inputs,
inputs,
...
}: {
flake.nixosModules.hyprland = moduleWithSystem ({
@@ -42,6 +42,7 @@
kitty = self'.packages.kitty;
gotify-desktop = self'.packages.gotify-desktop;
otter-launcher = self'.packages.otter-launcher;
quickshell = self'.packages.quickshell;
waybar = self'.packages.waybar;
};
};