Fix font
This commit is contained in:
parent
65baefa48b
commit
1732827367
1 changed files with 4 additions and 4 deletions
|
@ -19,6 +19,10 @@ in {
|
|||
initialPassword = "ChangeMe";
|
||||
};
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
font-awesome_5 # Dependency of Vifm config
|
||||
];
|
||||
|
||||
home-manager.users.tdpeuter = lib.mkIf config.sisyphus.programs.home-manager.enable {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
@ -27,10 +31,6 @@ in {
|
|||
homeDirectory = "/home/tdpeuter";
|
||||
stateVersion = config.system.stateVersion;
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
font-awesome_5 # Dependency of Vifm config
|
||||
];
|
||||
|
||||
# If you specify an application here, it will be detected by the configuration module
|
||||
# and the configuration files will be put in place for you.
|
||||
packages = (with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue