mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Improve nixos-rebuild with nix-helper
This commit is contained in:
parent
7adfa40f4d
commit
d5729dc447
7 changed files with 70 additions and 5 deletions
|
|
@ -5,7 +5,10 @@
|
|||
shell = {
|
||||
bash.enable = true;
|
||||
starship.enable = true;
|
||||
nixAliases.enable = true;
|
||||
nixAliases = {
|
||||
enable = true;
|
||||
nix-helper.enable = true;
|
||||
};
|
||||
improvedCommands.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue