added back things for plugins just commented out

This commit is contained in:
Tyler Kelley 2024-06-17 14:06:46 -05:00
parent 98047fbb18
commit 98c251ca5b
2 changed files with 12 additions and 0 deletions

View File

@ -2,10 +2,13 @@
lib,
username,
host,
inputs,
pkgs,
...
}:
let
hyprplugins = inputs.hyprland-plugins.packages.${pkgs.system};
inherit (import ../hosts/${host}/variables.nix)
browser
borderAnim
@ -19,6 +22,9 @@ with lib;
enable = true;
xwayland.enable = true;
systemd.enable = true;
# plugins = [
# hyprplugins.hyprtrails
# ];
extraConfig =
let
modifier = "SUPER";

View File

@ -10,6 +10,12 @@
url = "github:VonHeikemen/fine-cmdline.nvim";
flake = false;
};
# This is required for plugin support.
# hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
# hyprland-plugins = {
# url = "github:hyprwm/hyprland-plugins";
# inputs.hyprland.follows = "hyprland";
# };
};
outputs =