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