lib: init

also added globalArgs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-23 20:37:34 +05:30
parent 969eb05a7a
commit 7ed47be803
6 changed files with 63 additions and 11 deletions

View File

@@ -32,13 +32,15 @@
hyprland.url = github:hyprwm/Hyprland;
};
outputs = inputs@{ self, nixpkgs, ... }:
outputs = inputs@{ self, ... }:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" "aarch64-linux" ];
imports = [
./hosts
./home
./pkgs
./lib
];
perSystem = { pkgs, system, ... }: rec {