Add newer kernel for Tower, add scx scheduler and direnv
This commit is contained in:
parent
981b88d233
commit
f1ef766a9b
7 changed files with 33 additions and 19 deletions
7
modules/home/programs/terminal/direnv/default.nix
Normal file
7
modules/home/programs/terminal/direnv/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue