25 Jul 2022 |
sjfloat | I think so, yeah | 20:50:38 |
sjfloat | And each may have slightly different expectations. | 20:50:50 |
sjfloat | But if the app in question is being installed by the use, it should be looking at the user profile, primarily. | 20:52:00 |
sjfloat | * But if the app in question is being installed by the user, it should be looking at the user profile, primarily. | 20:52:23 |
sjfloat | I doubt we can count on that though. | 20:52:43 |
sjfloat | Ideally, it should look in both places. | 20:53:13 |
sjfloat | I think in some cases, there may be some coding adjustments that are necessary. | 20:54:15 |
sjfloat | I mean, this isn't "sudo apt get install <thing>" | 20:55:04 |
sjfloat | In a multiuser environement, if Mary installs a set of plugins and Joe installs another, they should be isolated. | 20:56:49 |
sjfloat | This has no direct analog in common distros. | 20:57:25 |
sjfloat | (That occurs to me, anyway) | 20:57:33 |
sjfloat | * In a multiuser environment, if Mary installs a set of plugins and Joe installs another, they should be isolated. | 20:58:34 |
sjfloat | I guess it does in dev tools with user PMs. | 20:59:11 |
Yuu Yin | sjfloat: hmm actually i also have those installed with home-manager. lv2 and vst exist in
/nix/var/nix/profiles/per-user/yuu/home-manager/home-path/lib
``
| 21:14:55 |
Yuu Yin | but what gets in ~/.nix-profile/ is just /nix/var/nix/profiles/per-user/yuu/profile | 21:18:58 |
sjfloat | Redacted or Malformed Event | 23:04:22 |
sjfloat | I have ~/.nix-profile -> /nix/var/nix/profiles/per-user/steve/profile/ | 23:06:40 |
sjfloat | The only thing I have under nix/var/nix/profiles/per-user/steve/home-manager are things pertaining to home-manager. | 23:07:22 |
sjfloat | I have plugin directories under /home/steve/.nix-profile/lib/ | 23:08:46 |
sjfloat | For example: /nix/var/nix/profiles/per-user/steve/profile/lib/ladspa | 23:09:40 |
26 Jul 2022 |
Yuu Yin | sjfloat: for some obscure reason i don't have ~/.nix-profile/lib | 01:10:48 |
Yuu Yin | sjfloat: which revision of home-manager are you using? do you integrate home-manager with nixos with these options?
useUserPackages = true;
useGlobalPkgs = true;
| 01:12:02 |
eyes1238 | anyone here got experience with pipewire and pro audio? I know theres the snippet on the wiki https://nixos.wiki/wiki/PipeWire#Low-latency_setup but when I use that, it causes me to be unable to load or hear videos played in my browser? (firefox) | 03:02:28 |
eyes1238 | I just want that low pipewire latency | 03:02:49 |
| ctem joined the room. | 11:33:28 |
sjfloat | My experience with that is recent -- I just switched to pipewire because that seemed to be where everything was going and because pulseaudio wouldn't build for me. | 13:03:05 |
sjfloat | I haven't gotten to the point where I've tried to reduced the latency. | 13:04:06 |