mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 22:23:09 +01:00
forgot to add last commit turned off nfs by default this updates changelog and removes hyprplugins
This commit is contained in:
parent
0fa34a8ce0
commit
2f005ad277
@ -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.
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user