Minor update on nixos home config
This commit is contained in:
parent
00f1991585
commit
edbc764b96
2 changed files with 2 additions and 9 deletions
|
|
@ -20,18 +20,10 @@
|
|||
# For example, laptop-specific aliases or scripts
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
# Battery status alias
|
||||
battery = "acpi -b";
|
||||
|
||||
# NVIDIA offload aliases for running applications on discrete GPU
|
||||
nvidia-run = "nvidia-offload";
|
||||
|
||||
# Brightness control aliases
|
||||
brightness-up = "brightnessctl set +10%";
|
||||
brightness-down = "brightnessctl set 10%-";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
keepassxc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue