base/home: Various improvements

zsh: nd-alias
alacritty: fix borders
base: add some default apps (file, zip, htop, etc.)
This commit is contained in:
Felix Albrigtsen 2024-05-28 23:05:31 +02:00
parent 585dc252cc
commit 4c9ae7b556
3 changed files with 12 additions and 2 deletions

View File

@ -42,16 +42,23 @@
environment.systemPackages = with pkgs; [
bat
bottom
duf
eza
file
git
gnugrep
gnutar
htop
neofetch
nix-output-monitor
p7zip
python3
ripgrep
rsync
screen
unzip
wget
zip
];
services.openssh = {

View File

@ -9,10 +9,12 @@
window = {
padding = {
x = 4;
y = 4;
x = 8;
y = 2;
};
dynamic_padding = true;
decorations = "none"; # full/none/transparent/buttonless
# Transparency:

View File

@ -47,6 +47,7 @@
s = "nix-shell --run zsh";
sp = "nix-shell --run zsh -p";
spu = "nix-shell -I nixpkgs=channel:nixos-unstable --run zsh -p";
nd = "nix develop --command zsh";
em = "emacsclient -c";
emnw = "emacsclient -nw";
gst = "git status -sb";