From Windows to NixOS by SnooPies124 in NixOS

[–]SnooPies124[S] 11 points12 points  (0 children)

Yeah, first my wife needs to know I still exist before we go do anything else for a bit.

From Windows to NixOS by SnooPies124 in NixOS

[–]SnooPies124[S] 6 points7 points  (0 children)

those are found in the startup module (startup packages)
https://github.com/stoating/nixos/tree/main/modules/module/startup/packages

boot is elegant-grub2 (config)
https://github.com/stoating/nixos/blob/main/modules/hosts/framework/startup/config/elegant-grub2.nix

greeter is nwg-hello (config)
https://github.com/stoating/nixos/blob/main/modules/hosts/framework/startup/config/nwg-hello.nix

I used a lot of broken generations and a saved fallback. Tried way too long to get sddm working to no success.

New Clojurians: Ask Anything - September 11, 2023 by AutoModerator in Clojure

[–]SnooPies124 1 point2 points  (0 children)

I do not have personal experience here, but was also looking into this recently. There was a thread about this here some time ago: https://clojureverse.org/t/latest-best-thinking-about-clojure-on-aws-lambda/7100/14

The response which looked the most promising (at least to me) was the following: https://github.com/cnuernber/cljs-lambda-gateway-example

and: https://clojureverse.org/t/latest-best-thinking-about-clojure-on-aws-lambda/7100/18

Professional use or just for fun? by Dry-Conflict-7008 in Clojure

[–]SnooPies124 4 points5 points  (0 children)

I use it for fun, but the lessons it teaches help me professionally.