Add kicad
This commit is contained in:
parent
53ea7327bf
commit
02585b1f5e
5 changed files with 7 additions and 5 deletions
|
|
@ -58,11 +58,11 @@
|
|||
overlays = [
|
||||
# Combine stable and unstable packages
|
||||
(self: _: {
|
||||
stable = import nixpkgs {
|
||||
stable_pkgs = import nixpkgs {
|
||||
inherit config overlays;
|
||||
inherit (self) system;
|
||||
};
|
||||
unstable = import nixpkgs-u {
|
||||
unstable_pkgs = import nixpkgs-u {
|
||||
inherit config overlays;
|
||||
inherit (self) system;
|
||||
};
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
modules = commonModules ++ [
|
||||
# ./baldur/hardware-configuration.nix
|
||||
./baldur/configuration.nix
|
||||
"${nixpkgs}/nixos/modules/virtualisation/digital-ocean-config.nix"
|
||||
"${nixpkgs}/nixos/modules/virtualisation/digital-ocean-config.nix"
|
||||
./nixos_modules/digitalocean.nix
|
||||
{ home-manager.users.bertof = import ./baldur/hm.nix; }
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue