Skip to content

Commit

Permalink
flake: drop spicetify
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Dec 25, 2024
1 parent 34ed56c commit a5edd0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 64 deletions.
56 changes: 3 additions & 53 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
};

nix-colors.url = "github:misterio77/nix-colors";
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";

vscode-server = {
url = "github:nix-community/nixos-vscode-server";
inputs.nixpkgs.follows = "nixpkgs";
};
vscode-server.url = "github:nix-community/nixos-vscode-server";
};

outputs =
Expand Down
1 change: 0 additions & 1 deletion home/jamie/features/desktop/common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
./gtk.nix
./jetbrains.nix
./kitty.nix
./spotify.nix
./vscode.nix
];

Expand Down
6 changes: 0 additions & 6 deletions home/jamie/features/desktop/common/spotify.nix

This file was deleted.

1 change: 0 additions & 1 deletion home/jamie/global/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ in
with inputs;
[
nix-colors.homeManagerModule
spicetify-nix.homeManagerModules.default
nixvim.homeManagerModules.nixvim
]
++ (builtins.attrValues outputs.homeManagerModules);
Expand Down

0 comments on commit a5edd0a

Please sign in to comment.