remove spicetify from repo
This commit is contained in:
parent
2d529a46d5
commit
da63d4a2be
3 changed files with 0 additions and 34 deletions
|
|
@ -9,11 +9,6 @@
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
#};
|
#};
|
||||||
|
|
||||||
spicetify-nix = {
|
|
||||||
url = "github:Gerg-L/spicetify-nix";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
grub2-themes.url = "github:vinceliuice/grub2-themes";
|
grub2-themes.url = "github:vinceliuice/grub2-themes";
|
||||||
|
|
||||||
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)
|
# is this necessary? (aren't I enabling it in `configuration.nix` anyways?)
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
# inputs.spicetify-nix.nixosModules.default
|
|
||||||
|
|
||||||
../modules/steam.nix
|
../modules/steam.nix
|
||||||
../modules/obsidian.nix
|
../modules/obsidian.nix
|
||||||
|
|
@ -30,25 +29,11 @@ in {
|
||||||
pkgs.steam
|
pkgs.steam
|
||||||
pkgs.steamcmd
|
pkgs.steamcmd
|
||||||
pkgs.steam-unwrapped
|
pkgs.steam-unwrapped
|
||||||
pkgs.spotify
|
|
||||||
pkgs.dwarf-fortress
|
pkgs.dwarf-fortress
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
pkg: builtins.elem (lib.getName pkg) whitelist;
|
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 = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
|
|
|
||||||
|
|
@ -13,24 +13,10 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
inputs.spicetify-nix.nixosModules.default
|
|
||||||
|
|
||||||
../modules/steam.nix
|
../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.systemd-boot.enable = false;
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue