Merge remote-tracking branch 'origin/nix' into nix-colors
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user