fix: replace deprecated function
This commit is contained in:
parent
cf7d40add4
commit
fb1f04dd8f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
|
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.fonts = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
nerdfonts
|
nerdfonts
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue