forgot to add last commit turned off nfs by default this updates changelog and removes hyprplugins

This commit is contained in:
Tyler Kelley 2024-06-17 13:39:14 -05:00
parent 0fa34a8ce0
commit 2f005ad277
2 changed files with 3 additions and 6 deletions

View File

@ -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.

View File

@ -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";