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
|
# lsps
|
||||||
pkgs.nil
|
pkgs.nil
|
||||||
|
|
||||||
|
pkgs.thefuck
|
||||||
] ++ pkgs.lib.optionals specialArgs.withGUI [
|
] ++ pkgs.lib.optionals specialArgs.withGUI [
|
||||||
pkgs.discord
|
pkgs.discord
|
||||||
pkgs.obsidian
|
pkgs.obsidian
|
||||||
@ -107,6 +109,8 @@
|
|||||||
extraConfig = import ./neovim/init-vim.nix;
|
extraConfig = import ./neovim/init-vim.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.thefuck.enable = true;
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user