mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
containers: Fix cursor by inheriting overlays
Previously the old phinger-cursors package was being used without the overlay. This fixes that and ensures that all packages have their appropriate overlays.
This commit is contained in:
parent
6bb9350f7a
commit
5e5d7c0468
@ -1,3 +1,8 @@
|
||||
{ nix-config, ... }:
|
||||
|
||||
let
|
||||
inherit (builtins) attrValues;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../modules/shell.nix
|
||||
@ -15,6 +20,8 @@
|
||||
../home/yazi.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = attrValues nix-config.overlays;
|
||||
|
||||
modules = {
|
||||
desktop.container = true;
|
||||
system.noRoot = true;
|
||||
|
Loading…
Reference in New Issue
Block a user