add alvr and remove nix-alien

This commit is contained in:
2026-04-23 17:44:23 +02:00
parent 983f51b0f3
commit bf592c5e9d
2 changed files with 4 additions and 13 deletions

View File

@ -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
];
}

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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;