Some gpt themes + tex modifications + working hyprpaper
This commit is contained in:
parent
84aaa6f6b9
commit
c9bf24c49b
17 changed files with 206 additions and 27 deletions
home/features/desktop/discord
|
@ -13,7 +13,8 @@ in
|
|||
home.packages = [ pkgs.discocss ];
|
||||
|
||||
xdg.configFile."discocss/custom.css".source =
|
||||
themeMap.${config.lib.stylix.scheme.scheme} or themeMap.default;
|
||||
themeMap.${config.lib.stylix.scheme.scheme}
|
||||
or themeMap.default.${config.stylix.polarity};
|
||||
|
||||
satellite.persistence.at.state.apps.Discord.directories = [
|
||||
"${config.xdg.configHome}/discord" # Why tf does discord store it's state here 💀
|
||||
|
|
|
@ -16,5 +16,6 @@ lib.fix (self: {
|
|||
url = "https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css";
|
||||
sha256 = "1wnphnzgv90r5zgxrr5w36pm1wa5qmkyb72gylj4j1wrk3h7vfvc";
|
||||
};
|
||||
default = self."Catppuccin Macchiato";
|
||||
default.dark = self."Catppuccin Macchiato";
|
||||
default.light = self."Catppuccin Latte";
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue