diff --git a/flake.lock b/flake.lock index 1f10eb8..efc8aa7 100644 --- a/flake.lock +++ b/flake.lock @@ -430,11 +430,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1694162759, - "narHash": "sha256-yrPA6ALSlDmfHjla4I8ZvJKrAMe+SAaIKVWdvaeVYOk=", + "lastModified": 1694167471, + "narHash": "sha256-/SUFUaz7Q7goeCbFd4rKyRPXZfGQzJjyU1tA2fZRNHY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "de26873baa4b59994d5491f4efa90e5716395aec", + "rev": "d1f1457e3f66a757526da0cb49e5f93ba2c5dfc3", "type": "github" }, "original": { diff --git a/users/ultra/home.nix b/users/ultra/home.nix index 3d47388..d548806 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -148,6 +148,7 @@ in { kiwix htmlq lite + comma ]; }; @@ -218,7 +219,8 @@ in { }; vscode = { enable = true; - package = pkgs.vscodium-fhs; + package = pkgs.vscodium; + mutableExtensionsDir = false; extensions = with pkgs.vscode-extensions; [ enkia.tokyo-night # Tokyo Night theme arcticicestudio.nord-visual-studio-code # Nord theme @@ -235,6 +237,9 @@ in { fontLigatures = true; fontFamily = "JetBrainsMono Nerd Font"; }; + workbench = { + colorTheme = "Tokyo Night"; + }; }; };