24 lines
357 B
Nix
Executable File
24 lines
357 B
Nix
Executable File
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./fonts.nix
|
|
./ssh.nix
|
|
# ./openrgb.nix
|
|
./stylix.nix
|
|
./ghub.nix
|
|
./sddm.nix
|
|
./hyprland-plugins.nix
|
|
# ./gnome.nix
|
|
# ./lanzaboote.nix
|
|
./nvidia.nix
|
|
./network.nix
|
|
./nfs.nix
|
|
./packages.nix
|
|
./services.nix
|
|
./vscode.nix
|
|
./cachix.nix
|
|
];
|
|
}
|