add spacer for more human-readable log
This commit is contained in:
parent
c6e370656b
commit
9a00a48307
2 changed files with 10 additions and 2 deletions
5
Justfile
5
Justfile
|
|
@ -6,7 +6,10 @@ default:
|
|||
switch:
|
||||
nh os switch {{FLAKE_HOME}}
|
||||
update:
|
||||
nix flake update
|
||||
nix flake update | spacer
|
||||
push host target:
|
||||
nixos-rebuild switch --flake {{FLAKE_HOME}}#{{host}} --target-host {{target}} | spacer
|
||||
|
||||
alias s := switch
|
||||
alias u := update
|
||||
alias p := push
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./wallpaper
|
||||
];
|
||||
config = {
|
||||
home.packages = with pkgs; [
|
||||
spacer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue