2018-10-31 19:52:39 +01:00
|
|
|
{
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
|
|
|
|
];
|
|
|
|
|
2018-11-03 19:33:58 +01:00
|
|
|
home-manager.users.steveej = import ../../../home-manager/configuration/graphical-removable.nix;
|
2018-10-31 19:52:39 +01:00
|
|
|
}
|