Hyprland module

This commit is contained in:
outfoxxed 2023-06-22 01:04:50 -07:00
parent 30184feda2
commit 2f1b04728d
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 436 additions and 19 deletions

View file

@ -7,6 +7,21 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
hyprpaper = {
url = "github:hyprwm/Hyprpaper";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs @ { self, nixpkgs, ... }: {
@ -22,6 +37,7 @@
./modules/core
./modules/system.nix
./modules/user
./modules/hyprland
./systems/lenovo
];
};