mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: minor changes
This commit is contained in:
parent
c5b28787ef
commit
7d7ad83c9a
4 changed files with 8 additions and 13 deletions
|
@ -102,12 +102,6 @@
|
||||||
template = "{{y}}/{{MM}}/{{filename}}";
|
template = "{{y}}/{{MM}}/{{filename}}";
|
||||||
};
|
};
|
||||||
theme.customCss = "";
|
theme.customCss = "";
|
||||||
thumbnail = {
|
|
||||||
colorspace = "p3";
|
|
||||||
jpegSize = 1440;
|
|
||||||
quality = 80;
|
|
||||||
webpSize = 250;
|
|
||||||
};
|
|
||||||
trash = {
|
trash = {
|
||||||
days = 30;
|
days = 30;
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
@ -33,6 +33,7 @@ in {
|
||||||
"fritzbox"
|
"fritzbox"
|
||||||
"soundtouch"
|
"soundtouch"
|
||||||
"spotify"
|
"spotify"
|
||||||
|
"matter"
|
||||||
#"zha"
|
#"zha"
|
||||||
"mqtt"
|
"mqtt"
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# Needed in path for zsh-histdb
|
# Needed in path for zsh-histdb
|
||||||
home.packages = [pkgs.sqlite];
|
home.packages = [pkgs.sqlite-interactive];
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -14,12 +14,12 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
extraOutputsToInstall = ["man" "doc" "devdoc"];
|
||||||
packages = with pkgs; [
|
packages = [
|
||||||
git-lfs
|
pkgs.git-lfs
|
||||||
d2
|
pkgs.d2
|
||||||
cloc
|
pkgs.cloc
|
||||||
jq
|
pkgs.jq
|
||||||
python3
|
pkgs.python3
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue