This commit is contained in:
Tibo De Peuter 2023-10-18 17:27:58 +02:00
parent 4086899d28
commit ea783ff8ec

View file

@ -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; [