add alvr and remove nix-alien
This commit is contained in:
@ -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
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@ -6,7 +6,7 @@
|
|||||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2025/09/06 00:56:57 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; [
|
environment.systemPackages = with pkgs; [
|
||||||
acpi # can be user (global)
|
acpi # can be user (global)
|
||||||
|
openvr
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.alvr.enable = true;
|
||||||
|
|
||||||
|
|
||||||
mods.touchpad.enable = true;
|
mods.touchpad.enable = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user