mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Add exclude_packages to allow modifying default install
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
inputs: {
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
packages = import ../packages.nix {inherit pkgs;};
|
||||
packages = import ../packages.nix {inherit pkgs lib; exclude_packages = config.omarchy.exclude_packages;};
|
||||
|
||||
themes = import ../themes.nix;
|
||||
selectedTheme = themes.${config.omarchy.theme};
|
||||
|
||||
Reference in New Issue
Block a user