From 46823d62e545da2b2912f43798d9d9fe61a2b2c2 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 6 Aug 2024 10:41:57 -0500 Subject: [PATCH] Add bigtower --- flake.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/flake.nix b/flake.nix index c5af357..cecc4c2 100644 --- a/flake.nix +++ b/flake.nix @@ -291,6 +291,34 @@ ]; }; + bigtower = nixpkgs-unstable.lib.nixosSystem { + system = "x86_64-linux"; + modules = with nixosModules; [ + home-manager-unstable-defaults + + outputs.diskoConfigurations.unencrypted + hardware.nixosModules.common-cpu-amd + hardware.nixosModules.common-pc-ssd + + common + # wifi + graphical-workstation + music-production + gaming + + ./nixos/bigtower.nix + + { + home-manager.users.daniel = { + imports = with homeManagerModules; [ + firefox-no-tabs + linux-desktop-environment-config + ]; + }; + } + ]; + }; + htpc = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = with nixosModules; [