Compare commits
2 commits
7ca4b38d6f
...
4c932f5f48
Author | SHA1 | Date | |
---|---|---|---|
4c932f5f48 | |||
e5b9300043 |
1 changed files with 2 additions and 4 deletions
|
@ -13,12 +13,10 @@
|
|||
flake-compat = builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz";
|
||||
|
||||
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";
|
||||
}).defaultNix;
|
||||
|
||||
hyprland-touch-gestures = (with import <nixpkgs> {}; callPackage ./hyprland-touch-gestures.nix {})
|
||||
;
|
||||
|
||||
in {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
|
@ -97,7 +95,7 @@
|
|||
enable = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
hyprland-touch-gestures
|
||||
/nix/store/60x0zlg3fbq7nzz8249fxsb89pn541z8-hyprland-touch-gestures-0.3.0/lib/libtouch-gestures.so
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue