1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2024-12-29 17:23:53 +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>
![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)))))))

View file

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

View file

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