feat(ops/nixos): Add initial configuration for host camden

This commit is contained in:
Vincent Ambo 2020-02-11 15:41:00 +00:00
parent a8792f8372
commit 3b88611336
3 changed files with 96 additions and 7 deletions

View file

@ -1,10 +1,8 @@
# This file contains the configuration for my home desktop.
# This file configures nugget, my home desktop machine.
{ pkgs, ... }:
{ pkgs, lib, ... }:
config: let
inherit (pkgs) lib;
nixpkgs = import pkgs.third_party.nixpkgsSrc {
config.allowUnfree = true;
};