re-add the Hyprland flake
This commit is contained in:
parent
b315e7b509
commit
83cb15e6cc
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# Nix colorizer / themer
|
# Nix colorizer / themer
|
||||||
stylix.url = "github:danth/stylix/release-23.11";
|
stylix.url = "github:danth/stylix/release-23.11";
|
||||||
|
|
||||||
# lanzaboote - Secureboot Configuration
|
# lanzaboote - Secureboot Configuration
|
||||||
lanzaboote.url = "github:nix-community/lanzaboote";
|
lanzaboote.url = "github:nix-community/lanzaboote";
|
||||||
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
@ -44,6 +43,9 @@
|
||||||
# compose2nix - Convert docker-compose.yml files to nix syntax
|
# compose2nix - Convert docker-compose.yml files to nix syntax
|
||||||
compose2nix.url = "github:aksiksi/compose2nix";
|
compose2nix.url = "github:aksiksi/compose2nix";
|
||||||
compose2nix.inputs.nixpkgs.follows = "nixpkgs";
|
compose2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
# Hyprland Flake
|
||||||
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
||||||
|
|
Loading…
Reference in a new issue