update hyprland to 36.0

This commit is contained in:
tristan 2024-03-01 12:14:00 +00:00
parent e75d09988e
commit e340e44b7b
3 changed files with 43 additions and 48 deletions

View file

@ -9,16 +9,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix";
hyprland.url = "github:hyprwm/Hyprland/v0.35.0";
hyprland = {
url = "github:hyprwm/Hyprland/v0.36.0";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix.url = "github:Mic92/sops-nix";
};
outputs = inputs: let
system = "x86_64-linux";
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [inputs.hyprland.overlays];
};
pkgs = import inputs.nixpkgs { inherit system; };
user = "tristan";
userFullname = "Tristan Beedell";
auto-login = import ./nixos/programs/auto-login.nix;
@ -29,6 +29,7 @@
nixosConfigurations = {
zenix =
mkConf [
inputs.hyprland.nixosModules.default
./hardware/zenix.nix
(auto-login "Hyprland")
./nixos/programs/gamer.nix