mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
treewide: refactor, nix, overlays -> packages
This commit is contained in:
parent
d6238e12af
commit
eb6b664802
23 changed files with 240 additions and 308 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, flake', ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
inter
|
||||
public-sans
|
||||
ibm-plex
|
||||
|
||||
ryan-mono-bin
|
||||
flake'.packages.ibm-plex-compat
|
||||
flake'.packages.ryan-mono-bin
|
||||
|
||||
# Install the variable fonts for Cascadia Code (which
|
||||
# are recommended) instead of the static fonts
|
||||
|
|
@ -17,6 +17,8 @@
|
|||
'';
|
||||
})
|
||||
|
||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
||||
(nerdfonts.override {
|
||||
fonts = [ "NerdFontsSymbolsOnly" ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue