mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 15:43:17 +01:00
added back things for plugins just commented out
This commit is contained in:
parent
98047fbb18
commit
98c251ca5b
@ -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";
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user