Add kicad

This commit is contained in:
Filippo Berto 2023-02-14 11:00:26 +01:00
parent 53ea7327bf
commit 02585b1f5e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
5 changed files with 7 additions and 5 deletions

View file

@ -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; }
];