Compare commits
No commits in common. "921bbf01a192d3d8fad3711e4022324eac3915a4" and "3a7392265757366760f76a991552d3069a8ef149" have entirely different histories.
921bbf01a1
...
3a73922657
@ -41,8 +41,7 @@
|
|||||||
bukubrow # Nice bookmark manager browser support
|
bukubrow # Nice bookmark manager browser support
|
||||||
rclone # Best sync client in the world
|
rclone # Best sync client in the world
|
||||||
age # Simple file encryption
|
age # Simple file encryption
|
||||||
hyperfine # Program benchmarking
|
nitch # Simple system info
|
||||||
navi # Tldr and cheat.sh cli
|
|
||||||
neofetch # Neo
|
neofetch # Neo
|
||||||
libarchive # bsdtar
|
libarchive # bsdtar
|
||||||
imagemagick # image tools
|
imagemagick # image tools
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, ... }: {
|
{ inputs, config, pkgs, ... }: {
|
||||||
# But we all know I love zsh
|
# But we all know I love zsh
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -100,11 +100,4 @@
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.thefuck = {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.packages = with pkgs; [ nitch ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user