restructure
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
{ inputs, ... }: {
|
||||
{ ... }: {
|
||||
|
||||
flake.homeModules.nathan-pywal = { config, lib, pkgs, ... }: {
|
||||
|
||||
config = {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
inputs.nixvim.packages.${pkgs.stdenv.hostPlatform.system}.pywal
|
||||
pywal16
|
||||
imagemagick
|
||||
];
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user