Here is my configuration for NixOS. It's still a work in progress but it's getting cooler by the day!
If you have any tips or questions please feel free to tell/ask me!
- flake-config: where the flake.nix lies
- user-config: for user-wide programs and configs; used by home-manager
- system-config: for system-wide programs and configs; usually used by nixos itself
- images: centralized place for all the configs to use images
- colorscheme: centralized place for all the configs to use a colorscheme
- python-env: custom python environments
- configure zathura
- configure mangowc, riverwm, swaywm, etc.
- quickshell maybe?
Thank you so much to @Nathan13888 for helping me get started w/NixOS, nix flakes, home-manager, etc Thank you so much to @PacificViking for helping me with my problems Thank you so much to @fndov and @ArcoNightshade for teaching me even more about Nix