Merge remote-tracking branch 'origin/nixos' into nixos-work
This commit is contained in:
commit
7eb7b63684
23 changed files with 1161 additions and 464 deletions
|
|
@ -255,10 +255,11 @@ in
|
|||
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override {
|
||||
packages = [
|
||||
(pkgs.nerdfonts.override {
|
||||
fonts = [ "FiraCode" ];
|
||||
})
|
||||
pkgs.master.intel-one-mono
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue