diff --git a/osConfigs/global/nix-alien.nix b/osConfigs/global/nix-alien.nix deleted file mode 100644 index 4dc5289..0000000 --- a/osConfigs/global/nix-alien.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ ... }: - -let - nix-alien-pkgs = import ( - builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master" - ) { }; -in -{ - environment.systemPackages = with nix-alien-pkgs; [ - nix-alien - ]; -} diff --git a/osConfigs/hosts/laptop.nix b/osConfigs/hosts/laptop.nix index 20da192..e09ef46 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/10 20:07:49 by tomoron ### ########.fr # +# Updated: 2026/04/18 19:04:59 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -86,8 +86,11 @@ environment.systemPackages = with pkgs; [ acpi # can be user (global) + openvr ]; + programs.alvr.enable = true; + mods.touchpad.enable = true;