diff --git a/homeConfigs/home.nix b/homeConfigs/home.nix index b1f41b1..c7f903e 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: 2025/09/24 02:08:41 by tomoron ### ########.fr # +# Updated: 2026/04/27 14:18:18 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -29,7 +29,7 @@ configSops ? true, home.username = lib.mkIf (!isOs) "${username}"; home.homeDirectory = lib.mkIf (!isOs) "${homeDir}"; - home.stateVersion = "24.05"; + home.stateVersion = "26.05"; sops = lib.mkIf configSops{ defaultSopsFile = ../secrets/secrets.yaml; diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 46250e5..0f76ab9 100644 --- a/osConfigs/hosts/laptop.nix +++ b/osConfigs/hosts/laptop.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/09/06 00:56:57 by tomoron #+# #+# # -# Updated: 2026/04/25 21:44:25 by tomoron ### ########.fr # +# Updated: 2026/04/27 12:53:46 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -91,7 +91,7 @@ openvr ]; - programs.alvr.enable = true; +# programs.alvr.enable = true; mods.touchpad.enable = true; @@ -162,4 +162,5 @@ Enable = "Source,Sink,Media,Socket"; }; }; + }