22 lines
317 B
Nix
Executable File
22 lines
317 B
Nix
Executable File
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./fonts.nix
|
|
./ssh.nix
|
|
# ./openrgb.nix
|
|
# ./stylix.nix
|
|
# ./gnome.nix
|
|
# ./lanzaboote.nix
|
|
./yazi.nix
|
|
./nvidia.nix
|
|
./network.nix
|
|
./nfs.nix
|
|
./packages.nix
|
|
./services.nix
|
|
./vscode.nix
|
|
./cachix.nix
|
|
];
|
|
}
|