My Nix configurations.
Find a file
2025-03-22 15:45:32 -07:00
assets feat(meta): Write a real readme 2024-11-16 19:38:24 -08:00
homes feat(systems): Add marleycentre config 2025-03-08 19:23:04 -08:00
lib/module fix(home): Submodule opts weren't being detected correctly 2024-11-16 23:29:38 -08:00
modules fix(home/bundles): Properly set priority on mac 2025-03-22 15:45:32 -07:00
overlays chore: Remove uneeded/old modules 2025-03-02 12:19:15 -08:00
packages chore(packages): Remove cz-conventional-gitmoji 2025-03-16 12:32:52 -07:00
secrets feat: Jellyfin on Mopidy 2025-03-15 18:59:27 -07:00
systems feat(darwin): Install floorp through homebrew 2025-03-22 15:05:14 -07:00
.gitignore fix(devenv): Ignore generated files 2024-11-14 18:20:40 -08:00
flake.lock chore: Update 2025-03-18 20:38:18 -07:00
flake.nix fix: Finally fix homeManager/darwin outputs 2025-03-20 19:11:19 -07:00
Justfile Merge branch 'ddclient' 2025-03-09 16:45:10 -07:00
readme.md docs: Update readme 2025-03-09 15:19:37 -07:00
rp-base16.txt feat(home/tmux): Port rose-pine/tmux status bar 2025-03-05 20:07:01 -08:00
stylix.nix fix: Finally fix homeManager/darwin outputs 2025-03-20 19:11:19 -07:00
wallpaper.png fix: Finally fix homeManager/darwin outputs 2025-03-20 19:11:19 -07: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

  • systems: System config
    • systems/x86_64-linux/nyx: My main desktop, running NixOS.
    • systems/aarch64-darwin/mairley: My Macbook Air 2022ish. Main laptop.
  • homes: Home manager config
    • homes/x86_64-linux/marley@nyx: Home configuration for nyx.
    • homes/aarch64-darwin/marley@mairley: Home configuration for mairley.
  • modules: Most config is done here. The file structure is pretty self-explanatory.
    • modules/{home,nixos,darwin}/base: Anything in a base folder directly under a platform folder is always enabled and does not include a <module>.enable option.
      • modules/{home,nixos,darwin}/<category>/base: These are not subject to the above, they simply denote options that apply to the whole category.
  • 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