2024-04-18
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user