wrappers: migrate to nilla
This commit is contained in:
parent
79a4ee511e
commit
5c892cd2e5
6 changed files with 36 additions and 29 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, inputs', ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = inputs'.helix.packages.default;
|
||||
package = inputs.helix.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
theme = "base16_default_dark";
|
||||
editor = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue