From d0c3c751ed7bec0ca93a1533eeec680f14731362 Mon Sep 17 00:00:00 2001 From: Felix Bruns Date: Wed, 3 Sep 2025 19:51:34 +0200 Subject: [PATCH] adding another host --- flake.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/flake.nix b/flake.nix index 5086cf3..c5b22d6 100755 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,20 @@ } ]; }; + Felix-Thinclient = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./configuration.nix + home-manager.nixosModules.home-manager { + home-manager.useGlobalPkgs = true; + home-manager.useUserPackages = true; + home-manager.users.felix = import ./home.nix; + home-manager.sharedModules = [ + plasma-manager.homeManagerModules.plasma-manager + ]; + } + ]; + }; }; }; } \ No newline at end of file