helix git but actually
This commit is contained in:
parent
6a73955468
commit
942628f3d7
3 changed files with 8 additions and 21 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue