nixos/profiles/default.nix

21 lines
305 B
Nix
Raw Normal View History

2023-01-22 17:18:37 +01:00
# Configuration that spans accross system and home, or are collections of modules
{ ... }:
{
imports = [
2023-02-13 21:32:15 +01:00
./3d-design
2023-01-22 17:18:37 +01:00
./android
2023-02-13 21:28:55 +01:00
./clean
2023-04-02 16:24:16 +02:00
./filesystem
2023-03-19 14:47:31 +01:00
./gaming
2023-02-13 21:24:21 +01:00
./latex
2023-04-02 16:22:02 +02:00
./media
2023-03-19 13:57:12 +01:00
./meeting
2023-03-19 12:42:28 +01:00
./nautilus
2023-02-15 20:56:33 +01:00
./powersave
2023-01-23 22:56:30 +01:00
./printing
2023-03-19 12:38:08 +01:00
./sway
2023-02-15 20:51:39 +01:00
./sync
2023-03-19 22:40:58 +01:00
./webcam
2023-01-22 17:18:37 +01:00
];
}