Compare commits
No commits in common. "4c932f5f48b3acfcffcaf9f67d807235fd9310ed" and "7ca4b38d6f2455ea13118ad218762c3145612364" have entirely different histories.
4c932f5f48
...
7ca4b38d6f
1 changed files with 4 additions and 2 deletions
|
@ -13,10 +13,12 @@
|
||||||
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
|
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
|
||||||
|
|
||||||
hyprland = (import flake-compat {
|
hyprland = (import flake-compat {
|
||||||
# I use release version for plugin support
|
|
||||||
src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/v0.26.0.tar.gz";
|
src = builtins.fetchTarball "https://github.com/hyprwm/Hyprland/archive/v0.26.0.tar.gz";
|
||||||
}).defaultNix;
|
}).defaultNix;
|
||||||
|
|
||||||
|
hyprland-touch-gestures = (with import <nixpkgs> {}; callPackage ./hyprland-touch-gestures.nix {})
|
||||||
|
;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -95,7 +97,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
/nix/store/60x0zlg3fbq7nzz8249fxsb89pn541z8-hyprland-touch-gestures-0.3.0/lib/libtouch-gestures.so
|
hyprland-touch-gestures
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue