mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds creative role to roles list
This commit is contained in:
parent
8e000d6729
commit
befbc0b216
1 changed files with 2 additions and 1 deletions
|
|
@ -2,5 +2,6 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[(import ./laptop.nix)]
|
[(import ./laptop.nix)]
|
||||||
++ [(import ./desktop.nix)];
|
++ [(import ./desktop.nix)]
|
||||||
|
++ [(import ./creative.nix)];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue