Files
garandos/modules/core/packages/default.nix
GarandPLG 60d1363f58 Add Fluxer desktop app package
Expose Fluxer as a system package by adding a new fluxer module and
importing it
in the core packages list.
2026-02-16 22:41:30 +01:00

10 lines
135 B
Nix

_: {
nixpkgs.config.allowUnfree = true;
imports = [
./fluxer
./essentials.nix
./packages.nix
./programs.nix
];
}