remove spicetify from repo

This commit is contained in:
Emile Clark-Boman 2025-07-29 14:06:22 +10:00
parent 2d529a46d5
commit da63d4a2be
3 changed files with 0 additions and 34 deletions

View file

@ -9,11 +9,6 @@
# inputs.nixpkgs.follows = "nixpkgs";
#};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
grub2-themes.url = "github:vinceliuice/grub2-themes";
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)

View file

@ -13,7 +13,6 @@ in {
imports = [
./hardware-configuration.nix
(import "${home-manager}/nixos")
# inputs.spicetify-nix.nixosModules.default
../modules/steam.nix
../modules/obsidian.nix
@ -30,25 +29,11 @@ in {
pkgs.steam
pkgs.steamcmd
pkgs.steam-unwrapped
pkgs.spotify
pkgs.dwarf-fortress
];
in
pkg: builtins.elem (lib.getName pkg) whitelist;
# programs.spicetify = let
# spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
# in {
# enable = true;
# enabledExtensions = with spicePkgs.extensions; [
# adblock
# hidePodcasts
# shuffle # shuffle+ (special characters are sanitized out of extension names)
# ];
# #theme = spicePkgs.themes.catppuccin;
# #colorScheme = "mocha";
# };
boot.loader = {
efi = {
canTouchEfiVariables = true;

View file

@ -13,24 +13,10 @@ in {
imports = [
./hardware-configuration.nix
(import "${home-manager}/nixos")
inputs.spicetify-nix.nixosModules.default
../modules/steam.nix
];
programs.spicetify = let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in {
enable = true;
enabledExtensions = with spicePkgs.extensions; [
adblock
hidePodcasts
shuffle # shuffle+ (special characters are sanitized out of extension names)
];
#theme = spicePkgs.themes.catppuccin;
#colorScheme = "mocha";
};
boot.loader.systemd-boot.enable = false;
boot.loader = {
efi = {