2024-04-18

This commit is contained in:
Daniel Olsen
2024-04-18 12:01:54 +02:00
parent 37f98443bf
commit 8ad9475f34
3 changed files with 22 additions and 13 deletions

View File

@@ -58,6 +58,9 @@ in
progress
file
bintools
gh
tmux
timewarrior
@@ -65,6 +68,8 @@ in
unzip
p7zip
yt-dlp
parallel
sshfs
jq
@@ -79,6 +84,7 @@ in
] ++ lib.optionals config.profiles.gui.enable [
mpv
sxiv
gnome3.eog
dolphin
plasma5Packages.dolphin-plugins
@@ -241,6 +247,7 @@ in
# });
girt = pkgs.git-interactive-rebase-tool;
in "${girt}/bin/interactive-rebase-tool";
branch.sort = "-committerdate";
};
delta.enable = true;
};

View File

@@ -20,7 +20,7 @@ in
share = false;
};
shellAliases = {
cat = "bat";
cat = "bat -pp";
ls = "eza";
tree = "eza -T";
df = "df -h";
@@ -78,6 +78,8 @@ in
};
};
programs.zoxide.enable = true;
home.packages = lib.optionals (config.profiles.gui.enable && config ? nixpkgs) [
pkgs.dan.mesloNFp10k
];