mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-17 01:01:29 +02:00
added back things for plugins just commented out
This commit is contained in:
@ -2,10 +2,13 @@
|
|||||||
lib,
|
lib,
|
||||||
username,
|
username,
|
||||||
host,
|
host,
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
hyprplugins = inputs.hyprland-plugins.packages.${pkgs.system};
|
||||||
inherit (import ../hosts/${host}/variables.nix)
|
inherit (import ../hosts/${host}/variables.nix)
|
||||||
browser
|
browser
|
||||||
borderAnim
|
borderAnim
|
||||||
@ -19,6 +22,9 @@ with lib;
|
|||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
# plugins = [
|
||||||
|
# hyprplugins.hyprtrails
|
||||||
|
# ];
|
||||||
extraConfig =
|
extraConfig =
|
||||||
let
|
let
|
||||||
modifier = "SUPER";
|
modifier = "SUPER";
|
||||||
|
@ -10,6 +10,12 @@
|
|||||||
url = "github:VonHeikemen/fine-cmdline.nvim";
|
url = "github:VonHeikemen/fine-cmdline.nvim";
|
||||||
flake = false;
|
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 =
|
outputs =
|
||||||
|
Reference in New Issue
Block a user