refactor(general): organized more
This commit is contained in:
+11
-16
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user