mirror of
https://git.sr.ht/~neverness/ultima
synced 2024-12-29 17:23:53 +00:00
update
This commit is contained in:
parent
1d500409a4
commit
842556976b
10
README.md
10
README.md
|
@ -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)))))))
|
||||
|
||||
|
|
|
@ -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"; };
|
||||
}
|
||||
|
||||
|
|
|
@ -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 ""; }; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue