Where I post interesting things for family, friends, and myself. Note: I post items I don’t necessarily agree with.

#fedi22 #nowplaying #economics #Christian #Lutheran #government #finance #movies #parody #comedy #foss #classicalliberalism #music #Archlinux #NixOS

  • 0 Posts
  • 19 Comments
Joined 3 years ago
cake
Cake day: April 4th, 2022

help-circle






  • I switched from Arch to NixOS around Nov 2023 and manage my systems and my family’s off of one flake. Dotfiles are managed within my flake (if easier), an exception would be Emacs, which I use syncthing between my Nix systems and a work Windows PC with straight.

    Discourse, Discord/Matrix, the wiki and various blogs are places to learn from. Documentation is sometimes difficult to splice together, other times very intuitive, but others can help direct you. Just leave some lead time for people to get back to you.

    If you can figure out how to do gaming on Arch, you can figure it out on NixOs. Add to you config or flake slowly and back it up somehow before making changes, along with important files. You can always rollback or if you do manage to nuke it (I have twice due to lack of HD memory), reinstall and be up and running in a short time frame as long as you have your config somewhere.

    I’ve done more on NixOS in a shorter time than I ever had on Arch, but also learned a lot from Arch which helped. Try it out on an old machine or VM to see what you can do with it. I’ve plateaued at getting a server up and running, and ricing hyprland, but that is due to lack of time and close to zero knowledge.











  • Nice, thanks. I will defintely check out the awesome-emacs github. How do you search for functions and keybindings within emacs? I’ve heard it documents everything under the sun, but can’t recall where I read that.

    I had used use-package which I agree is easier, but I think there is an issue either with my OS or more likely me, organizing the config.el in NixOS using org-mode to create sections as it works in the normal config files, but does not work in the org-mode style files with #+BEGIN_SRC #+END_SRC sections.


  • I’ve attempted to use emacs with orgmode, but have no programming background. I wanted to go for a vanilla emacs experience that I can add modules to, but have hit a wall. My dream is to replace Vscodium which I use for markdown notes with syncthing and also to manage my NixOS git config files (magit?). It’s probably just time and research, but I wish I could simplify the process a bit. I always seem to destroy the documents I’m attempting to work in and get lost in the emac buffers. Just ranting to see if anyone has any tips or suggestions.