add spicetify
This commit is contained in:
parent
910c6f46df
commit
4180f7d760
@ -2,6 +2,12 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
||||
spicetify-nix = {
|
||||
url = "github:the-argus/spicetify-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
home-manager = {
|
||||
|
@ -7,6 +7,7 @@ inputs: all: {
|
||||
imports = [
|
||||
all
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
inputs.spicetify-nix.homeManagerModule
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
|
@ -9,9 +9,18 @@ inputs: {
|
||||
url = "https://raw.githubusercontent.com/eprints/eprints3.4/master/lib/mime.types";
|
||||
sha256 = "0cdhq71wk5h3zcfrz8dyqc3vrjyikwjqsla855v036r54lch0kn2";
|
||||
};
|
||||
|
||||
spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default;
|
||||
in {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.spicetify = {
|
||||
theme = spicePkgs.themes.catppuccin-macchiato;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
# fixEnhance
|
||||
];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bat
|
||||
fzf
|
||||
|
Loading…
Reference in New Issue
Block a user