mirror of
https://github.com/davegallant/nix-config
synced 2025-08-11 16:22:28 +00:00
Compare commits
2 Commits
2ff5645d54
...
417a477ea3
Author | SHA1 | Date | |
---|---|---|---|
417a477ea3 | |||
4325c113fe |
4
home.nix
4
home.nix
@@ -380,9 +380,9 @@ in
|
||||
|
||||
vscode = {
|
||||
enable = stdenv.isLinux;
|
||||
package = pkgs.vscode;
|
||||
package = unstable.vscode;
|
||||
extensions =
|
||||
with pkgs.vscode-extensions;
|
||||
with unstable.vscode-extensions;
|
||||
[
|
||||
bbenoist.nix
|
||||
github.vscode-pull-request-github
|
||||
|
@@ -102,6 +102,7 @@ in
|
||||
onlyoffice-desktopeditors
|
||||
opensnitch-ui
|
||||
pavucontrol
|
||||
pciutils
|
||||
pika-backup
|
||||
pinentry-curses
|
||||
protonvpn-gui
|
||||
|
Reference in New Issue
Block a user