mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add script to put bash on ecores
This commit is contained in:
parent
629af4e3fe
commit
4556e8d6a4
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ in
|
|||
"/var/log/journal"
|
||||
];
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
alias eco='taskset -p ff000 $$'
|
||||
'';
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in a new issue