···2222 - 📦 [packages](https://github.com/isabelroses/dotfiles/tree/main/modules/flake/packages.nix) Packages that are not available in the official Nixpkgs
2323 - 👾 [modules](https://github.com/isabelroses/dotfiles/tree/main/modules/flake/modules.nix) Exported modules for NixOS, home-manager and Nix Darwin
2424 - 💾 [programs](https://github.com/isabelroses/dotfiles/tree/main/modules/flake/programs) Additional flake-modules to configure
2525- - [profiles](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/) Pre-made profiles for different system types
2626- - [desktop](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/desktop/) A profile for desktop systems
2727- - [graphical](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/graphical/) A profile for graphical systems
2828- - [headless](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/headless/) A profile for headless systems
2929- - [laptop](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/laptop/) A profile for laptop systems
3030- - [server](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/server/) A profile for server systems
3131- - [wsl](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/wsl/) A profile for WSL2 systems
+1-7
docs/src/guides/adding-systems.md
···1010- class:
11111212 - default: "nixos"
1313- - options: "nixos", "darwin"
1313+ - options: "nixos", "darwin", "iso", "wsl"
14141515- system:
1616···25252626 - default: "[ ]"
2727 - options:
2828- - laptop: for laptop type configurations
2929- - desktop: for desktop type configurations
3030- - server: for server type configurations
3131- - wsl: for wsl systems
3232- - gaming: for systems that have a graphical interface
3333- - headless: for systems that do not have a graphical interface
34283529- specialArgs:
3630 - default: "{ }"