rix101/modules/home-manager
reo101 2941536b80
refactor(flake)!: export packages using a flake module
Also stop passing `outputs` around, prefer `inputs.self`
Also put all `auto_` in `readOnly` `internal` options
- `autoModules`, `autoConfigurations` and `autoPackages`
Do not export packages as overlay (causes an infinite recursion)
- this is documented on the two places it has effect on
-- in `./overlays/default.nix` and `./modules/flake/configurations.nix`
-- in `autoConfigurations` we manually extend `pkgs` with the flake packages
Allow packages to say what `systems` they are compatible with
- See `./pkgs/swww/systems.nix` - disabled for all systems
- See `./pkgs/pngpaste/systems.nix` - enabled only for `darwin` targets
2024-07-29 01:54:22 +03:00
..
darwin-trampolines refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
nix-general refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
reo101-river fix(swww)!: remove 2024-07-25 13:45:31 +03:00
reo101-scm feat(home-manager): add scm module 2024-07-19 01:40:36 +03:00
reo101-shell feat(shell)!: update zsh plugins 2024-07-21 18:04:41 +03:00
reo101-spotify refactor(flake)!: export packages using a flake module 2024-07-29 01:54:22 +03:00
reo101-wezterm feat(wezterm): disable bell 2024-07-21 17:47:55 +03:00
README.md feat(flake)!: convert to fs-defined modules 2023-07-25 21:08:46 +03:00

Add your reusable home-manager modules to this directory (https://nixos.wiki/wiki/Module)

These are considered modules:

  • files, ending in .nix (excluding default.nix)
  • directories, containing default.nix