add spicetify

This commit is contained in:
notgne2 2023-05-09 12:22:47 -07:00
parent 910c6f46df
commit 4180f7d760
No known key found for this signature in database
3 changed files with 16 additions and 0 deletions

View file

@ -7,6 +7,7 @@ inputs: all: {
imports = [
all
inputs.hyprland.homeManagerModules.default
inputs.spicetify-nix.homeManagerModule
];
programs.direnv = {

View file

@ -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