feat: adds thefuck
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
c99a7bcb1c
commit
24cbff90b7
@ -18,6 +18,8 @@
|
||||
|
||||
# lsps
|
||||
pkgs.nil
|
||||
|
||||
pkgs.thefuck
|
||||
] ++ pkgs.lib.optionals specialArgs.withGUI [
|
||||
pkgs.discord
|
||||
pkgs.obsidian
|
||||
@ -107,6 +109,8 @@
|
||||
extraConfig = import ./neovim/init-vim.nix;
|
||||
};
|
||||
|
||||
programs.thefuck.enable = true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user