feature(fonts): add fonts user module and add 0xProto font #13
11
modules/home-manager/fonts.nix
Normal file
11
modules/home-manager/fonts.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# user fonts
|
||||
home.package = with pkgs; [
|
||||
nerd-fonts._0xproto
|
||||
nerd-fonts.sauce-code-pro
|
||||
powerline-fonts
|
||||
powerline-symbols
|
||||
];
|
||||
}
|
||||
@@ -6,9 +6,6 @@
|
||||
discord
|
||||
fastfetch
|
||||
keepassxc
|
||||
nerd-fonts.sauce-code-pro
|
||||
powerline-fonts
|
||||
powerline-symbols
|
||||
screenfetch
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user