- 6 Posts
- 36 Comments
letThemPlay@lemmy.oneto Nix / NixOS@programming.dev•Anybody know how I can adjust my scroll speed in the config?English1·11 months agoI 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.
letThemPlay@lemmy.oneto Nix / NixOS@programming.dev•Anybody know how I can adjust my scroll speed in the config?English1·11 months agodeleted by creator
letThemPlay@lemmy.oneto Nix / NixOS@programming.dev•Issue with transparent cache.nixos.org proxyEnglish1·11 months agoMight 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.
Leny Yoro confirmed, I never believed they would be able to pull that one off, hats off to inios at least so far they look more than competent.
Also terms agreed with Ugarte, will this depend on PSG getting Neves done first, maybe but with the speed we’re going as this is better done very soon as well.
letThemPlay@lemmy.oneto Nix / NixOS@programming.dev•Does anyone use NixNeovim to configure their Neovim?English2·1 year agoYes 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.
letThemPlay@lemmy.oneto Nix / NixOS@programming.dev•Does anyone use NixNeovim to configure their Neovim?English3·1 year agoI’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.
letThemPlay@lemmy.oneto Nix / NixOS@programming.dev•[home manager] [solved] Is there a way to automatically import all .nix files in a directory?English4·1 year agoI 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
letThemPlay@lemmy.oneto Red Devils@lemmy.world•[Match Thread] Coventry vs. Manchester United | FA Cup Semi Final1·1 year agoGlad to be proven wrong so far…
Edit. Well that was the kiss of death, I’ll see myself to the door.
letThemPlay@lemmy.oneto Red Devils@lemmy.world•[Match Thread] Coventry vs. Manchester United | FA Cup Semi Final2·1 year agoI’m actually expecting us to lose this one, hope I’m wrong just got a bad feeling, especially after the unexpected win in the last round.
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.
letThemPlay@lemmy.oneOPto Nix / NixOS@programming.dev•[solved] nix build error /homeless-shelterEnglish2·1 year agoThat’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.
letThemPlay@lemmy.oneOPto Nix / NixOS@programming.dev•[solved] nix build error /homeless-shelterEnglish1·1 year agoNope but I’ve loaded up the image it’s running and the directory isn’t there.
letThemPlay@lemmy.oneto Linux@lemmy.ml•Do you daily drive Wayland, if so since when, if not when will you?1·1 year agoI’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.
letThemPlay@lemmy.oneto Star Trek Social Club@startrek.website•Episode Discussion | Star Trek: Lower Decks | 4x06 "Parth Ferengi's Heart Place"English15·2 years agoPerfect food reference for Migleemo. Don’t know if it was 100% intentional but perfect none the less.
Still playing too slowly, but at least we’re not 2-0 down already.
letThemPlay@lemmy.oneto Red Devils@lemmy.world•[Ornstein, T1] 🚨 Manchester United have reached agreement with Fiorentina to sign Sofyan Amrabat.21·2 years agoObligation makes more sense, from the selling point of view if it was an option, we could just not take it up and then take him anyway on a free. Unless I’ve missed something.
Either way, I’m happy we’ve got him, but this transfer window had been terribly planned and we really could’ve done with getting this done before we even went on your.
Obligatory Glazers out.
letThemPlay@lemmy.oneto Red Devils@lemmy.world•[David Ornstein - T1] 🚨 EXCL: Man Utd seriously considering signing Sergio Reguilon on loan from Tottenham. Cucurella still in play but complicated by Chelsea appearance last night.12·2 years agoWould prefer the Cucurella, but if it’s Reguilon + Amrabat (with option to buy) then it’s better than nothing, but still been a poor window overall.
letThemPlay@lemmy.oneto Red Devils@lemmy.world•[Fabrizio Romano] Dean Henderson to Crystal Palace, here we go! Agreement in place and medical to be completed today — permanent move from Man Utd 🔵🔴🏴1·2 years agoYeah, I’m still hopeful, they can use the Kovar money for that.
letThemPlay@lemmy.oneto Red Devils@lemmy.world•[Fabrizio Romano] Dean Henderson to Crystal Palace, here we go! Agreement in place and medical to be completed today — permanent move from Man Utd 🔵🔴🏴6·2 years agoFingers crossed that means Amrabat incoming.
Also liking the sell on clauses they are adding to deals makes a lot of sense and is nice little bonus down the line.
Previously arch now NixOS, just love the reproducibility.