mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 07:44:58 +08:00
update
This commit is contained in:
parent
3e4d388c60
commit
7a2e49a1da
2 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,8 @@
|
|||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# (vscode-with-extensions.override
|
||||
# { vscodeExtensions = with vscode-extensions; [ ms-vsliveshare.vsliveshare ]; })
|
||||
vscode
|
||||
nodejs-14_x # Need this for https://nixos.wiki/wiki/Vscode server
|
||||
];
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# https://status.nixos.org/
|
||||
#
|
||||
# This ensures that we always use the official nix cache.
|
||||
nixpkgs.url = "github:nixos/nixpkgs/2deb07f3ac4eeb5de1c12c4ba2911a2eb1f6ed61";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/c5ed8beb478a8ca035f033f659b60c89500a3034";
|
||||
|
||||
nixos-hardware.url = github:NixOS/nixos-hardware/master;
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue