summaryrefslogtreecommitdiff
path: root/home/programs
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-14 18:29:31 +0100
committeradikro <adikro@disroot.org>2025-11-14 18:29:31 +0100
commit4e3c8eff1407291ce64254d3eeed8de5f9677a0b (patch)
treef25857ce71e3d16460c3677274f0b3974cb4f3ac /home/programs
parent97e4587c34fc860dcad69d6f7b1c60dbc798e566 (diff)
changed nixvim config a bit and added some fonts
Diffstat (limited to 'home/programs')
-rw-r--r--home/programs/nixcord.nix3
-rw-r--r--home/programs/spicetify.nix3
2 files changed, 2 insertions, 4 deletions
diff --git a/home/programs/nixcord.nix b/home/programs/nixcord.nix
index ead23aa..2f73eb1 100644
--- a/home/programs/nixcord.nix
+++ b/home/programs/nixcord.nix
@@ -1,7 +1,6 @@
-{ pkgs, inputs, lib, config, ... }:
+{ inputs, ... }:
{
imports = [ inputs.nixcord.homeModules.nixcord ];
-
programs.nixcord = {
enable = true;
discord.enable = false;
diff --git a/home/programs/spicetify.nix b/home/programs/spicetify.nix
index a581bd6..9d66181 100644
--- a/home/programs/spicetify.nix
+++ b/home/programs/spicetify.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, inputs, ... }:
+{ pkgs, inputs, ... }:
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
@@ -15,7 +15,6 @@ in {
hidePodcasts
];
-# theme = spicePkgs.themes.onepunch;
theme = spicePkgs.themes.catppuccin;
colorScheme = "mocha";
};