This commit is contained in:
Tibo De Peuter 2023-10-18 17:27:58 +02:00
parent 65baefa48b
commit 1732827367

View file

@ -19,6 +19,10 @@ in {
initialPassword = "ChangeMe"; 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 { home-manager.users.tdpeuter = lib.mkIf config.sisyphus.programs.home-manager.enable {
programs.home-manager.enable = true; programs.home-manager.enable = true;
@ -27,10 +31,6 @@ in {
homeDirectory = "/home/tdpeuter"; homeDirectory = "/home/tdpeuter";
stateVersion = config.system.stateVersion; 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 # 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. # and the configuration files will be put in place for you.
packages = (with pkgs; [ packages = (with pkgs; [