mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixed formatting
This commit is contained in:
parent
35b944eaee
commit
67ec9df409
1 changed files with 16 additions and 19 deletions
35
flake.nix
35
flake.nix
|
|
@ -20,24 +20,21 @@
|
|||
};
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./sysConfig
|
||||
];
|
||||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./sysConfig
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
homeConfigurations.bryan = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./homeConfig/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations.bryan = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./homeConfig/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue