mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: switch to new package-based neovim flake
This commit is contained in:
parent
eb83c0af49
commit
02a6f0b4f8
7 changed files with 8 additions and 19 deletions
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
inputs.personal-neovim.packages.${system}.default
|
||||
];
|
||||
|
||||
security.sudo.enable = false;
|
||||
|
||||
security.doas = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue