mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 06:53:02 -04:00
horror
This commit is contained in:
parent
f20c16ac95
commit
0a50b61903
175 changed files with 305 additions and 22000 deletions
|
@ -1,9 +1,13 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
{ pkgs, lib, config, inputs, ... }: {
|
||||
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.default
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"spotify"
|
||||
];
|
||||
|
||||
programs.spicetify =
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
||||
|
@ -16,5 +20,5 @@
|
|||
];
|
||||
theme = spicePkgs.themes.comfy;
|
||||
colorScheme = "Hikari";
|
||||
}
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue