My Nix configurations.
Find a file
2025-06-04 18:51:57 -07:00
assets feat(meta): Write a real readme 2024-11-16 19:38:24 -08:00
flake fix: apply wezterm overlay 2025-06-04 18:47:39 -07:00
hosts fix: disable nvidia settings 2025-06-01 21:02:01 -07:00
lib feat: starship 2025-05-31 12:34:57 -07:00
modules fix: re-enable CSD now that wezterm overlay is applied 2025-06-04 18:51:57 -07:00
overlays fix: apply wezterm overlay 2025-06-04 18:47:39 -07:00
packages feat: custom packages migrated 2025-05-25 11:55:29 -07:00
secrets feat: Jellyfin on Mopidy 2025-03-15 18:59:27 -07:00
.gitignore fix(devenv): Ignore generated files 2024-11-14 18:20:40 -08:00
flake.lock chore: update flake.lock 2025-05-25 12:14:49 -07:00
flake.nix feat: break flake.nix into smaller chunks 2025-05-25 12:48:11 -07:00
Justfile feat: customize label 2025-06-03 19:44:24 -07:00
layout.txt feat: profiles 2025-05-25 19:42:48 -07:00
readme.md docs: update readme 2025-06-04 18:47:39 -07:00
repl.nix feat: nix repl 2025-04-06 11:34:15 -07:00
rp-base16.txt feat(home/tmux): Port rose-pine/tmux status bar 2025-03-05 20:07:01 -08:00

The Nix logo recolored with the colors of the lesbian flag.

marleyOS

Last Commit Built With

My dotfiles.

🩷 About

This is my personal system configuration. You are welcome to use it, but I wouldn't advise doing so. It's written to be publicly accessible but not publicly released, therefore things are likely to break.

🥚 Inputs

🐣 Outputs

  • hosts: System config
    • hosts/nyx: My main desktop, running NixOS.
    • hosts/mairley: My Macbook Air 2022ish. Main laptop.
    • hosts/marleycentre: My LAN server.
    • hosts/marleynet: My public server.
  • modules: Most config is done here. The file structure is pretty self-explanatory.
    • modules/base: Config that applies to both NixOS & macOS.
    • modules/{nixos,darwin,home}/shell: Config related to the graphical environment. That includes theming, window managers/desktop environments, display managers, etc.
  • overlays
    • overlays/firefox-addons: A few addons that weren't in rycee's NUR repo.
    • overlays/ddclient: Pull in a specific version newer than what's in nixpkgs because I need Porkbun support.
    • overlays/maple-mono-NF: Use my build of Maple Mono NF.
  • packages
    • packages/CEmu-TI-84-Plus-CE: CEmu wrapped to include my config. I believe it still needs the ROM downloaded separately to function.
    • packages/figlet-xero-fonts: Adding in xero's custom fonts.
    • packages/phpstorm-with-node: PHPStorm wrapped to give it access to NodeJS.

🫶 Credits