1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +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: {
fonts.fonts = fonts;
fonts.packages = fonts;
};
# HOME
@ -95,7 +95,7 @@
"flakes"
];
networking.hostName = hostName;
networking.hostNamev = hostName;
nixpkgs.hostPlatform = hostPlatform;
home-manager.useGlobalPkgs = true;