use inputs for nix-colors

This commit is contained in:
Noa Aarts 2025-03-29 22:10:18 +01:00
parent c6ce360e08
commit 8554883fe6
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 2 additions and 6 deletions

View file

@ -1,10 +1,10 @@
{ {
nix-colors, inputs,
... ...
}: }:
{ {
imports = [ imports = [
nix-colors.homeManagerModules.default inputs.nix-colors.homeManagerModules.default
]; ];
colorScheme = { colorScheme = {

View file

@ -3,11 +3,7 @@
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ {
config,
pkgs, pkgs,
inputs,
nix-colors,
lib,
... ...
}: }:
{ {