12 lines
238 B
Nix
12 lines
238 B
Nix
|
{
|
||
|
...
|
||
|
}:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
|
||
|
];
|
||
|
|
||
|
home-manager.users.steveej = import ../../../home-manager/configuration/removable-desktop.nix;
|
||
|
}
|