Skip to content

Commit

Permalink
fix: damogran overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
voobscout committed Sep 1, 2024
1 parent 8100dcb commit 0cb16ca
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cells/nixos/hosts/damogran/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ rec {
pkgs = import inputs.nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
overlays = cell.overlays.default_desktop ++ [
inputs.raspberry-pi-nix.overlays.core
inputs.raspberry-pi-nix.overlays.libcamera
];
overlays =
cell.overlays.emacs
++ cell.overlays.base
++ [
inputs.raspberry-pi-nix.overlays.core
inputs.raspberry-pi-nix.overlays.libcamera
];
};
};

Expand Down

0 comments on commit 0cb16ca

Please sign in to comment.