aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-04-29 19:13:19 +0200
committerschererleander <leander@schererleander.de>2025-04-29 19:13:19 +0200
commit8342f3abaf4167aec9845c173e3325f4fc80a2c3 (patch)
tree7b2fff29a9191e7bb07fb36ccd1af24dffd69181 /modules
parentdb88d50e8924cba8b424c0ea7546b81baccd9c5c (diff)
update spicetify nixcord
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/default.nix2
-rw-r--r--modules/home-manager/nixcord.nix (renamed from modules/home-manager/vencord.nix)0
-rw-r--r--modules/home-manager/spicetify.nix4
3 files changed, 4 insertions, 2 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
index 9e5a958..ebddc5f 100644
--- a/modules/home-manager/default.nix
+++ b/modules/home-manager/default.nix
@@ -9,5 +9,7 @@
./waybar.nix
./neovim/default.nix
./nextcloud.nix
+ ./spicetify.nix
+ ./nixcord.nix
];
}
diff --git a/modules/home-manager/vencord.nix b/modules/home-manager/nixcord.nix
index 8b085c4..8b085c4 100644
--- a/modules/home-manager/vencord.nix
+++ b/modules/home-manager/nixcord.nix
diff --git a/modules/home-manager/spicetify.nix b/modules/home-manager/spicetify.nix
index e331ad3..d961779 100644
--- a/modules/home-manager/spicetify.nix
+++ b/modules/home-manager/spicetify.nix
@@ -1,9 +1,9 @@
{ config, lib, pkgs, inputs, ... }:
let
cfg = config.spicetify;
- spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
+ spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
in {
- options.spicetify.enable = lib.mkEnableOption "Enable and configure Spicetify";
+ options.spicetify.enable = lib.mkEnableOption "Enable Spicetify integration";
config = lib.mkIf cfg.enable {
programs.spicetify = {
enable = true;