Skip to content

Commit

Permalink
Add framework hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
iancleary committed Sep 29, 2024
1 parent a73d290 commit a986bfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
./wsl/windows-tower/default.nix
];
};
# Ubuntu WSL at home
framework = home-manager.lib.homeManagerConfiguration {
pkgs = legacyPackages.x86_64-linux;
extraSpecialArgs = specialArgs;
modules = defaultHomeManagerModules ++ [
./wsl/windows-tower/default.nix
];
};
};
};
}

0 comments on commit a986bfa

Please sign in to comment.