mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 18:36:59 +02:00
fix: error: attribute 'packages' missing
This commit is contained in:
@@ -32,7 +32,6 @@ in {
|
|||||||
# https://github.com/nixpak/nixpak/blob/master/modules/gui/fonts.nix
|
# https://github.com/nixpak/nixpak/blob/master/modules/gui/fonts.nix
|
||||||
# it works not well, bind system's /etc/fonts directly instead
|
# it works not well, bind system's /etc/fonts directly instead
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
fonts.fonts = config.fonts.packages;
|
|
||||||
# https://github.com/nixpak/nixpak/blob/master/modules/locale.nix
|
# https://github.com/nixpak/nixpak/blob/master/modules/locale.nix
|
||||||
locale.enable = true;
|
locale.enable = true;
|
||||||
bubblewrap = {
|
bubblewrap = {
|
||||||
|
|||||||
Reference in New Issue
Block a user