mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update unstable.nix
This commit is contained in:
parent
6ebd12ab38
commit
9f3a06e9e2
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ let
|
||||||
# reuse the current configuration
|
# reuse the current configuration
|
||||||
{ config = config.nixpkgs.config; };
|
{ config = config.nixpkgs.config; };
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.protonvpn-cli
|
unstable.rustc
|
||||||
unstable.protonvpn-gui
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue