restructured directories + modularized btrfs mount
This commit is contained in:
10
bundles/fonts.nix
Normal file
10
bundles/fonts.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.jawz.packages = with pkgs; ([
|
||||
(nerdfonts.override {
|
||||
fonts = [ "CascadiaCode" "ComicShannsMono" "Iosevka" ];
|
||||
})
|
||||
symbola
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user