feat: update frameowkr hardware and docker no pod

This commit is contained in:
Jet Pham 2025-09-02 15:10:57 -07:00
parent 659d79265e
commit dd59d1808c
No known key found for this signature in database
5 changed files with 96 additions and 32 deletions

View file

@ -5,6 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware";
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
@ -15,6 +16,7 @@
self,
nixpkgs,
home-manager,
nixos-hardware,
...
}: {
nixosConfigurations = {
@ -22,6 +24,7 @@
system = "x86_64-linux";
modules = [
./configuration.nix
nixos-hardware.nixosModules.framework-amd-ai-300-series
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;