fixes, config passes nix flake check .
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
imports = [
|
||||
./programs/bash.nix
|
||||
./programs/git.nix
|
||||
../desktops/hyprland/home.nix
|
||||
];
|
||||
|
||||
home.username = "river";
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
withIcons = true;
|
||||
icons = "auto";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3,6 +3,13 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
withDelta = true;
|
||||
};
|
||||
programs.delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
features = "decorations interactive";
|
||||
navigate = true;
|
||||
hyperlinks = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user