This commit is contained in:
Mars 2024-10-02 17:46:56 -04:00
parent ee5244c63f
commit a1115d88b4
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
3 changed files with 52 additions and 35 deletions

View file

@ -6,12 +6,27 @@
}: {
environment.variables.FLAKE = "/Users/marshall/nix-config";
fonts.packages = with pkgs; [
font-awesome
inter
maple-mono
nerdfonts
];
fonts.packages = with pkgs; ([
etBook
font-awesome
inter
maple-mono
nerdfonts
]
++ (with iosevka-comfy; [
comfy
comfy-duo
comfy-fixed
comfy-motion
comfy-motion-duo
comfy-motion-fixed
comfy-wide
comfy-wide-duo
comfy-wide-fixed
comfy-wide-motion
comfy-wide-motion-duo
comfy-wide-motion-fixed
]));
networking = {
computerName = "MacBook Air";