Compare commits
No commits in common. "07f4fb59abdf3cab88745271575d27b29375b652" and "ccb69a5bcb548b6ba850a454f79c5786e05b8c1d" have entirely different histories.
07f4fb59ab
...
ccb69a5bcb
@ -65,7 +65,7 @@ in
|
||||
krita
|
||||
mpv
|
||||
mumble
|
||||
(lib.warn "pamixer from stable until 383900" stable.pamixer)
|
||||
pamixer
|
||||
rofi-rbw-wayland
|
||||
spicetify-cli
|
||||
spotify
|
||||
|
@ -2,12 +2,8 @@
|
||||
{
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
enableUpdateCheck = true;
|
||||
enableExtensionUpdateCheck = true;
|
||||
userSettings = {
|
||||
"window.titleBarStyle" = "custom";
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
catppuccin.catppuccin-vsc
|
||||
catppuccin.catppuccin-vsc-icons
|
||||
@ -17,6 +13,8 @@
|
||||
ms-vscode-remote.remote-ssh
|
||||
bbenoist.nix
|
||||
];
|
||||
userSettings = {
|
||||
"window.titleBarStyle" = "custom";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user