mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
If enables for users
This commit is contained in:
parent
2234c29067
commit
dd5a104c5c
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
{ config, ... }: {
|
||||
imports = [
|
||||
(
|
||||
if config.users.crow.enable then
|
||||
./crow.nix
|
||||
);
|
||||
# ++ ( to add more, just move the ;
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue