hyprland: setup hyprpanel, fix nvidia issues, accomodate new shadow config

a big part of this was an accidental commit of the gitbutler integration commit that i accidently commited when it broke due to nix rust issues. the new server was also added in this, but further config happens in #1
This commit is contained in:
Christoph Hollizeck 2024-11-08 00:37:31 +01:00
parent 3e5b64ec51
commit 0e43ee1ee5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
10 changed files with 89 additions and 14 deletions

View file

@ -38,9 +38,8 @@ in
'';
shellAliases = {
vim = "hx";
ls = "colorls --gs -A";
ll = "ls -l";
lt = "colorls --tree";
ls = "eza -lh --icons --git";
lss = "ls --total-size";
};
plugins = with pkgs.fishPlugins; [
{