mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: lisps, hyprland changes, god knows what else
This commit is contained in:
parent
35072f0885
commit
6f044a8349
30 changed files with 673 additions and 202 deletions
|
|
@ -9,6 +9,9 @@
|
|||
in {
|
||||
systemd.user.services.wlx-overlay-s = {
|
||||
description = "wlx-overlay-s";
|
||||
path = [
|
||||
pkgs.wayvr-dashboard
|
||||
];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = getExe' pkgs.wlx-overlay-s "wlx-overlay-s";
|
||||
|
|
@ -80,10 +83,11 @@ in {
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlx-overlay-s
|
||||
wayvr-dashboard
|
||||
monado-vulkan-layers
|
||||
bs-manager
|
||||
vrcx
|
||||
appimage-run
|
||||
alcom
|
||||
(unityhub.override {
|
||||
extraLibs = unityhubPkgs: [
|
||||
(unityhubPkgs.runCommand "libxml2-fake-old-abi" {} ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue