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:
parent
b1c236bd05
commit
42fdf7d511
10 changed files with 89 additions and 14 deletions
|
@ -51,7 +51,14 @@ in
|
|||
};
|
||||
|
||||
config = {
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
environment.systemPackages = [ ];
|
||||
|
||||
# remove default nix alias
|
||||
environment.shellAliases = {
|
||||
l = null;
|
||||
ls = null;
|
||||
ll = null;
|
||||
};
|
||||
|
||||
programs.fish = enabled;
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue