mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: changed some shit up
This commit is contained in:
parent
4d8d534088
commit
241f8063cf
114 changed files with 1356 additions and 168 deletions
|
@ -1,11 +1,15 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
flake,
|
||||
...
|
||||
}: {
|
||||
programs.helix = let
|
||||
configPath = ./config;
|
||||
settingsPath = import (configPath + /settings.nix);
|
||||
languagesPath = import (configPath + /languages.nix);
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.helix;
|
||||
package = flake.inputs.helix.packages.${pkgs.system}.default;
|
||||
languages = languagesPath;
|
||||
settings = settingsPath;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue