mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Formatted properly
This commit is contained in:
parent
244e488e39
commit
c23f4ada60
1 changed files with 19 additions and 19 deletions
38
flake.nix
38
flake.nix
|
|
@ -15,28 +15,28 @@
|
|||
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./sysConfig
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
homeConfigurations.bryan = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./homeConfig/home.nix
|
||||
];
|
||||
};
|
||||
{
|
||||
nixosConfigurations.socrates = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
./sysConfig
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
homeConfigurations.bryan = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
modules = [
|
||||
./homeConfig/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue