mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 15:02:24 +00:00
Compare commits
No commits in common. "64590c539b514caa960cbd2660fd279fc91d6093" and "f219ce45c8696c863a095bce0f10a4938a67b776" have entirely different histories.
64590c539b
...
f219ce45c8
@ -185,12 +185,6 @@
|
|||||||
name = "aerc";
|
name = "aerc";
|
||||||
exec = "kitty aerc %u";
|
exec = "kitty aerc %u";
|
||||||
};
|
};
|
||||||
xsession.windowManager.i3.config.keybindings =
|
|
||||||
lib.mkIf pkgs.stdenv.isLinux {
|
|
||||||
"${
|
|
||||||
config.home-manager.users.${config.user}.xsession.windowManager.i3.config.modifier
|
|
||||||
}+Shift+e" = "exec --no-startup-id kitty aerc";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.fish.shellAbbrs = { ae = "aerc"; };
|
programs.fish.shellAbbrs = { ae = "aerc"; };
|
||||||
|
|
||||||
|
@ -18,22 +18,21 @@ in {
|
|||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user} = {
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
age # Encryption
|
unzip # Extract zips
|
||||||
bc # Calculator
|
|
||||||
dig # DNS lookup
|
|
||||||
fd # find
|
|
||||||
htop # Show system processes
|
|
||||||
inetutils # Includes telnet, whois
|
|
||||||
jq # JSON manipulation
|
|
||||||
lf # File viewer
|
|
||||||
qrencode # Generate qr codes
|
|
||||||
rsync # Copy folders
|
rsync # Copy folders
|
||||||
ripgrep # grep
|
ripgrep # grep
|
||||||
|
fd # find
|
||||||
sd # sed
|
sd # sed
|
||||||
|
jq # JSON manipulation
|
||||||
tealdeer # Cheatsheets
|
tealdeer # Cheatsheets
|
||||||
tree # View directory hierarchy
|
tree # View directory hierarchy
|
||||||
|
htop # Show system processes
|
||||||
|
qrencode # Generate qr codes
|
||||||
vimv-rs # Batch rename files
|
vimv-rs # Batch rename files
|
||||||
unzip # Extract zips
|
dig # DNS lookup
|
||||||
|
lf # File viewer
|
||||||
|
inetutils # Includes telnet, whois
|
||||||
|
age # Encryption
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.zoxide.enable = true; # Shortcut jump command
|
programs.zoxide.enable = true; # Shortcut jump command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user