fixes, config passes nix flake check .

This commit is contained in:
2026-06-21 22:40:03 -05:00
parent 1c7f690500
commit 3b813df802
11 changed files with 100 additions and 84 deletions
+1
View File
@@ -4,6 +4,7 @@
imports = [
./programs/bash.nix
./programs/git.nix
../desktops/hyprland/home.nix
];
home.username = "river";
+1 -1
View File
@@ -3,6 +3,6 @@
{
programs.eza = {
enable = true;
withIcons = true;
icons = "auto";
};
}
+8 -1
View File
@@ -3,6 +3,13 @@
{
programs.git = {
enable = true;
withDelta = true;
};
programs.delta = {
enable = true;
options = {
features = "decorations interactive";
navigate = true;
hyperlinks = true;
};
};
}