Bump flakes, use hyprland?submodules=1

This commit is contained in:
Julia Lange 2024-05-26 16:55:15 -07:00
parent 47771131e8
commit d5d7b5ce7c
2 changed files with 118 additions and 88 deletions

View file

@ -1,14 +1,10 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs-stable.url = "nixpkgs/nixos-23.11";
hyprland.url = "github:hyprwm/Hyprland";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
aagl.inputs.nixpkgs.follows = "nixpkgs-stable";
};
outputs = { self, nixpkgs, ... }@inputs: