mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref: merged nixos and macOS configuration
This commit is contained in:
parent
76632a9d1c
commit
fcba199e19
21 changed files with 35 additions and 12 deletions
8
nix/home/leana@macOS/fonts.nix
Normal file
8
nix/home/leana@macOS/fonts.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, wired, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
# fonts
|
||||
(nerdfonts.override { fonts = [ "CascadiaCode" "JetBrainsMono" "Meslo" ]; })
|
||||
lmodern
|
||||
cascadia-code
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue