mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
Move files into a sub folder to clean up a bit
This commit is contained in:
parent
8d629a40c6
commit
5edcc12af5
6 changed files with 3 additions and 3 deletions
14
unstable.nix
14
unstable.nix
|
@ -1,14 +0,0 @@
|
|||
{ 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