refactor(general): organized more

This commit is contained in:
kenji
2026-01-05 12:28:16 -06:00
parent 5fe83ddc8a
commit 796e311a29
5 changed files with 39 additions and 54 deletions
+11 -16
View File
@@ -1,27 +1,22 @@
{pkgs, ...}: {
imports = [
./time.nix
./nix.nix
./amd.nix
./backlight.nix
./boot.nix
./amd.nix
./fonts.nix
./hardware.nix
./home-manager.nix
./services.nix
./user.nix
./version.nix
./fonts.nix
./input-method.nix
./kernel.nix
./nix.nix
./power.nix # TODO: this one has to be optional
./programs.nix
./security.nix
./services.nix
./time.nix
./user.nix
./utils.nix
./variables.nix
./kernel.nix
./input-method.nix
./power.nix # TODO: this one has to be optional
];
environment.systemPackages = with pkgs; [
# FIXME: must be on their own app
git
cloudflared
cachix
./version.nix
];
}