diff --git a/home-manager/home.nix b/home-manager/home.nix index 77182886..ff10efdc 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -62,8 +62,8 @@ ]; # Hyprland & accessories - wayland.windowManager.hyprland.enable = true; - programs.waybar.enable = true; + # wayland.windowManager.hyprland.enable = true; + # programs.waybar.enable = true; home.file."~/.config/hypr/hyprland.conf".text = '' decoration { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f2b72075..889e4640 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -23,6 +23,7 @@ nixpkgs = { # You can add overlays here overlays = [ + .overlays.default # If you want to use overlays exported from other flakes: # neovim-nightly-overlay.overlays.default @@ -73,7 +74,7 @@ curl ripgrep nixd - neovim + nvim-pkg ]; # Bootloader