test
This commit is contained in:
parent
175cea30c4
commit
72935050d1
1 changed files with 8 additions and 8 deletions
16
flake.nix
16
flake.nix
|
@ -104,16 +104,16 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
nur.overlay
|
nur.overlay
|
||||||
];
|
];
|
||||||
};
|
} # home-manager
|
||||||
|
|
||||||
# Import hyprland configs for home manager
|
|
||||||
homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration {
|
|
||||||
modules = [
|
|
||||||
hyprland.homeManagerModules.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
]; # modules
|
]; # modules
|
||||||
}; # lib.nixosSystem - ${hostname}
|
}; # lib.nixosSystem - ${hostname}
|
||||||
}; # nixosConfiguration
|
}; # nixosConfiguration
|
||||||
|
|
||||||
|
# Import hyprland configs for home manager
|
||||||
|
homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration {
|
||||||
|
modules = [
|
||||||
|
hyprland.homeManagerModules.default
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue