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
|
||||
];
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
hardware.steam-hardware.enable = true;
|
||||
hardware.xpadneo.enable = true; # Xbox controllers via Bluetooth
|
||||
hardware.uinput.enable = true;
|
||||
services.udev.packages = [pkgs.game-devices-udev-rules];
|
||||
# services.udev.packages = [pkgs.game-devices-udev-rules];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
@@ -24,4 +24,5 @@
|
||||
programs.gamemode.enable = true;
|
||||
# Fix slow Steam Download speeds
|
||||
services.resolved.enable = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
cloudflared
|
||||
cachix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user