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
|
||||
rclone # Best sync client in the world
|
||||
age # Simple file encryption
|
||||
hyperfine # Program benchmarking
|
||||
navi # Tldr and cheat.sh cli
|
||||
nitch # Simple system info
|
||||
neofetch # Neo
|
||||
libarchive # bsdtar
|
||||
imagemagick # image tools
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ inputs, config, pkgs, ... }: {
|
||||
# But we all know I love zsh
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
@ -100,11 +100,4 @@
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.thefuck = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ nitch ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user