mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Fix deprecation waning
This commit is contained in:
parent
8d385bb11d
commit
6275dcfbd6
1 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue