add openxr bindings
This commit is contained in:
10
home.nix
10
home.nix
@ -19,6 +19,16 @@
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
tmux
|
||||
htop
|
||||
];
|
||||
|
||||
# Wayvr customization
|
||||
xdg.configFile."wlxoverlay/openxr_actions.json5" = {
|
||||
source = ./xdg/wlxoverlay_openxr_actions.json5;
|
||||
};
|
||||
|
||||
# For wayvr-dashboard/wlx integration
|
||||
xdg.configFile."wlxoverlay/wayvr.conf.d/dashboard.yaml".text = ''
|
||||
dashboard:
|
||||
|
||||
Reference in New Issue
Block a user