deleted by creator
Might be misunderstanding this myself, but I thought a transparent proxy intercepts the requests to the destination.
Now if this is the case, I wouldn’t expect any changes to your nix config, as it should be transparently intercepting the requests to cache.nixos.org. Now how this would work with nginx in this context I haven’t quite gotten my head around.
Unless your set your gateway to be your nginx box; to handle all requests and forward them on as necessary.
Might give this a go on my build server if I get a chance.
Yes I’m using Sway; I haven’t looked too much into it yet, but I think its more my setting in alacritty itself, that I need to change when opening neovim. But it’s low down on my list to look at.
I’m currently using nixvim, or at least attempting to, I was previously just using lazygit outside my nix config, but now I’m trying to very slowly create a config I like, but its very slow, and I’ve got some weird padding issues with neovim and alacritty that I’m trying to solve first.
I hadn’t heard of nixneovim, I think once I’m in a settled state I’ll take a look at it, I just don’t want to be pilling more change on top of an unstable base at the moment.
P.s. I probably should have stated I’m fairy new to neovim in general, so still learning which plugins I like.
I do have a function that I cribbed from somewhere, unfortunately I didn’t note down the source at the time so can’t give them due credit here.
filterNixFiles = k: v: v == "regular" && lib.hasSuffix ".nix" k;
importNixFiles = path: (lib.lists.forEach (lib.mapAttrsToList (name: _: path + ("/" + name)) (lib.filterAttrs filterNixFiles (builtins.readDir path)))) import;
Then used as normal
modules = [ home-manager.nixosModules.home-manager vscode-server.nixosModule ] ++ (importNixFiles ./hosts/required) ++ (importNixFiles ./hosts/machines/${hostname})
Edit
Apologies for formatting on mobile
Modding with IPS screen is fairy easy nowadays with the GBA there is some no soldier options not sure if that is the same with an original dmg.
Another option could be a Epligoue GB operator, which allows you to play your original cartridges on pc.
That’s the weird thing I’ve run up the image and the directory isn’t there. I did try a similar command in my ci.yml but it didn’t work.
Nope but I’ve loaded up the image it’s running and the directory isn’t there.
I’ve been using Sway for over 2 years, and for my workflow it works well, with one exception I just can’t get vscode to scale properly for my display.
Perfect food reference for Migleemo. Don’t know if it was 100% intentional but perfect none the less.
Interesting might have to give this a go in a dual boot.
Absolutely loved this episode, Boimler getting wrapped in the cables when jerry-rigging the sensors had me in tears; and the Riker as he swung his leg over the saddle brilliant bit of improv made even funnier knowing Drakes directed this.
They managed to tone down the lower deckers slighter whilst still having their full personalities come through.
Pikes getting more exacerbated with them throughout the episode was well done, and the amount of physical comedy I’m running out of superlatives for this episode.
It was just brilliant, easily my favourite of the current era.
Edit. Just wanted to add, loved seeing the LD uniform in love action; thought it translated really well.
To be honest HDR wasn’t something I even thought about, as my primary usage is development. To be honest with my use case I don’t personally see it as a necessity but could be convinced otherwise.
That has certainly been my preference in the past, and at the moment I’ve lost one of my monitors to my wife, which is even more painful.
Thank you for your response, agreed it is definitely a preference thing, I’m just looking for a few ideas to hopefully narrow my initial search.
Personally I’m not convinced on the accent, at least at the moment. But the character seems like fun.
Looks good, quite far ahead of where I am.
Well I’m not going back to Reddit after everything they have pulled, I’m hoping other people also feel the same way.
I’m starting one as a side project, but it will be a little while before I’m ready to put anything out there.
Plus I’m a backend developer by trade, so will be learning as I go on writing apps.
I think you would need something like this
services.libinput.touchpad.additionalOptions = ‘’ Option “ScrollPixelDistance” “YOUR_SPEED” ‘’
https://man.archlinux.org/man/libinput.4#SCROLL_PIXEL_DISTANCE
I think this should work with touchpad as well but I havent tried it personally.