Find a file
Magic_RB d0608e3407
Clean up tempel templates
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2023-02-02 10:15:59 +01:00
emacs-lisp Clean up tempel templates 2023-02-02 10:15:59 +01:00
home-manager/modules Fix tree-sitter grammar folder for Emacs 2023-02-02 10:15:32 +01:00
LICENSES Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
modules Fix font in xmobar and make fields fixed-width 2023-02-02 10:08:37 +01:00
nix Large rework and cleanup 2022-07-31 11:03:59 +02:00
nixos Set minimum free space for ZFS ARC on omen 2023-02-02 10:15:02 +01:00
org@f3069e1e78 Merge branch 'master' of github.com:MagicRB/dotfiles into master 2020-09-19 14:30:40 +02:00
overlays Add tree-sitter to emacs 2023-01-15 01:19:38 +01:00
secret@36790fbf7b secret :) 2022-08-27 23:20:55 +02:00
terraform Update terraform modules 2022-11-30 18:52:47 +01:00
.envrc Large rework and cleanup 2022-07-31 11:03:59 +02:00
.gitignore Minor change to .gitignore 2022-09-17 11:59:45 +02:00
.gitmodules Large rework and cleanup 2022-07-31 11:03:59 +02:00
COPYING Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
COPYING.LESSER Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
default.nix Large rework and cleanup 2022-07-31 11:03:59 +02:00
flake.lock Update inputs 2022-11-30 23:04:07 +01:00
flake.nix Switch to specific sourcehut inputs 2022-11-23 21:00:58 +01:00
lefthook.yaml Large rework and cleanup 2022-07-31 11:03:59 +02:00
README.md Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
README.org Add README.org and LICENSES 2022-09-17 11:27:30 +02:00
redalder.org.crt Large rework and cleanup 2022-07-31 11:03:59 +02:00
redalder.org.crt.license Large rework and cleanup 2022-07-31 11:03:59 +02:00

This repo contains my dotfiles, you'll find the NixOS configurations for all my machines that are running NixOS and home-manager configs for those that are not. Next you'll find my Emacs configuration and the Hashicorp stack. Lastly there are a few random thingies that aren't big enough to mention, but still cool if you're interested in them.

Structure

  • nixos/ - configuration files related to NixOS itself
    • hardware/ - configuration files specific to the hardware of my physical machines
    • modules/ - reusable NixOS modules of varying quality
    • profiles/ - machine profiles, like vps or workstation, they apply settings to a group of machines
    • secret-lib/ - a library bridging the gap between my public and public configuration
    • systems/ - the actual system configurations
  • nix/ - legacy junk I need to clean up
  • home-manager/ - configration files related to home-manager
  • modules/ - flake-parts modules that drive this flake
  • overlays/ - nixpkgs overlays, some are just imports and slight modifications of externals overlays
  • org/ - once again legacy junk I need to clean up
  • secret/ - submodule containing the secret parts of my dotfiles
  • terraform/ - the Terraform configuration driving the mostly HashiCorp infrastructure in my configuration

License

This project follows REUSE so all files have their own specific license. But as of writing this, the only license in use is LGPLv3.0. The project root contains a COPYING and COPYING.LESSER as required for the proper use of the LGPL license.