fixed zsh package nonsense (i hate carapace)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user