ref(home-manager): is a flake now

This commit is contained in:
Léana 江 2023-12-30 12:06:41 +01:00 committed by Léana 江
parent 978968fbc7
commit d38927c9ef
6 changed files with 222 additions and 112 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, wired, ... }: {
home.packages = with pkgs; [
# fonts
(nerdfonts.override { fonts = [ "CascadiaCode" "JetBrainsMono" "Meslo" ]; })
lmodern
cascadia-code
];
}