aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
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;