Compare commits

..

No commits in common. "a155fbef90237c033fbf69cfb85846709ee2d4ea" and "a06273419c22ce9b571ea25dc15b7cd83a1e9e3c" have entirely different histories.

3 changed files with 34 additions and 35 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744987093, "lastModified": 1742670145,
"narHash": "sha256-IVioWVz5qVtHiqosesW7CJW//m/yADr7cVdgF1P4N8s=", "narHash": "sha256-xQ2F9f+ICAGBp/nNv3ddD2U4ZvzuLOci0u/5lyMXPvk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5e6a8203cee7cc33b2e0d9a0adb7268f46447292", "rev": "63e77d09a133ac641a0c204e7cfb0c97e133706d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744932701, "lastModified": 1742422364,
"narHash": "sha256-fusHbZCyv126cyArUwwKrLdCkgVAIaa/fQJYFlCEqiU=", "narHash": "sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b024ced1aac25639f8ca8fdfc2f8c4fbd66c48ef", "rev": "a84ebe20c6bc2ecbcfb000a50776219f48d134cc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -48,16 +48,16 @@
boot.kernelModules = [ "kvm-amd" "nct6775" ]; boot.kernelModules = [ "kvm-amd" "nct6775" ];
# Direct patching for enabling for async reprojection (for SteamVR) on AMD # Direct patching for enabling for async reprojection (for SteamVR) on AMD
boot.kernelPatches = [ #boot.kernelPatches = [
{ # {
name = "amdgpu-ignore-ctx-privileges"; # name = "amdgpu-ignore-ctx-privileges";
patch = pkgs.fetchpatch { # patch = pkgs.fetchpatch {
name = "cap_sys_nice_begone.patch"; # name = "cap_sys_nice_begone.patch";
url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch"; # url = "https://github.com/Frogging-Family/community-patches/raw/master/linux61-tkg/cap_sys_nice_begone.mypatch";
hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo="; # hash = "sha256-Y3a0+x2xvHsfLax/uwycdJf3xLxvVfkfDVqjkxNaYEo=";
}; # };
} # }
]; #];
services.fwupd.enable = true; services.fwupd.enable = true;
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
# Add flakes # Add flakes
@ -260,7 +260,7 @@
# why did these two disappear??? # why did these two disappear???
usbutils # provide lsusb, etc. usbutils # provide lsusb, etc.
pciutils # provide lspci, etc. pciutils # provide lspci, etc.
rustdesk-flutter # the rustdesk remote desktop client (flutter = new/current version) #rustdesk # the rustdesk remote desktop client
vorta # borg backup UI vorta # borg backup UI
ncdu # nncurses tool for examining disk usage ncdu # nncurses tool for examining disk usage
psmisc # process tools like killall psmisc # process tools like killall
@ -273,10 +273,10 @@
lfs.enable = true; lfs.enable = true;
}; };
# Orchestrator for FOSS VR stack # Orchestrator for FOSS VR stack
programs.envision = { #programs.envision = {
enable = true; # enable = true;
openFirewall = true; # This is set true by default # openFirewall = true; # This is set true by default
}; #};
#nixpkgs.config.permittedInsecurePackages = [ #nixpkgs.config.permittedInsecurePackages = [
# "electron-27.3.11" # "electron-27.3.11"
#]; #];
@ -425,16 +425,16 @@
}; };
# VR # VR
#Commmand: `renice -20 -p $(pgrep monado)` may help w/issues #Commmand: `renice -20 -p $(pgrep monado)` may help w/issues
#services.monado = { services.monado = {
# enable = true; enable = true;
# defaultRuntime = true; # Register as default OpenXR runtime defaultRuntime = true; # Register as default OpenXR runtime
#}; };
#systemd.user.services.monado.environment = { systemd.user.services.monado.environment = {
# WMR_HANDTRACKING = "0"; # Enable for hand tracking WMR_HANDTRACKING = "0"; # Enable for hand tracking
# XRT_PRINT_OPTIONS = "1"; # Enable printing env vars set/available XRT_PRINT_OPTIONS = "1"; # Enable printing env vars set/available
# VIT_SYSTEM_LIBRARY_PATH = "${pkgs.basalt-monado}/lib/libbasalt.so"; VIT_SYSTEM_LIBRARY_PATH = "${pkgs.basalt-monado}/lib/libbasalt.so";
# #U_PACING_COMP_MIN_TIME_MS = "5"; # This is a tweak for something...I forgot #U_PACING_COMP_MIN_TIME_MS = "5"; # This is a tweak for something...I forgot
#}; };
# allow clock adjustments/priority change, etc (gamemoderun ./game) # allow clock adjustments/priority change, etc (gamemoderun ./game)
# https://wiki.nixos.org/wiki/GameMode # https://wiki.nixos.org/wiki/GameMode
programs.gamemode.enable = true; # for performance mode programs.gamemode.enable = true; # for performance mode

View file

@ -32,12 +32,11 @@ in
keepassxc # passwords! keepassxc # passwords!
macchina # like *fetch - display basics macchina # like *fetch - display basics
z-lua # jump around directories (be careful with same-named ones!) z-lua # jump around directories (be careful with same-named ones!)
logseq # logs in sequence note keeping # logseq-patch # REQUIRES TEMPORARY INSECURE ELECTRON
signal-desktop-bin # messaging signal-desktop # messaging
ddev # local docker dev awesome ddev # local docker dev awesome
vscodium # vs code editor, but free vscodium # vs code editor, but free
#yubikey-manager-qt # yubi key mgmgt - more needed yubikey-manager-qt # yubi key mgmgt - more needed
yubioath-flutter # replacement manager for deprecated manager-qt
#pavucontrol # pulse audio vol control #pavucontrol # pulse audio vol control
# go to 2.17 when no more servers w/python issues (elizabeth) # go to 2.17 when no more servers w/python issues (elizabeth)
ansible_2_16 # deployment/automation ansible_2_16 # deployment/automation