prepare android

This commit is contained in:
2026-01-21 09:22:22 -06:00
parent 1ada91d5ef
commit b893475db6
8 changed files with 37 additions and 49 deletions

View File

@@ -1,18 +1,12 @@
{ config, lib, pkgs, inputs, ... }: {
imports = [
./git
./nh
./hyprland
./hyprpanel
./terminal
./rofi
./pywal
./hyprlock
./calcurse
./firefox
./quickshell
];
imports = let
dir = builtins.readDir ./.;
in builtins.map (x: ./${x}) (builtins.filter
(file: (dir.${file} == "directory"))
(builtins.attrNames dir)
);
config = {