my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: remove profiles and update classes

robin c03bc28e 3756173c

+1 -14
-7
docs/src/design/layout.md
··· 22 22 - 📦 [packages](https://github.com/isabelroses/dotfiles/tree/main/modules/flake/packages.nix) Packages that are not available in the official Nixpkgs 23 23 - 👾 [modules](https://github.com/isabelroses/dotfiles/tree/main/modules/flake/modules.nix) Exported modules for NixOS, home-manager and Nix Darwin 24 24 - 💾 [programs](https://github.com/isabelroses/dotfiles/tree/main/modules/flake/programs) Additional flake-modules to configure 25 - - [profiles](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/) Pre-made profiles for different system types 26 - - [desktop](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/desktop/) A profile for desktop systems 27 - - [graphical](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/graphical/) A profile for graphical systems 28 - - [headless](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/headless/) A profile for headless systems 29 - - [laptop](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/laptop/) A profile for laptop systems 30 - - [server](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/server/) A profile for server systems 31 - - [wsl](https://github.com/isabelroses/dotfiles/tree/main/modules/profiles/wsl/) A profile for WSL2 systems
+1 -7
docs/src/guides/adding-systems.md
··· 10 10 - class: 11 11 12 12 - default: "nixos" 13 - - options: "nixos", "darwin" 13 + - options: "nixos", "darwin", "iso", "wsl" 14 14 15 15 - system: 16 16 ··· 25 25 26 26 - default: "[ ]" 27 27 - options: 28 - - laptop: for laptop type configurations 29 - - desktop: for desktop type configurations 30 - - server: for server type configurations 31 - - wsl: for wsl systems 32 - - gaming: for systems that have a graphical interface 33 - - headless: for systems that do not have a graphical interface 34 28 35 29 - specialArgs: 36 30 - default: "{ }"