Added macintosh

This commit is contained in:
Julien Malka 2021-12-19 19:09:09 +01:00
parent 8293c6593e
commit 5381c1b837
5 changed files with 511 additions and 22 deletions

View file

@ -1,7 +1,8 @@
{
description = "A flake for my personnal configurations";
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -14,6 +15,11 @@
url = "github:JulienMalka/homepage";
flake = false;
};
hardware = {
url = "github:NixOS/nixos-hardware";
};
};
outputs = { self, home-manager, nixpkgs, neovim-nightly-overlay, nur, ... }@inputs: