Change jovian nixos to a flake import instead of a normal import

This commit is contained in:
Lillian Violet 2024-01-11 13:24:48 +01:00
parent 6bafd9a3d7
commit a433e98f0b
2 changed files with 3 additions and 12 deletions

View file

@ -10,6 +10,8 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Also see the 'unstable-packages' overlay at 'overlays/default.nix'.
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
# Home manager
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";