mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +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: {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue