Update flake to support bromine
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -38,6 +38,16 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixosConfigurations.bromine = nixpkgs.lib.nixosSystem {
|
||||||
|
specialArgs = { inherit system; inherit inputs; };
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||||
|
./_hosts/bromine/configuration.nix
|
||||||
|
./nixos-modules
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
homeManagerModules.default = ./nixos-modules/home-manager;
|
homeManagerModules.default = ./nixos-modules/home-manager;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ in
|
|||||||
extensions = [
|
extensions = [
|
||||||
# ext."1password-x-password-manager"
|
# ext."1password-x-password-manager"
|
||||||
ext.ublock-origin
|
ext.ublock-origin
|
||||||
|
ext.plasma-integration
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user