mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Remove backlight from polybar
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
libreoffice
|
||||
maven
|
||||
nixpkgs-fmt
|
||||
nodejs
|
||||
nmap
|
||||
nodejs
|
||||
openvpn
|
||||
pinentry-curses
|
||||
postman
|
||||
@@ -130,7 +130,7 @@
|
||||
shellAliases = {
|
||||
ls = "exa -la --git";
|
||||
".." = "cd ..";
|
||||
config = "/usr/bin/git --git-dir=~/.dotfiles/ --work-tree=~";
|
||||
config = "/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME";
|
||||
grep = "grep --color=auto --line-buffered";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user