revert to sajenim
This commit is contained in:
parent
7564df522d
commit
41ea3478ec
14 changed files with 7 additions and 7 deletions
|
@ -85,12 +85,12 @@
|
|||
# Standalone home-manager configuration entrypoint
|
||||
# Available through 'home-manager --flake .#your-username@your-hostname'
|
||||
homeConfigurations = {
|
||||
"erika@fuchsia" = home-manager.lib.homeManagerConfiguration {
|
||||
"sajenim@fuchsia" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
modules = [
|
||||
# > Our main home-manager configuration file <
|
||||
./home-manager/erika/home.nix
|
||||
./home-manager/sajenim/home.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue