1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-01 15:53:52 +00:00
This commit is contained in:
neverness 2024-11-24 17:30:09 +09:00
parent 1d500409a4
commit 842556976b
3 changed files with 8 additions and 8 deletions

View file

@ -63,15 +63,15 @@
</details> </details>
![aye](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/fetch.png) ![aye](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/fetch.jpeg)
![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/spotify.png) ![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/spotify.jpeg)
![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/top.png) ![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/top.jpeg)
![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/yazi.png) ![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/yazi.jpeg)
![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/adam_yeee_father.png) ![ауе](https://git.sr.ht/~neverness/design/blob/main/dotfiles/workst/adam_yeee_father.jpeg)
#### ENGLISH OR SPANISH??? WHOEVER MOVES IS GAY))))))) #### ENGLISH OR SPANISH??? WHOEVER MOVES IS GAY)))))))

View file

@ -1,7 +1,7 @@
{ inputs, config, ... }: { { inputs, config, ... }: {
stylix = let stylix = let
design = inputs.design; design = inputs.design;
cfg = config.module.themes.stylix.theme; cfg = config.module.themes.stylix;
in { base16Scheme = "${design}/base16/${cfg.theme}.yaml"; }; in { base16Scheme = "${design}/base16/${cfg.theme}.yaml"; };
} }

View file

@ -1,10 +1,10 @@
{ lib, config, inputs, True, ... }: { pkgs, lib, config, inputs, True, ... }:
with lib; with lib;
let let
cfg = config.module.programs.gui.spotify; cfg = config.module.programs.gui.spotify;
spicePkgs = inputs.spicetify.legacyPackages.${system}; spicePkgs = inputs.spicetify.legacyPackages.${pkgs.system};
in { in {
options = { module.programs.gui.spotify = { enable = mkEnableOption ""; }; }; options = { module.programs.gui.spotify = { enable = mkEnableOption ""; }; };