stockholm/makefu/2configs/home-manager/default.nix

11 lines
166 B
Nix
Raw Normal View History

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