tidying up
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ inputs, ... }: {
|
||||
flake.nixosModules.fonts = {pkgs, ...}: {
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.iosevka-term-slab
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user