• 5 Posts
  • 16 Comments
Joined 5 years ago
cake
Cake day: May 19th, 2020

help-circle








  • johnhamelinktoMemesI like a good UX
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Exactly. I have no problem with people trying to make money from software, but FOSS tools should be supported over proprietary ones wherever possible, and it’s nobodies fault that FOSS is often the better technical choice anyway. As someone with ADHD: fuck all ads, I demand a peaceful mind.



  • I’m about 20 hours or so into my nix journey, with a similar background to OP. I’ve so-far moved to flakes, implemented a basic config for Darwin based on https://github.com/MatthiasBenaets/nixos-config

    I’ve built a pkg override for emacs-overlay but I haven’t managed to keep it in scope since moving to flakes. I’m sure I’ll figure it out.

    For a specific project, I’ve implemented a new flake which uses https://github.com/nix-community/nix-direnv to set it up automatically when I cd into the project. Then (I’m especially happy about this), I’ve managed to get rootless podman working nicely in this setup, hopefully producing a low-maintenance yet cross compatible dev environment for Mac and Linux.

    I love the fact that I can add all my homebrew taps, casks and brews into nix right away so that I can replace them one by one.

    The beauty of all of this is you can use as much or as little nix as I like. For my server, I plan on running k3d first, then moving configuration piece by piece into nix as I learn & grow.

    Hope that’s helpful :)








  • johnhamelinktoEmacsRicing up Org Mode
    link
    fedilink
    arrow-up
    1
    ·
    4 years ago

    Very beautiful :) I wonder, does anyone know if it is possible to change themes for different major modes? Using a configuration such as this for org-mode, maybe email, etc, and then having a different configuration - more verbose and practical in a general-purpose sense - when viewing other files?