diff --git a/README.org b/README.org index ef7d60b..5732870 100644 --- a/README.org +++ b/README.org @@ -518,6 +518,7 @@ acernitro = nixpkgs.lib.nixosSystem { <> <> <> + <> <> <> <> @@ -875,7 +876,7 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/ } #+END_SRC -** TODO Android +** Android This is my Samsung Galaxy S10+[fn:27] running Nix On Droid[fn:10] with the experimental support for Flakes being used to manage the configuration. diff --git a/flake.nix b/flake.nix index 0d52da1..4785f8e 100644 --- a/flake.nix +++ b/flake.nix @@ -47,6 +47,7 @@ ./modules/x11.nix ./modules/ssh.nix ./modules/hugo.nix + ./modules/steam.nix ./modules/docker.nix ./modules/flakes.nix ./modules/cachix.nix