font added
This commit is contained in:
parent
3be3fd6f2e
commit
122a8a3383
@ -16,6 +16,9 @@
|
|||||||
extraSpecialArgs = {inherit inputs userSettings;};
|
extraSpecialArgs = {inherit inputs userSettings;};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
user.userName = "${userSettings.username}";
|
||||||
|
terminal.font = "${pkgs.nerd-fonts.terminess-ttf}share/fonts/truetype/NerdFonts/Terminess/TerminessNerdFont-Regular.ttf";
|
||||||
|
|
||||||
# Simply install just the packages
|
# Simply install just the packages
|
||||||
environment.packages = with pkgs; [
|
environment.packages = with pkgs; [
|
||||||
nano
|
nano
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user