~glorifiedgluer/dotfiles

Home to my personal configuration files
feat(emacs): add pgtk
feat(hosts): add desktop
fix(emacs): change emacs package

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~glorifiedgluer/dotfiles
read/write
git@git.sr.ht:~glorifiedgluer/dotfiles

You can also use your local clone with git send-email.

#dotfiles

OS NixOS Shell Bash Shell Bash

Home to my personal configuration files.

#Technologies

#Repository structure

  • home: Home Manager configuration;
  • hosts: hosts configurations;
  • modules: Nix Modules;
  • nixos: Common NixOS configurations;
  • pkgs: My custom packages;
  • prelude: collection of functions and attributes I use extensively throughout my configurations;
  • templates: Nix Flake templates that I use to start new projects or package existing ones.
    • Run nix flake init -t github:ratsclub/dotfiles#templates.<template> to use the templates. See the default.nix file for a complete list of available templates.