diff --git a/CHANGELOG.md b/CHANGELOG.md index 2699e19..c5c64e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,3 +36,6 @@ This release has a big theming change as well as including the move back to rofi - Separated Neovim configuration for readability. - Updated flake and added fix for popups going to wrkspc 1 in Hyprland. - Removed a few of the packages that aren't necessary and smartd by default. +- Removed unnecessary Hyprland input in flake as home manager doesn't use it. +- Turned off nfs by default +- Hyprland plugins are now not in the config at all by default. diff --git a/config/hyprland.nix b/config/hyprland.nix index c7ef3ad..c575281 100644 --- a/config/hyprland.nix +++ b/config/hyprland.nix @@ -1,14 +1,11 @@ { - pkgs, lib, - inputs, username, host, ... }: let - hyprplugins = inputs.hyprland-plugins.packages.${pkgs.system}; inherit (import ../hosts/${host}/variables.nix) browser borderAnim @@ -22,9 +19,6 @@ with lib; enable = true; xwayland.enable = true; systemd.enable = true; - plugins = [ - # hyprplugins.hyprtrails - ]; extraConfig = let modifier = "SUPER";