1
0
forked from extern/nix-config
donovanglover-nix-config/modules/default.nix
Donovan Glover 5ec4aab697
meta: Remove gamemode
As far as I can tell, there isn't any noticeable performance difference
with the hardware I use.
2023-07-01 22:44:06 -04:00

33 lines
527 B
Nix

{
imports = [
./boot.nix
./cdemu.nix
./dual-function-keys.nix
./fish.nix
./fonts.nix
./greetd.nix
./home-manager.nix
./hyprland.nix
./locale.nix
./logind.nix
./mullvad.nix
./neovim.nix
./networking.nix
./nix.nix
./packages.nix
./piper.nix
./pipewire.nix
./resolved.nix
./starship.nix
./stylix.nix
./system.nix
./systemd.nix
./thunar.nix
./timezone.nix
./user.nix
./virtualization.nix
./wine.nix
./zram.nix
];
}