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