diff --git a/extras/gaming.nix b/extras/gaming.nix index 1da9757..0b190bd 100644 --- a/extras/gaming.nix +++ b/extras/gaming.nix @@ -43,9 +43,9 @@ ]; # THE FINALS audio borked - services.pipewire.enable = false; - hardware.pulseaudio.enable = true; - hardware.pulseaudio.support32Bit = true; + # services.pipewire.enable = false; + # hardware.pulseaudio.enable = true; + # hardware.pulseaudio.support32Bit = true; services.pipewire.extraConfig = { pipewire."99-low-latency" = { context.properties = { diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index aa29046..54d6081 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -62,6 +62,11 @@ # what = "//100.97.47.81/television"; # where = "/mnt/uwuraid/television"; # }) + (opts + // { + what = "//100.97.47.81/virginia"; + where = "/mnt/uwuraid/virginia"; + }) ]; systemd.automounts = let opts = { @@ -80,6 +85,7 @@ (opts // {where = "/mnt/uwuraid/music";}) (opts // {where = "/mnt/uwuraid/photos";}) (opts // {where = "/mnt/uwuraid/syncthing";}) + (opts // {where = "/mnt/uwuraid/virginia";}) # (opts // {where = "/mnt/uwuraid/television";}) ]; } diff --git a/users/tao.nix b/users/tao.nix index 1590b1a..ded14d6 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -91,14 +91,14 @@ "uwuraid" ]; in { - "documents" = { - path = "/home/tao/documents"; - devices = devs; - }; - "pictures" = { - path = "/home/tao/pictures"; - devices = devs; - }; + # "documents" = { + # path = "/home/tao/documents"; + # devices = devs; + # }; + # "pictures" = { + # path = "/home/tao/pictures"; + # devices = devs; + # }; "projects" = { path = "/home/tao/projects"; devices = devs; diff --git a/users/tao/nushell/stuff.nu b/users/tao/nushell/stuff.nu index bc912d8..2c76d4d 100644 --- a/users/tao/nushell/stuff.nu +++ b/users/tao/nushell/stuff.nu @@ -2,7 +2,7 @@ source ~/.cache/starship/init.nu source ~/.zoxide.nu def bump [] { cd /home/tao/projects/NOflake/; - jj new -B @ -m "bump"; + jj new -m "bump"; nix flake update; rc2nix | save -f /home/tao/projects/NOflake/users/tao/plasma.nix; sudo nixos-rebuild --flake /home/tao/projects/NOflake/ boot --impure;