mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: searx, nixpkgs update, vintagestory, katslime
This commit is contained in:
parent
840765fe8a
commit
658d0434c8
24 changed files with 719 additions and 276 deletions
|
|
@ -7,14 +7,11 @@
|
|||
inherit (lib.lists) singleton;
|
||||
inherit (lib.meta) getExe';
|
||||
in {
|
||||
systemd.user.services.wlx-overlay-s = {
|
||||
description = "wlx-overlay-s";
|
||||
path = [
|
||||
pkgs.wayvr-dashboard
|
||||
];
|
||||
systemd.user.services.wayvr = {
|
||||
description = "wayvr";
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = getExe' pkgs.wlx-overlay-s "wlx-overlay-s";
|
||||
ExecStart = getExe' pkgs.wayvr "wayvr";
|
||||
};
|
||||
};
|
||||
programs.steam.extraPackages = with pkgs.gst_all_1; [
|
||||
|
|
@ -82,8 +79,7 @@ in {
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wlx-overlay-s
|
||||
wayvr-dashboard
|
||||
wayvr
|
||||
monado-vulkan-layers
|
||||
bs-manager
|
||||
vrcx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue