mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: lix
This commit is contained in:
parent
46cf265a54
commit
e9455b9098
7 changed files with 116 additions and 34 deletions
|
|
@ -53,9 +53,9 @@
|
|||
in {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.stdenv.mkDerivation {
|
||||
package = pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "vscode";
|
||||
version = "1.87.2";
|
||||
version = "1.89.1";
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@
|
|||
logFile = "${config.home.homeDirectory}/Library/Logs/am-discord-rich-presence.log";
|
||||
};
|
||||
|
||||
catppuccin.flavour = "frappe";
|
||||
catppuccin.flavor = "frappe";
|
||||
catppuccin.accent = "sapphire";
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ in {
|
|||
inherit shellAliases;
|
||||
|
||||
localVariables = {
|
||||
vivid_theme = "catppuccin-${config.catppuccin.flavour}";
|
||||
vivid_theme = "catppuccin-${config.catppuccin.flavor}";
|
||||
};
|
||||
|
||||
plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue