- Fix: `nixvim` eval error regarding nixpkgs
  - commented out the `follows nixpkgs line`
  ```nix
   # Checking nixvim to see if it's better
   nixvim = {
     url = "github:nix-community/nixvim";
     # inputs.nixpkgs.follows = "nixpkgs";
   };
  ```
- Fix: `gtk.nix` error regarding `null`

  ```nix
  {config, pkgs, lib, ...}: {
    gtk = {
      gtk4.theme = lib.mkForce null;
  ```

- Fix: `kmscon` error
  - `zaneyos/modules/core/stylix.nix`
  - Added: `targets.kmscon.enable = false;`
    ```nix
    stylix = {
     enable = true;
     image = stylixImage;
     targets.kmscon.enable = false;
    ```
- Updated to NixOS v26.11
- Disabled `plymouth` by default

- Chg: `awww` from flake input to `pkgs.awww`
  - This resolves build errors
- Add: `synfetch`
- Removed `discord` and `discord-canary`
  - They use an outdated `electron`
    - That build uses and `openssl v1.1.1w`
    - That ius OEL and marked insecure in NIXOS
    - Users can use an alternative client until discord is updated
 Disabled `zen browser` in `zaneyos/modules/home/default.nix`
  - Needs to be migrated to being enabled via host variable
- Changed from `zen` to `latest` kernel
  - Linux kernel v7.0 is much better than 6.19_zen
- Disabled `vfr = true;` in hyprland config
  - It's not supportorted after `v54.3`
  - Disabling now to avoid error on next update
- Added `awww` as flake input for installs < 25.11
- Fixed eval warnings:
  - `gtk.gtk4.theme` set to `null`
  - `git.signing.format` set to `null`
- `nixvim` lualine theme set to `auto`
- Changed to NixOS unstable branch
- Ported `DropTerminal` from `KoolDots` to ZaneyOS
  - Replaces pyprland and some python dependencies
- Hyprland updated to v0.54
  - Added support for scrolling and monocle layouts
  - Fixed hyprland float-all bindings
  - Updated Window Rules for new Hyprland format
- Disabled steam by default
- Removed `adb.enable` no longer supported and not needed for ZaneyOS
- Changed `nixfmt-rfc-style` package for updated `nitfmt`
  - `nixfmt-rfc-style` no longer supported
- Fixed other evaluation warnings with `Xorg` package changes