fixed zsh package nonsense (i hate carapace)

This commit is contained in:
2026-07-04 16:11:10 +01:00
parent d28858fb45
commit a02f96f6ca
6 changed files with 270 additions and 39 deletions

View File

@@ -3,12 +3,12 @@
inputs,
...
}: {
flake.nixosModules.hypr = {
flake.nixosModules.hyprland = {
pkgs,
lib,
...
}: {
programs.hypr = {
programs.hyprland = {
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};