mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
refactor: remove unnecessary system specialArg
This commit is contained in:
parent
b1201b90cb
commit
dd5715083a
3 changed files with 4 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
inputs,
|
||||
system,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
inputs.personal-neovim.packages.${system}.default
|
||||
inputs.personal-neovim.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
security.sudo.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue