mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Upload New File
This commit is contained in:
parent
c4ea1959f7
commit
73e276589a
1 changed files with 14 additions and 0 deletions
14
unstable.nix
Normal file
14
unstable.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ...}:
|
||||
|
||||
let
|
||||
unstable = import
|
||||
(builtins.fetchTarball https://github.com/nixos/nixpkgs/tarball/master)
|
||||
# reuse the current configuration
|
||||
{ config = config.nixpkgs.config; };
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
unstable.protonvpn-cli
|
||||
unstable.protonvpn-gui
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue