feat: adds creative role to roles list

This commit is contained in:
Ahwx 2024-12-20 20:12:25 +01:00
parent 8e000d6729
commit befbc0b216

View file

@ -2,5 +2,6 @@
{
imports =
[(import ./laptop.nix)]
++ [(import ./desktop.nix)];
++ [(import ./desktop.nix)]
++ [(import ./creative.nix)];
}