ran formatter.
This commit is contained in:
parent
0c7c761f56
commit
1168fdb539
5 changed files with 11 additions and 11 deletions
|
@ -18,9 +18,9 @@
|
|||
id-case = "lower";
|
||||
};
|
||||
|
||||
format.markdown={
|
||||
link-format="wiki";
|
||||
hashtags=true;
|
||||
format.markdown = {
|
||||
link-format = "wiki";
|
||||
hashtags = true;
|
||||
};
|
||||
|
||||
alias = {
|
||||
|
|
|
@ -124,10 +124,10 @@ in {
|
|||
}
|
||||
{
|
||||
Cyberchef = {
|
||||
icon="sh-cyberchef.svg";
|
||||
href="https://cyberchef.venberg.xyz";
|
||||
siteMonitor= "https://cyberchef.venberg.xyz";
|
||||
description= "a data toolbox";
|
||||
icon = "sh-cyberchef.svg";
|
||||
href = "https://cyberchef.venberg.xyz";
|
||||
siteMonitor = "https://cyberchef.venberg.xyz";
|
||||
description = "a data toolbox";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:let
|
||||
port="8080";
|
||||
}: let
|
||||
port = "8080";
|
||||
in {
|
||||
systemd.services.miniserve = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
|
|
2
justfile
2
justfile
|
@ -17,7 +17,7 @@ bootstrap-home-manager target=(`whoami`+"@"+`hostname`):
|
|||
nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake .#{{target}} switch
|
||||
|
||||
format:
|
||||
nix fmt
|
||||
nix fmt ./
|
||||
|
||||
home-gc:
|
||||
home-manager expire-generations -7days
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
description = "A flake containing a basic latex environment";
|
||||
};
|
||||
typst = {
|
||||
path= ./typst;
|
||||
path = ./typst;
|
||||
description = "A flake containing a basic typst environment";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue