first 'working' hyperland config, no bar yet
This commit is contained in:
parent
3a31a8b5ee
commit
44381d8171
11 changed files with 639 additions and 71 deletions
11
flake.nix
11
flake.nix
|
@ -25,6 +25,17 @@
|
|||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
|
||||
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
|
||||
hyprland-plugins = {
|
||||
url = "github:hyprwm/hyprland-plugins";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
|
||||
hy3 = {
|
||||
url = "github:outfoxxed/hy3";
|
||||
inputs.hyprland.follows = "hyprland";
|
||||
};
|
||||
|
||||
###
|
||||
# Snowfall dependencies
|
||||
snowfall-lib = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue