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