1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Fix deprecation waning

This commit is contained in:
RGBCube 2023-10-20 16:54:37 +03:00
parent 8d385bb11d
commit 6275dcfbd6
No known key found for this signature in database

View file

@ -61,7 +61,7 @@
}; };
systemFonts = fonts: { systemFonts = fonts: {
fonts.fonts = fonts; fonts.packages = fonts;
}; };
# HOME # HOME
@ -95,7 +95,7 @@
"flakes" "flakes"
]; ];
networking.hostName = hostName; networking.hostNamev = hostName;
nixpkgs.hostPlatform = hostPlatform; nixpkgs.hostPlatform = hostPlatform;
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;