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