michaelCTS

Results 20 comments of michaelCTS

I'm sorry, I'll have to close this. The [podman update to 5.0](https://blog.podman.io/2024/03/podman-5-0-has-been-released/) made changes to `podman machine` that I'd have to integrate and I've since moved away from trying to...

Can you create a PR @izelnakri ?

For those following, I created a PR. You can test it by amending your `home.nix` ```nix { config, pkgs, ...}: let michaelCtsHm = builtins.fetchTarball "https://github.com/michaelCTS/home-manager/archive/refs/heads/feat/add-nixgl-workaround.zip"; nixGlModule = "${michaelCtsHm}/modules/misc/nixgl.nix"; in {...

@Smona I don't mind. It'll be up to the maintainers to decide which solution they prefer. It's just about time this issue is resolved. Whichever solution is chosen doesn't matter...

Your right @Smona! I didn't see the `-s`. Maybe using `ln -s` would be better as a `-s` can be easily missed but `ln` is very commonly used for linking....

I wasn't aware of the extension! It implements exactly what I'm looking for. Thanks

Thanks for explaining @mahmudunnabikajal. I had a look at [How reactivity works](https://vuejs.org/guide/extras/reactivity-in-depth.html#how-reactivity-works-in-vue) and understand it better now. Getters, setters and proxies didn't exist back in the days of angularjs /...

While evaluating `just`, this is exactly the usecase I ran into. I tried using `-` e.g `-exit 1`, but the final command was the one that did count. On recipes...

I'm running into this issue too. We would like to use google workstations and only the `/home` mount is persisted across restarts which means installing to `/nix` will not persist....