style: update waybar style
This commit is contained in:
parent
69e41c6e05
commit
984bc4c5d8
27 changed files with 275 additions and 103 deletions
13
home/user/direnv.nix
Normal file
13
home/user/direnv.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
DIRENV_LOG_FORMAT = ""; # Stop direnv log
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue