mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 17:53:17 +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 = [
|
imports = [
|
||||||
../modules/shell.nix
|
../modules/shell.nix
|
||||||
@ -15,6 +20,8 @@
|
|||||||
../home/yazi.nix
|
../home/yazi.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.overlays = attrValues nix-config.overlays;
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
desktop.container = true;
|
desktop.container = true;
|
||||||
system.noRoot = true;
|
system.noRoot = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user