mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-22 06:33:08 +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.
|
- Separated Neovim configuration for readability.
|
||||||
- Updated flake and added fix for popups going to wrkspc 1 in Hyprland.
|
- 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 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,
|
lib,
|
||||||
inputs,
|
|
||||||
username,
|
username,
|
||||||
host,
|
host,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
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
|
||||||
@ -22,9 +19,6 @@ 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";
|
||||||
|
Loading…
Reference in New Issue
Block a user