Merge remote-tracking branch 'origin/nix' into nix-colors

This commit is contained in:
2024-01-29 20:22:15 -07:00
36 changed files with 598 additions and 510 deletions

View File

@@ -8,7 +8,7 @@
};
};
config = lib.mkIf config.custom.colors.ncspot.enable {
config = {
programs.ncspot.settings.theme = with config.custom.colors; {
# Attempts to look kinda green like the official client

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, config, ... }: {
imports = [ ./colors.nix ];
home.packages = [
@@ -7,6 +7,7 @@
programs.ncspot = {
enable = true;
settings = {
cover_max_scale = 2;
};