Waybar git to solve issue w/hyprland

This commit is contained in:
Hadi
2024-05-02 18:16:39 +02:00
parent 6d1912703c
commit 1af3617b32
4 changed files with 58 additions and 4 deletions

View File

@@ -19,10 +19,11 @@
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
hyprland.url = "github:hyprwm/Hyprland";
waybar.url = "github:Alexays/waybar";
};
outputs = inputs@{ nixpkgs, home-manager, sops-nix, nixvim, hyprland
, spicetify-nix, nixos-hardware, ... }: {
, spicetify-nix, nixos-hardware, waybar, ... }: {
nixosConfigurations = {
nixy = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
@@ -43,6 +44,7 @@
inherit spicetify-nix;
inherit sops-nix;
inherit hyprland;
inherit waybar;
};
};
}