nixos-cli, ly
This commit is contained in:
parent
bdf6c887b8
commit
4280614fe8
3 changed files with 14 additions and 4 deletions
10
system/nixos-cli.nix
Normal file
10
system/nixos-cli.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
services.nixos-cli.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue