Compare commits
2 Commits
3a73922657
...
921bbf01a1
Author | SHA1 | Date | |
---|---|---|---|
921bbf01a1 | |||
9299f2d31b |
@ -41,7 +41,8 @@
|
|||||||
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
|
||||||
nitch # Simple system info
|
hyperfine # Program benchmarking
|
||||||
|
navi # Tldr and cheat.sh cli
|
||||||
neofetch # Neo
|
neofetch # Neo
|
||||||
libarchive # bsdtar
|
libarchive # bsdtar
|
||||||
imagemagick # image tools
|
imagemagick # image tools
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ inputs, config, pkgs, ... }: {
|
{ 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,4 +100,11 @@
|
|||||||
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