summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6a0a5ec..90c1ebd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -38,6 +38,7 @@
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
+ robotnix.url = "github:nix-community/robotnix";
stylix = {
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
@@ -55,6 +56,7 @@
noshell,
nur,
nvf,
+ robotnix,
stylix,
...
}: let
@@ -117,6 +119,7 @@
builtins.mapAttrs
(hostname: value: configurationWithHomeManager value)
machines;
+ robotnixConfigurations.payton = robotnix.lib.robotnixSystem ./robotnix/payton.nix;
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = import nixpkgs {system = "aarch64-linux";};
modules = [