mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
12 lines
333 B
Nix
12 lines
333 B
Nix
{
|
|
# Common nixos systems modules (not nix-darwin)
|
|
imports = [
|
|
../../modules/common/nix.nix
|
|
../../modules/common/swap.nix
|
|
../../modules/nixos/locale.nix # For localisation options
|
|
../../modules/common/ssh.nix
|
|
../../modules/nixos/bootloader.nix
|
|
../../modules/common/environment.nix
|
|
];
|
|
}
|