helix git but actually

This commit is contained in:
Tao Tien 2024-02-01 23:01:05 -08:00
parent 6a73955468
commit 942628f3d7
3 changed files with 8 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{
{ inputs, pkgs, ... }: {
programs.helix = {
settings = {
theme = "dracula";
@ -61,5 +61,6 @@
};
enable = true;
defaultEditor = true;
package = inputs.helix.packages.${pkgs.system}.default;
};
}

View file

@ -1,13 +1,10 @@
# let
# enablePrograms = programs: builtins.mapAttrs (_: program: { enable = true; }) programs;
# in
{
{ pkgs, inputs, ... }: {
imports = [
./helix.nix
(import ./helix.nix { inherit pkgs inputs; })
./hyprland.nix
];
# programs = enablePrograms {
programs = {
git = {
enable = true;