From 3bd7fc2b893148fc778ad4b94ec394b3154e8250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 4 Jan 2025 04:28:44 +0100 Subject: [PATCH] Move alvr --- home/packages/default.nix | 1 - hosts/gunter/alvr.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 hosts/gunter/alvr.nix diff --git a/home/packages/default.nix b/home/packages/default.nix index d3442be..7af3fc3 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -10,7 +10,6 @@ in # CLI utils act age - alvr bat bzip2 chromium diff --git a/hosts/gunter/alvr.nix b/hosts/gunter/alvr.nix new file mode 100644 index 0000000..6c4ffe2 --- /dev/null +++ b/hosts/gunter/alvr.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + programs.alvr.enable = true; +}