helix git but actually
This commit is contained in:
parent
6a73955468
commit
942628f3d7
3 changed files with 8 additions and 21 deletions
|
|
@ -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