add spicetify
This commit is contained in:
parent
910c6f46df
commit
4180f7d760
3 changed files with 16 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue