Hyprland module
This commit is contained in:
parent
30184feda2
commit
2f1b04728d
8 changed files with 436 additions and 19 deletions
16
flake.nix
16
flake.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue