From d9bac8a43308a7de37353d192eb3a88482592d23 Mon Sep 17 00:00:00 2001 From: tomoron Date: Mon, 18 May 2026 15:54:56 +0200 Subject: [PATCH] fix breaking upstream changes --- homeConfigs/home.nix | 4 ++-- homeConfigs/modules/firefox.nix | 1 + homeConfigs/modules/vim.nix | 3 +++ homeConfigs/modules/wayland/hyprland.nix | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/homeConfigs/home.nix b/homeConfigs/home.nix index bb55020..db60414 100644 --- a/homeConfigs/home.nix +++ b/homeConfigs/home.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# # -# Updated: 2026/05/11 13:55:58 by tomoron ### ########.fr # +# Updated: 2026/05/18 13:22:43 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -29,7 +29,7 @@ configSops ? true, home.username = lib.mkIf (!isOs) "${username}"; home.homeDirectory = lib.mkIf (!isOs) "${homeDir}"; - home.stateVersion = "26.05"; + home.stateVersion = "25.11"; sops = lib.mkIf configSops{ defaultSopsFile = ../secrets/secrets.yaml; diff --git a/homeConfigs/modules/firefox.nix b/homeConfigs/modules/firefox.nix index 1a76786..154a3f6 100644 --- a/homeConfigs/modules/firefox.nix +++ b/homeConfigs/modules/firefox.nix @@ -9,6 +9,7 @@ config = lib.mkIf config.mods.firefox.enable { catppuccin.firefox.enable = true; + programs.firefox.configPath = "${config.xdg.configHome}/mozilla/firefox"; programs.firefox = { enable = lib.mkDefault true; profiles.default = { diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index 27ed548..30bb4fe 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -13,6 +13,9 @@ defaultEditor = true; viAlias = true; vimAlias = true; + + withPython3 = false; + withRuby = false; }; home.packages = with pkgs; [ diff --git a/homeConfigs/modules/wayland/hyprland.nix b/homeConfigs/modules/wayland/hyprland.nix index c506fb6..7149ffd 100644 --- a/homeConfigs/modules/wayland/hyprland.nix +++ b/homeConfigs/modules/wayland/hyprland.nix @@ -13,6 +13,7 @@ programs.hyprshot.enable = true; wayland.windowManager.hyprland.enable = true; + wayland.windowManager.hyprland.configType = "hyprlang"; wayland.windowManager.hyprland.settings = { "$mainMod" = "SUPER"; bind = [ @@ -118,7 +119,6 @@ }; dwindle = { - pseudotile = true; force_split = 2; };