5 lines
200 B
Nix
5 lines
200 B
Nix
{ config, pkgs, lib, ... }: {
|
|
imports =
|
|
[ ./multimedia.nix ./security.nix ./applications ./work ./mimetypes.nix ];
|
|
home-manager.users.fhauser.home.stateVersion = config.system.stateVersion;
|
|
}
|