miaou
This commit is contained in:
parent
7609e5bf35
commit
f68bfca433
3 changed files with 3 additions and 4 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,4 +0,0 @@
|
||||||
[submodule "hm-config"]
|
|
||||||
path = hm-config
|
|
||||||
url = https://github.com/EniumRaphael/home-manager
|
|
||||||
branch = full-nix-config
|
|
||||||
|
|
@ -19,7 +19,9 @@
|
||||||
nixosConfigurations."nixos-fix" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."nixos-fix" = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
home-manager.nixosModules.home-manager
|
||||||
./hosts/fix/configuration.nix
|
./hosts/fix/configuration.nix
|
||||||
|
./hm-config/host/fix.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nixosConfigurations."nixos-asahi" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."nixos-asahi" = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
1
hm-config
Submodule
1
hm-config
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e85d7b098d72ef531fb36d34fd828c617b1ab610
|
||||||
Loading…
Add table
Add a link
Reference in a new issue