feat: decent shell configuration with starship and zsh
direnv and devenv integrated support experimental nginx test configuration sway and foot configuration updated created initial sddm configuration for login manager
This commit is contained in:
parent
0770a70d0b
commit
4fe4ebefc8
14 changed files with 529 additions and 4 deletions
10
home-manager/stvnliu/shells/aliases/default.nix
Normal file
10
home-manager/stvnliu/shells/aliases/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs}: {
|
||||
cd = "z";
|
||||
cdi = "zi";
|
||||
ls = "${pkgs.eza}/bin/exa";
|
||||
cat = "${pkgs.bat}/bin/bat";
|
||||
ll = "ls -l";
|
||||
osupdate = "${pkgs.nh}/bin/nh os switch";
|
||||
homeupdate = "${pkgs.nh}/bin/nh home switch";
|
||||
batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue