about summary refs log blame commit diff stats
path: root/modules/system/default.nix
blob: ecd6eb633a237c09314bb2305bedff900a774c2c (plain) (tree)
1
2
3
4
5
6
7
8
9
10








                       
                  
                  
            
                
             











               
{config, ...}: let
  cfg = config.soispha;
in {
  imports = [
    ./boot
    ./cleanup
    ./disks
    ./documentation
    ./fonts
    ./hardware
    ./home-manager
    ./impermanence
    ./laptop
    ./locale
    ./networking
    ./nixpkgs
    ./polkit
    ./power
    ./secrets
    ./services
    ./sound
    ./tempfiles
    ./users
    ./version
    ./waydroid
  ];
  options = {};
  config = {};
}