Add multiple hosts & restructure things

This commit is contained in:
2024-01-30 02:51:16 +00:00
parent f5f1a2b69c
commit 5e5508ec84
37 changed files with 596 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;
};