first 'working' hyperland config, no bar yet

This commit is contained in:
Christoph Hollizeck 2024-09-10 01:31:27 +02:00
parent 3a31a8b5ee
commit c5214bff23
11 changed files with 639 additions and 71 deletions

View file

@ -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 = {