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
|
# Hardware support
|
||||||
# nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
# nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
|
# hyprland flake
|
||||||
|
hyprland.url = "github:hyperwm/Hyperland";
|
||||||
|
|
||||||
# Encrypted secrets in Nix configuration files
|
# Encrypted secrets in Nix configuration files
|
||||||
# https://github.com/Mic92/sops-nix
|
# https://github.com/Mic92/sops-nix
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
|
@ -37,6 +40,7 @@
|
||||||
nur,
|
nur,
|
||||||
sops-nix,
|
sops-nix,
|
||||||
# nixos-hardware,
|
# nixos-hardware,
|
||||||
|
hyprland,
|
||||||
...
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue