nixos-config/2configs/home-manager/default.nix

11 lines
166 B
Nix
Raw Normal View History

2018-09-19 02:52:58 +02:00
{
imports = [
<home-manager/nixos>
];
home-manager.users.makefu = {
};
2018-10-21 23:28:52 +02:00
environment.variables = {
GTK_DATA_PREFIX = "/run/current-system/sw";
};
2018-09-19 02:52:58 +02:00
}