Compare commits
4 Commits
a8468bf13f
...
853cfba840
| Author | SHA1 | Date | |
|---|---|---|---|
| 853cfba840 | |||
|
e0626a3644
|
|||
|
b7ee91cf1a
|
|||
|
4f7ea84a8b
|
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.packages = 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
|
||||
];
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home-manager/fonts.nix
|
||||
../../modules/home-manager/git.nix
|
||||
../../modules/home-manager/nixvim.nix
|
||||
../../modules/home-manager/programs.nix
|
||||
|
||||
Reference in New Issue
Block a user