From 9fbb03663c149a542cb4ec84d164292b497d03b5 Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:57:05 +0200 Subject: [PATCH] Miscellanious stuff --- hosts/laptop/configuration.nix | 3 ++- modules/home-manager/hyprland.nix | 4 ++-- modules/home-manager/neovim.nix | 2 +- modules/nixos/lyminimal.nix | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index e43f2b3..2a6025c 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -234,7 +234,8 @@ manix deadnix alejandra - # libs or apps for quickshell + cling # c interpreter used for coding +# libs or apps for quickshell libsForQt5.qt5.qtgraphicaleffects mprisence kdePackages.qt5compat diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 25f8ac9..7a0fcb6 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -12,8 +12,8 @@ in { #hint Electron apps to use on wayland; home.sessionVariables.NIXOS_OZONE_WL = "1"; wayland.windowManager.hyprland.plugins = [ - #pkgs-unstable.hyprlandPlugins.hyprspace # currently broken - #pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors # currently broken + pkgs.hyprlandPlugins.hyprspace # currently broken + pkgs.hyprlandPlugins.hypr-dynamic-cursors # currently broken ]; wayland.windowManager.hyprland.settings = { "$mod" = "SUPER"; diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 75e08fc..3efec0e 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -6,7 +6,7 @@ }: { programs.neovim = { enable = true; - vimAlias = true; + vimAlias = false; viAlias = true; package = pkgs-unstable.neovim-unwrapped; # for some reason you must use the unwrapped version plugins = [ diff --git a/modules/nixos/lyminimal.nix b/modules/nixos/lyminimal.nix index 4d00b25..a497150 100644 --- a/modules/nixos/lyminimal.nix +++ b/modules/nixos/lyminimal.nix @@ -4,7 +4,7 @@ enable = true; settings = { # Core animation - animation = "gameoflife"; # none or doom or matrix or gameoflife or a dur file + animation = "none"; # none or doom or matrix or gameoflife or a dur file # Ly supports 24-bit true color with styling, which means each color is a 32-bit value. # The format is 0xSSRRGGBB, where SS is the styling, RR is red, GG is green, and BB is blue. # Here are the possible styling options: