this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

wallsocket: remove vr test

-65
-20
home/modules/xdg.nix
··· 21 21 }; 22 22 23 23 xdg.dataFile."vivalarc".source = vivalarc; 24 - xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.monado}/share/openxr/1/openxr_monado.json"; 25 - xdg.configFile."openvr/openvrpaths.vrpath".text = '' 26 - { 27 - "config" : 28 - [ 29 - "${config.xdg.dataHome}/Steam/config" 30 - ], 31 - "external_drivers" : null, 32 - "jsonid" : "vrpathreg", 33 - "log" : 34 - [ 35 - "${config.xdg.dataHome}/Steam/logs" 36 - ], 37 - "runtime" : 38 - [ 39 - "${pkgs.opencomposite}/lib/opencomposite" 40 - ], 41 - "version" : 1 42 - } 43 - ''; 44 24 }
-5
home/programs/browser.nix
··· 1 1 {pkgs, ...}: { 2 - programs.firefox = { 3 - enable = true; 4 - nativeMessagingHosts = [pkgs.kdePackages.plasma-browser-integration]; 5 - }; 6 - 7 2 programs.chromium = { 8 3 enable = true; 9 4 package = pkgs.vivaldi.overrideAttrs (finalAttrs: previousAttrs: {
-40
nixos/wallsocket/configuration.nix
··· 40 40 LC_TIME = "en_AU.UTF-8"; 41 41 }; 42 42 43 - # Enable the X11 windowing system. 44 - # You can disable this if you're only using the Wayland session. 45 - # services.xserver.enable = true; 46 - 47 43 # Enable the KDE Plasma Desktop Environment. 48 44 services.displayManager.enable = true; 49 45 services.displayManager.sddm.enable = true; ··· 56 52 gwenview 57 53 konsole 58 54 ]; 59 - 60 - # Configure keymap in X11 61 - services.xserver = { 62 - xkb.layout = "us"; 63 - xkb.variant = ""; 64 - }; 65 55 66 56 # Enable CUPS to print documents. 67 57 services.printing.enable = true; ··· 122 112 kdePackages.kcalc 123 113 kdePackages.partitionmanager 124 114 pciutils 125 - opencomposite 126 115 # tailscale-systray 127 116 # wl-clipboard 128 117 # kitty ··· 272 261 }; 273 262 274 263 services.avahi.enable = true; 275 - services.wivrn = { 276 - enable = true; 277 - defaultRuntime = true; 278 - autoStart = true; 279 - openFirewall = true; 280 - config = { 281 - enable = true; 282 - json = { 283 - scale = 1.0; # foveation 284 - bitrate = 50000000; # 50 Mb/s 285 - # application = [pkgs.wlx-overlay-s]; 286 - encoders = [ 287 - { 288 - encoder = "vaapi"; 289 - codec = "av1"; 290 - width = 1; 291 - height = 1; 292 - offset_x = 0; 293 - offset_y = 0; 294 - } 295 - ]; 296 - }; 297 - }; 298 - }; 299 - programs.corectrl = { 300 - enable = true; 301 - gpuOverclock.enable = true; 302 - gpuOverclock.ppfeaturemask = "0xffffffff"; 303 - }; 304 264 305 265 services.earlyoom.enable = true; 306 266 services.earlyoom.enableNotifications = true;