Miscellanious stuff

This commit is contained in:
Tomas Rivera
2026-04-03 16:57:05 +02:00
parent f5bfae1005
commit 9fbb03663c
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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";
+1 -1
View File
@@ -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 = [