added nerdfonts-martian mono
deleted old shtuff
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./hjem.nix
|
||||
./network.nix
|
||||
./packages.nix
|
||||
|
||||
6
modules/core/fonts.nix
Normal file
6
modules/core/fonts.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.martian-mono
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user