Add hyprland flake
This commit is contained in:
parent
8f561779ff
commit
aa3a33efdf
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
# Hardware support
|
||||
# nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
# hyprland flake
|
||||
hyprland.url = "github:hyperwm/Hyperland";
|
||||
|
||||
# Encrypted secrets in Nix configuration files
|
||||
# https://github.com/Mic92/sops-nix
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
@ -37,6 +40,7 @@
|
|||
nur,
|
||||
sops-nix,
|
||||
# nixos-hardware,
|
||||
hyprland,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue