wip: add hyprland
This commit is contained in:
parent
e857d17534
commit
68e5125b9e
6 changed files with 791 additions and 6 deletions
|
|
@ -45,6 +45,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
url = "github:hyprwm/Hyprland";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -83,6 +88,7 @@
|
|||
home-manager,
|
||||
plasma-manager,
|
||||
niri,
|
||||
hyprland,
|
||||
noctalia,
|
||||
spicetify-nix,
|
||||
nur,
|
||||
|
|
@ -127,6 +133,7 @@
|
|||
config = pkgConfig;
|
||||
overlays = [
|
||||
niri.overlays.niri
|
||||
hyprland.overlays.default
|
||||
noctalia.overlays.default
|
||||
nur.overlays.default
|
||||
(final: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue