Enable further handling via home-manager

Extend support of ubuntu as host system.
Expose installed fonts.
This commit is contained in:
Daniel Siepmann 2022-05-20 13:47:03 +02:00
parent 9085969661
commit f324d067ac
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -35,6 +35,8 @@
inherit pkgs;
};
targets.genericLinux.enable = true;
nix = import ./home/programs/nix.nix {
inherit pkgs;
};
@ -72,6 +74,8 @@
};
fonts.fontconfig.enable = true;
xsession = import ./home/xsession.nix {
inherit config pkgs;
};