feat(ops/nixos): Add initial configuration for host camden
This commit is contained in:
parent
a8792f8372
commit
3b88611336
3 changed files with 96 additions and 7 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue