mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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;
|
nix-direnv.enable = true;
|
||||||
config.global.hide_env_diff = true;
|
config.global.hide_env_diff = true;
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
(lib.mkIf cfg.nixAliases.enable {
|
home.shellAliases = lib.mkIf cfg.nixAliases.enable {
|
||||||
home.shellAliases = {
|
|
||||||
nr = "nixos-rebuild --flake $FLAKE --use-remote-sudo";
|
nr = "nixos-rebuild --flake $FLAKE --use-remote-sudo";
|
||||||
nrs = "nr switch";
|
nrs = "nr switch";
|
||||||
nrt = "nr test";
|
nrt = "nr test";
|
||||||
|
|
@ -50,7 +48,7 @@ in {
|
||||||
nrrb = "nrb && reboot";
|
nrrb = "nrb && reboot";
|
||||||
nu = "nix flake update";
|
nu = "nix flake update";
|
||||||
};
|
};
|
||||||
})
|
}
|
||||||
|
|
||||||
(lib.mkIf cfg.improvedCommands.enable {
|
(lib.mkIf cfg.improvedCommands.enable {
|
||||||
programs.lsd = {
|
programs.lsd = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue