Mitigate deprecations
This commit is contained in:
parent
f2977680be
commit
3fff9d2185
|
@ -135,7 +135,7 @@ let systemInformation = import ./system/system-information.nix; in
|
|||
totem
|
||||
];
|
||||
fonts = {
|
||||
fonts = with pkgs; with import packages/all-packages.nix nixpkgs; [
|
||||
packages = with pkgs; with import packages/all-packages.nix nixpkgs; [
|
||||
justseeds
|
||||
manrope
|
||||
google-fonts
|
||||
|
@ -143,7 +143,7 @@ let systemInformation = import ./system/system-information.nix; in
|
|||
atkinson-hyperlegible
|
||||
];
|
||||
fontDir.enable = true;
|
||||
enableDefaultFonts = true;
|
||||
enableDefaultPackages = true;
|
||||
fontconfig.defaultFonts = {
|
||||
sansSerif = ["Atkinson Hyperlegible"];
|
||||
monospace = ["Comic Mono:style=Normal"];
|
||||
|
@ -164,7 +164,7 @@ let systemInformation = import ./system/system-information.nix; in
|
|||
dataDir = "/home/ember";
|
||||
configDir = "/home/ember/.config/syncthing";
|
||||
user = "ember";
|
||||
devices = {
|
||||
settings.devices = {
|
||||
redwood.name = "🍂 Redwood";
|
||||
redwood.id =
|
||||
"WY2GFMX-CQ52VBK-M3Y4JJH-4FIA6F2-NGB3S2I-SJ42D45-7FT77KH-2OGO2AZ";
|
||||
|
|
Loading…
Reference in a new issue