mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Minor formatting change
This commit is contained in:
parent
387b38d8a0
commit
62aaed782f
1 changed files with 2 additions and 4 deletions
|
|
@ -39,10 +39,8 @@ in {
|
|||
nix-direnv.enable = true;
|
||||
config.global.hide_env_diff = true;
|
||||
};
|
||||
}
|
||||
|
||||
(lib.mkIf cfg.nixAliases.enable {
|
||||
home.shellAliases = {
|
||||
home.shellAliases = lib.mkIf cfg.nixAliases.enable {
|
||||
nr = "nixos-rebuild --flake $FLAKE --use-remote-sudo";
|
||||
nrs = "nr switch";
|
||||
nrt = "nr test";
|
||||
|
|
@ -50,7 +48,7 @@ in {
|
|||
nrrb = "nrb && reboot";
|
||||
nu = "nix flake update";
|
||||
};
|
||||
})
|
||||
}
|
||||
|
||||
(lib.mkIf cfg.improvedCommands.enable {
|
||||
programs.lsd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue