chore: remove immich and wivrn dependencies from flake config
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
imports = [
|
||||
# ./alvr.nix
|
||||
./easyeffects.nix
|
||||
./vr.nix
|
||||
];
|
||||
}
|
||||
|
||||
7
nixos/ryu/apps/vr.nix
Normal file
7
nixos/ryu/apps/vr.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlx-overlay-s
|
||||
wayvr-dashboard
|
||||
bs-manager
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user