dotfiles/config/nix/configuration.nix
Geoffrey Frogeye 8ae219fb83
nix: Remove unecessary module handling
Who would have thought, someone thought about this before me :shockedpikachu:
2023-10-22 22:52:45 +02:00

10 lines
150 B
Nix

{ config, pkgs, ... }:
{
imports = [
./modules/common.nix
./modules/desktop.nix
./modules/battery.nix
./modules/wireless.nix
];
}