mirror of
https://github.com/kmein/niveum
synced 2026-03-17 10:41:06 +01:00
Compare commits
1 Commits
feature/ha
...
mympd
| Author | SHA1 | Date | |
|---|---|---|---|
| d06d0a9de4 |
@@ -1,29 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
file="${1?please supply a poetry file}"
|
|
||||||
[ -f "$file" ] || {
|
|
||||||
echo "'$file' is no file"
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
poem="$(mktemp)"
|
|
||||||
clean () {
|
|
||||||
rm "$poem"
|
|
||||||
}
|
|
||||||
trap clean EXIT
|
|
||||||
sed '/^$/d' "$file" > "$poem"
|
|
||||||
|
|
||||||
htmlize() {
|
|
||||||
awk 'ORS="<br/>"' \
|
|
||||||
| head -c -5 # remove final <br/> characters
|
|
||||||
}
|
|
||||||
|
|
||||||
for line_number in $(seq 1 "$(wc -l "$poem" | cut -d' ' -f1)"); do
|
|
||||||
if [ "$line_number" -gt 3 ] && [ "$line_number" -gt 1 ]; then
|
|
||||||
sed -n "$((line_number - 3)),$((line_number - 1))p" "$poem"
|
|
||||||
else
|
|
||||||
sed -n "1,$((line_number - 1))p" "$poem"
|
|
||||||
fi | htmlize
|
|
||||||
printf '\t'
|
|
||||||
sed -n "${line_number},+1p" "$poem" | htmlize
|
|
||||||
printf '\n'
|
|
||||||
done
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
#!/usr/bin/env -S sed -f
|
|
||||||
s/ā̊/𐬃/g
|
|
||||||
s/t̰/𐬝/g
|
|
||||||
s/ṣ̌/𐬴/g
|
|
||||||
s/š́/𐬳/g
|
|
||||||
s/ą̄/𐬅/g
|
|
||||||
s/ŋᵛ/𐬤/g
|
|
||||||
s/ə̄/𐬇/g
|
|
||||||
s/ŋ́/𐬣/g
|
|
||||||
s/x́/𐬒/g
|
|
||||||
s/xᵛ/𐬓/g
|
|
||||||
s/a/𐬀/g
|
|
||||||
s/ā/𐬁/g
|
|
||||||
s/å/𐬂/g
|
|
||||||
s/ą/𐬄/g
|
|
||||||
s/ə/𐬆/g
|
|
||||||
s/e/𐬈/g
|
|
||||||
s/ē/𐬉/g
|
|
||||||
s/o/𐬊/g
|
|
||||||
s/ō/𐬋/g
|
|
||||||
s/i/𐬌/g
|
|
||||||
s/ī/𐬍/g
|
|
||||||
s/u/𐬎/g
|
|
||||||
s/ū/𐬏/g
|
|
||||||
s/k/𐬐/g
|
|
||||||
s/x/𐬑/g
|
|
||||||
s/g/𐬔/g
|
|
||||||
s/ġ/𐬕/g
|
|
||||||
s/γ/𐬖/g
|
|
||||||
s/c/𐬗/g
|
|
||||||
s/j/𐬘/g
|
|
||||||
s/t/𐬙/g
|
|
||||||
s/θ/𐬚/g
|
|
||||||
s/d/𐬛/g
|
|
||||||
s/δ/𐬜/g
|
|
||||||
s/p/𐬞/g
|
|
||||||
s/f/𐬟/g
|
|
||||||
s/b/𐬠/g
|
|
||||||
s/β/𐬡/g
|
|
||||||
s/ŋ/𐬢/g
|
|
||||||
s/n/𐬥/g
|
|
||||||
s/ń/𐬦/g
|
|
||||||
s/ṇ/𐬧/g
|
|
||||||
s/m/𐬨/g
|
|
||||||
s/m̨/𐬩/g
|
|
||||||
s/ẏ/𐬫/g
|
|
||||||
s/y/𐬪/g
|
|
||||||
s/v/𐬬/g
|
|
||||||
s/r/𐬭/g
|
|
||||||
s/s/𐬯/g
|
|
||||||
s/z/𐬰/g
|
|
||||||
s/š/𐬱/g
|
|
||||||
s/ž/𐬲/g
|
|
||||||
s/h/𐬵/g
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
directory="$(mktemp -d)"
|
|
||||||
trap clean EXIT
|
|
||||||
clean() {
|
|
||||||
rm -rf "$directory"
|
|
||||||
}
|
|
||||||
|
|
||||||
year=$(date +%Y)
|
|
||||||
output=/tmp/$year.pdf
|
|
||||||
|
|
||||||
for month in $(seq 1 12); do
|
|
||||||
printf "\r%d" "$month" 1>&2
|
|
||||||
astrolog -zN Berlin -qm "$month" "$year" -X -K -XA -Xr -Xm -Xb -Xo "$(printf "%s/%02d.bmp" "$directory" "$month")" -Xw 1080 720 2>/dev/null
|
|
||||||
done
|
|
||||||
printf "\r"
|
|
||||||
|
|
||||||
convert "$directory/*.bmp" "$output"
|
|
||||||
echo "$output"
|
|
||||||
@@ -1,43 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
name=$RANDOM
|
|
||||||
url='http://localhost:9093/api/v1/alerts'
|
|
||||||
|
|
||||||
echo "firing up alert $name"
|
|
||||||
|
|
||||||
# change url o
|
|
||||||
curl -XPOST $url -d "[{
|
|
||||||
\"status\": \"firing\",
|
|
||||||
\"labels\": {
|
|
||||||
\"alertname\": \"$name\",
|
|
||||||
\"service\": \"my-service\",
|
|
||||||
\"severity\":\"warning\",
|
|
||||||
\"instance\": \"$name.example.net\"
|
|
||||||
},
|
|
||||||
\"annotations\": {
|
|
||||||
\"summary\": \"High latency is high!\"
|
|
||||||
},
|
|
||||||
\"generatorURL\": \"http://prometheus.int.example.net/<generating_expression>\"
|
|
||||||
}]"
|
|
||||||
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
echo "press enter to resolve alert"
|
|
||||||
read
|
|
||||||
|
|
||||||
echo "sending resolve"
|
|
||||||
curl -XPOST $url -d "[{
|
|
||||||
\"status\": \"resolved\",
|
|
||||||
\"labels\": {
|
|
||||||
\"alertname\": \"$name\",
|
|
||||||
\"service\": \"my-service\",
|
|
||||||
\"severity\":\"warning\",
|
|
||||||
\"instance\": \"$name.example.net\"
|
|
||||||
},
|
|
||||||
\"annotations\": {
|
|
||||||
\"summary\": \"High latency is high!\"
|
|
||||||
},
|
|
||||||
\"generatorURL\": \"http://prometheus.int.example.net/<generating_expression>\"
|
|
||||||
}]"
|
|
||||||
|
|
||||||
echo ""
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env -S jq -r -f
|
|
||||||
(map(keys) | add | unique) as $cols
|
|
||||||
| map(. as $row | $cols | map($row[.])) as $rows
|
|
||||||
| $cols, $rows[]
|
|
||||||
| @csv
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
curl -sSL 'https://diac.alsharekh.org/Diac/DiacText' \
|
|
||||||
-H "Content-Type: application/json" \
|
|
||||||
--data-raw "$(jq --raw-input '{word: ., type: 1}')" \
|
|
||||||
--compressed \
|
|
||||||
| jq -r .diacWord
|
|
||||||
@@ -1,65 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
lidl() {
|
|
||||||
echo LIDL
|
|
||||||
curl -sSL 'https://endpoints.lidl-flyer.com/v3/region-overview/lidl/de-DE/0.json' \
|
|
||||||
| jq -r '
|
|
||||||
.categories
|
|
||||||
| map(select(.name == "Filial-Angebote") | .subcategories | map(.flyers))
|
|
||||||
| flatten
|
|
||||||
| flatten
|
|
||||||
| .[]
|
|
||||||
| .pdfUrl
|
|
||||||
'
|
|
||||||
}
|
|
||||||
|
|
||||||
aldi_nord() {
|
|
||||||
echo ALDI nord
|
|
||||||
echo 'https://magazine.aldi-nord.de/aldi-nord/aldi-aktuell/GetPDF.ashx'
|
|
||||||
echo 'https://magazine.aldi-nord.de/aldi-nord/aldi-vorschau/GetPDF.ashx'
|
|
||||||
}
|
|
||||||
|
|
||||||
rewe_berlin() {(
|
|
||||||
store_id=662366923
|
|
||||||
publisher_id=1062
|
|
||||||
|
|
||||||
echo REWE
|
|
||||||
curl -sSL 'https://www.bonialserviceswidget.de/de/stores/'$store_id'/brochures?storeId='$store_id'&publisherId='$publisher_id | while read -r brochure_id; do
|
|
||||||
curl -sSL 'https://www.bonialserviceswidget.de/de/v5/brochureDetails/'"$brochure_id"'?publisherId='$publisher_id | jq -r .pdfUrl
|
|
||||||
done
|
|
||||||
)}
|
|
||||||
|
|
||||||
kaufland() {(
|
|
||||||
region_code=8920
|
|
||||||
echo KAUFLAND
|
|
||||||
curl -sSL https://filiale.kaufland.de/prospekte.html | htmlq --attribute href '.flyer a' | grep -Eo 'DE_de_KDZ[^/]*' | sed "s/_3000_/_${region_code}_/" | while read -r flyer_id; do
|
|
||||||
curl -sSL "https://endpoints.leaflets.kaufland.com/v3/$flyer_id/flyer.json?regionCode=$region_code" | jq -r .flyer.pdfUrl
|
|
||||||
done
|
|
||||||
)}
|
|
||||||
|
|
||||||
netto_schwarz() {
|
|
||||||
echo 'NETTO (schwarz)'
|
|
||||||
curl -sSL 'https://squid-api.tjek.com/v2/catalogs?dealer_ids=90f2VL&order_by=created' \
|
|
||||||
| jq -r '.[] | .id' \
|
|
||||||
| while read -r flyer_id; do
|
|
||||||
curl -sSL "https://squid-api.tjek.com/v2/catalogs/$flyer_id/download" \
|
|
||||||
| jq -r .pdf_url
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
dir="$(mktemp -d)"
|
|
||||||
trap clean EXIT
|
|
||||||
|
|
||||||
clean() {
|
|
||||||
rm -rf "$dir"
|
|
||||||
}
|
|
||||||
|
|
||||||
prospekt_url="$( (
|
|
||||||
lidl
|
|
||||||
aldi_nord
|
|
||||||
rewe_berlin
|
|
||||||
kaufland
|
|
||||||
netto_schwarz
|
|
||||||
) | fzf)"
|
|
||||||
|
|
||||||
curl -sSL "$prospekt_url" -o "$dir/prospekt.pdf"
|
|
||||||
zathura "$dir/prospekt.pdf"
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#! /usr/bin/env nix-shell
|
|
||||||
#! nix-shell -i sh -p coreutils byzanz xorg.xwininfo gnused
|
|
||||||
|
|
||||||
# shellcheck shell=sh
|
|
||||||
# ref https://gist.github.com/aforemny/0994cb7f06ea30d56c8b9681ff5d2054
|
|
||||||
|
|
||||||
set -eux
|
|
||||||
|
|
||||||
eval "$(xwininfo | \
|
|
||||||
sed -n -e 's/^ \+Absolute upper-left X: \+\([0-9]\+\).*/x=\1/p' \
|
|
||||||
-e 's/^ \+Absolute upper-left Y: \+\([0-9]\+\).*/y=\1/p' \
|
|
||||||
-e 's/^ \+Width: \+\([0-9]\+\).*/w=\1/p' \
|
|
||||||
-e 's/^ \+Height: \+\([0-9]\+\).*/h=\1/p')"
|
|
||||||
|
|
||||||
trap "pkill -f 'sleep 360d'" INT
|
|
||||||
byzanz-record -e "sleep 360d" -c -x $x -y $y -w $w -h $h "$@"
|
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
let
|
|
||||||
lib = import <nixpkgs/lib>;
|
|
||||||
in rec {
|
|
||||||
inherit lib;
|
|
||||||
|
|
||||||
input = [
|
|
||||||
{
|
|
||||||
x = ["pool" "zfs"];
|
|
||||||
y = ["mdadm" "raid1"];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x = ["pool" "zfs"];
|
|
||||||
y = ["disk" "sda"];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x = ["mdadm" "raid1"];
|
|
||||||
y = ["disk" "sdb"];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
x = ["mdadm" "raid1"];
|
|
||||||
y = ["disk" "sdc"];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
outNodes = node: graph:
|
|
||||||
lib.unique
|
|
||||||
(builtins.map (e: e.y)
|
|
||||||
(builtins.filter (v: v.x == node) graph));
|
|
||||||
|
|
||||||
vertices = graph:
|
|
||||||
lib.unique
|
|
||||||
(builtins.map (x: x.y) graph ++ builtins.map (x: x.x) graph);
|
|
||||||
|
|
||||||
deleteVertex = node: graph: (builtins.filter (v: v.x != node && v.y != node) graph);
|
|
||||||
|
|
||||||
findSink = graph:
|
|
||||||
lib.findFirst
|
|
||||||
(v: outNodes v graph == [])
|
|
||||||
(lib.trace graph (builtins.abort "No sink found"))
|
|
||||||
(vertices graph);
|
|
||||||
|
|
||||||
topSort = graph:
|
|
||||||
if graph == []
|
|
||||||
then []
|
|
||||||
else if builtins.length graph == 1
|
|
||||||
then let only = builtins.head graph; in [only.y only.x]
|
|
||||||
else let sink = findSink graph; in [sink] ++ topSort (deleteVertex sink graph);
|
|
||||||
|
|
||||||
output = topSort input;
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
#/usr/bin/env -S deno run -A:q
|
|
||||||
set -x
|
|
||||||
session_cache="$HOME/.cache/tt-rss.session"
|
|
||||||
ttrss_endpoint=https://feed.kmein.de/api/
|
|
||||||
ttrss_user=k
|
|
||||||
ttrss_password=$(pass shared/tt-rss/password)
|
|
||||||
|
|
||||||
login() {
|
|
||||||
if [ -f "$session_cache" ]; then
|
|
||||||
session_id="$(cat "$session_cache")"
|
|
||||||
else
|
|
||||||
session_id="$(curl -d '{"op":"login","user":"'"$ttrss_user"'","password":"'"$ttrss_password"'"}' "$ttrss_endpoint" | jq -r .content.session_id)"
|
|
||||||
echo "$session_id" > "$session_cache"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
login
|
|
||||||
curl -d '{"sid":"'"$session_id"'","op":"getUnread"}' "$ttrss_endpoint" | jq .content
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -efux
|
|
||||||
expected_max_results=1024 # the upper bound on the number of restaurants
|
|
||||||
radius=250
|
|
||||||
|
|
||||||
echo '[out:json];node(id:260050809)->.cbase;
|
|
||||||
(
|
|
||||||
node(around.cbase:'$radius')[amenity=fast_food];
|
|
||||||
node(around.cbase:'$radius')[amenity=restaurant];
|
|
||||||
);out;' \
|
|
||||||
| curl -sSL -d @- -X POST http://overpass-api.de/api/interpreter \
|
|
||||||
| jq --argjson random "$(shuf -i 0-$expected_max_results -n 1)" '
|
|
||||||
.elements
|
|
||||||
| length as $length
|
|
||||||
| .[$random % $length]
|
|
||||||
'
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
import sys
|
|
||||||
import unicodedata
|
|
||||||
|
|
||||||
for index, character in enumerate(sys.stdin.read().strip()):
|
|
||||||
try:
|
|
||||||
print(index, character, hex(ord(character)), unicodedata.category(character), unicodedata.name(character))
|
|
||||||
except:
|
|
||||||
print(index, character, hex(ord(character)))
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
project=Filli
|
|
||||||
year=2022
|
|
||||||
|
|
||||||
for month in Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec; do
|
|
||||||
from="$(date +%F -d "$month 1, $year")"
|
|
||||||
to="$(date +%F -d "$month 1, $year + 1 month")"
|
|
||||||
watson report --json --from "$from" --to "$to" --project "$project"
|
|
||||||
done | jq --slurp '
|
|
||||||
def in_array($arr):
|
|
||||||
. as $value | any($arr[]; . == $value);
|
|
||||||
|
|
||||||
map(
|
|
||||||
["engadin-app","fysiweb","val-muestair","mia-engiadina","ol"] as $official_projects
|
|
||||||
| (.timespan.from | .[0:7]) as $timespan
|
|
||||||
| .projects | .[0]
|
|
||||||
| .time as $total_time
|
|
||||||
| .tags
|
|
||||||
| select(. != null)
|
|
||||||
| map(select(.name | in_array($official_projects)))
|
|
||||||
| (map(.time)|add) as $official_time
|
|
||||||
| map({key:.name, value:.time}) | from_entries
|
|
||||||
| .other |= ($total_time - $official_time)
|
|
||||||
| map_values(. / (60*60) | ceil)
|
|
||||||
| .month |= $timespan
|
|
||||||
)
|
|
||||||
'
|
|
||||||
31
.github/workflows/niveum.yml
vendored
31
.github/workflows/niveum.yml
vendored
@@ -7,31 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
system: [makanek,manakish,kabsa,zaatar,ful]
|
system: [makanek,manakish,kabsa,zaatar]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: Install QEMU (ARM)
|
- uses: cachix/install-nix-action@v16
|
||||||
run: sudo apt-get install -y qemu-user-static
|
- run: nix run .#build-${{matrix.system}}
|
||||||
if: ${{ matrix.system == 'ful' }}
|
|
||||||
- name: Install Nix (ARM)
|
|
||||||
uses: cachix/install-nix-action@v16
|
|
||||||
if: ${{ matrix.system == 'ful' }}
|
|
||||||
with:
|
|
||||||
extra_nix_config: |
|
|
||||||
system = aarch64-linux
|
|
||||||
- name: Install Nix (x86_64)
|
|
||||||
uses: cachix/install-nix-action@v16
|
|
||||||
if: ${{ matrix.system != 'ful' }}
|
|
||||||
- name: nixos-rebuild dry-build
|
|
||||||
run: |
|
|
||||||
# remove secrets: ref https://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule/36593218
|
|
||||||
git submodule deinit -f secrets
|
|
||||||
rm -rf .git/modules/secrets
|
|
||||||
git rm -f secrets
|
|
||||||
|
|
||||||
# recreate secrets
|
|
||||||
mkdir secrets
|
|
||||||
cat secrets.txt | while read -r path; do touch $path; done
|
|
||||||
git add secrets
|
|
||||||
|
|
||||||
nix run nixpkgs#nixos-rebuild -- dry-build --flake $GITHUB_WORKSPACE#${{matrix.system}}
|
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "secrets"]
|
|
||||||
path = secrets
|
|
||||||
url = ssh://gitea@code.kmein.de:22022/kfm/niveum-secrets.git
|
|
||||||
83
ci.nix
Normal file
83
ci.nix
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
inputs,
|
||||||
|
system,
|
||||||
|
name,
|
||||||
|
}: let
|
||||||
|
inherit (inputs) nixpkgs;
|
||||||
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
|
ensureFiles = paths:
|
||||||
|
pkgs.runCommand "directory" {} ''
|
||||||
|
set -efu
|
||||||
|
mkdir $out
|
||||||
|
cd $out
|
||||||
|
${
|
||||||
|
nixpkgs.lib.concatMapStringsSep "\n" (path: ''
|
||||||
|
mkdir -p "$(dirname ${nixpkgs.lib.escapeShellArg path})"
|
||||||
|
echo foo > ${nixpkgs.lib.escapeShellArg path}
|
||||||
|
'')
|
||||||
|
paths
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
nixPath = nixpkgs.lib.concatStringsSep ":" ([
|
||||||
|
"niveum=${toString ./.}"
|
||||||
|
"nixos-config=${toString ./.}/systems/${name}/configuration.nix"
|
||||||
|
"system-secrets=${systemSecrets}"
|
||||||
|
"secrets=${sharedSecrets}"
|
||||||
|
]
|
||||||
|
++ nixpkgs.lib.mapAttrsToList (name: value: "${name}=${value}") inputs);
|
||||||
|
# cd ~/.password-store/shared && find * -type f | sed 's/.gpg$//'
|
||||||
|
sharedSecrets = ensureFiles [
|
||||||
|
"di.fm/key"
|
||||||
|
"eduroam/identity"
|
||||||
|
"eduroam/password"
|
||||||
|
"hass/token"
|
||||||
|
"mail/cock"
|
||||||
|
"mail/fastmail"
|
||||||
|
"mail/gmail/amroplay"
|
||||||
|
"mail/gmail/kieran.meinhardt"
|
||||||
|
"mail/meinhaki"
|
||||||
|
"mail/posteo"
|
||||||
|
"nextcloud-fysi/password"
|
||||||
|
"nextcloud/password"
|
||||||
|
"openweathermap.key"
|
||||||
|
"restic/password"
|
||||||
|
"traadfri.key"
|
||||||
|
"wifi/Aether.psk"
|
||||||
|
"spotify/username"
|
||||||
|
"spotify/password"
|
||||||
|
];
|
||||||
|
systemSecrets = let
|
||||||
|
basic = ["retiolum.ed25519" "retiolum.key" "syncthing/cert.pem" "syncthing/key.pem"];
|
||||||
|
in
|
||||||
|
{
|
||||||
|
zaatar = ensureFiles (["moodle.token" "telegram/moodle-dl.token" "mpd-web.key"] ++ basic);
|
||||||
|
kabsa = ensureFiles basic;
|
||||||
|
manakish = ensureFiles basic;
|
||||||
|
tahina = ensureFiles basic;
|
||||||
|
makanek = ensureFiles ([
|
||||||
|
"irc/retiolum"
|
||||||
|
"irc/hackint"
|
||||||
|
"irc/libera"
|
||||||
|
"irc/oftc"
|
||||||
|
"matrix/nibbana"
|
||||||
|
"maxmind/license.key"
|
||||||
|
"moodle-dl/faye.token"
|
||||||
|
"nextcloud/admin"
|
||||||
|
"nextcloud/database"
|
||||||
|
"telegram/nachtischsatan.token"
|
||||||
|
"telegram/reverse.token"
|
||||||
|
"telegram/odyssey.token"
|
||||||
|
"telegram/betacode.token"
|
||||||
|
"telegram/moodle-dl.token"
|
||||||
|
"telegram/proverb.token"
|
||||||
|
"telegram/menstruation.token"
|
||||||
|
"telegram/cool_village.token"
|
||||||
|
"telegram/kmein.token"
|
||||||
|
"telegram/prometheus.token"
|
||||||
|
"weechat/relay"
|
||||||
|
]
|
||||||
|
++ basic);
|
||||||
|
}
|
||||||
|
.${name};
|
||||||
|
in
|
||||||
|
toString (pkgs.writers.writeDash "build" "NIX_PATH=${nixPath} nix-build '<nixpkgs/nixos>' -A system --dry-run")
|
||||||
270
configs/aerc.nix
270
configs/aerc.nix
@@ -1,270 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (import ../lib/email.nix) defaults;
|
|
||||||
in {
|
|
||||||
age.secrets = {
|
|
||||||
email-password-cock = {
|
|
||||||
file = ../secrets/email-password-cock.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
email-password-posteo = {
|
|
||||||
file = ../secrets/email-password-posteo.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
services.mbsync = {
|
|
||||||
enable = true;
|
|
||||||
frequency = "daily";
|
|
||||||
preExec = "${pkgs.coreutils}/bin/mkdir -p ${config.home-manager.users.me.accounts.email.maildirBasePath}";
|
|
||||||
postExec = "${pkgs.notmuch}/bin/notmuch new";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.notmuch = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = {
|
|
||||||
database.path = config.home-manager.users.me.accounts.email.maildirBasePath;
|
|
||||||
new.tags = "";
|
|
||||||
user.name = defaults.realName;
|
|
||||||
user.primary_email = config.home-manager.users.me.accounts.email.accounts.posteo.address;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.mbsync = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = lib.concatStringsSep "\n\n" (lib.mapAttrsToList (name: account: ''
|
|
||||||
IMAPAccount ${name}
|
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
||||||
Host ${account.imap.host}
|
|
||||||
PassCmd "${toString account.passwordCommand}"
|
|
||||||
User ${account.userName}
|
|
||||||
SSLType IMAPS
|
|
||||||
${lib.optionalString (lib.isInt account.imap.port) "Port ${toString account.imap.port}"}
|
|
||||||
|
|
||||||
IMAPStore ${name}-remote
|
|
||||||
Account ${name}
|
|
||||||
|
|
||||||
MaildirStore ${name}-local
|
|
||||||
Path ${config.home-manager.users.me.accounts.email.maildirBasePath}/${name}/
|
|
||||||
SubFolders Verbatim
|
|
||||||
|
|
||||||
Channel ${name}
|
|
||||||
Create Near
|
|
||||||
Expunge None
|
|
||||||
Far :${name}-remote:
|
|
||||||
Near :${name}-local:
|
|
||||||
Patterns *
|
|
||||||
Remove None
|
|
||||||
SyncState *
|
|
||||||
'')
|
|
||||||
config.home-manager.users.me.accounts.email.accounts);
|
|
||||||
};
|
|
||||||
|
|
||||||
accounts.email.accounts = {
|
|
||||||
cock =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
rec {
|
|
||||||
address = "2210@cock.li";
|
|
||||||
userName = address;
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-cock.path}";
|
|
||||||
realName = "";
|
|
||||||
imap.host = "mail.cock.li";
|
|
||||||
smtp.host = imap.host;
|
|
||||||
};
|
|
||||||
posteo =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
rec {
|
|
||||||
address = "kieran.meinhardt@posteo.net";
|
|
||||||
aliases = ["kmein@posteo.de"];
|
|
||||||
userName = address;
|
|
||||||
imap.host = "posteo.de";
|
|
||||||
smtp.host = imap.host;
|
|
||||||
primary = true;
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-posteo.path}";
|
|
||||||
# himalaya = { enable = true; backend = "imap"; sender = "smtp"; };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# programs.himalaya.enable = true;
|
|
||||||
|
|
||||||
programs.aerc = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
extraBinds = {
|
|
||||||
# Binds are of the form <key sequence> = <command to run>
|
|
||||||
# To use '=' in a key sequence, substitute it with "Eq": "<Ctrl+Eq>"
|
|
||||||
# If you wish to bind #, you can wrap the key sequence in quotes: "#" = quit
|
|
||||||
global = {
|
|
||||||
"<C-p>" = ":prev-tab<Enter>";
|
|
||||||
"<C-n>" = ":next-tab <Enter>";
|
|
||||||
"<C-t>" = ":term<Enter>";
|
|
||||||
"?" = ":help keys<Enter>";
|
|
||||||
};
|
|
||||||
messages = {
|
|
||||||
q = ":quit<Enter>";
|
|
||||||
j = ":next <Enter>";
|
|
||||||
"<Down>" = ":next<Enter>";
|
|
||||||
"<C-d>" = ":next 50%<Enter>";
|
|
||||||
"<C-f>" = ":next 100%<Enter>";
|
|
||||||
"<PgDn>" = ":next 100%<Enter>";
|
|
||||||
k = ":prev <Enter>";
|
|
||||||
"<Up>" = ":prev<Enter>";
|
|
||||||
"<C-u>" = ":prev 50%<Enter>";
|
|
||||||
"<C-b>" = ":prev 100%<Enter>";
|
|
||||||
"<PgUp>" = ":prev 100%<Enter>";
|
|
||||||
g = ":select 0 <Enter>";
|
|
||||||
G = ":select -1<Enter>";
|
|
||||||
J = ":next-folder <Enter>";
|
|
||||||
K = ":prev-folder<Enter>";
|
|
||||||
H = ":collapse-folder<Enter>";
|
|
||||||
L = ":expand-folder<Enter>";
|
|
||||||
"<space>" = ":read -t<Enter>:next<Enter>";
|
|
||||||
v = ":mark -t<Enter>";
|
|
||||||
V = ":mark -v<Enter>";
|
|
||||||
F = ":flag -t<Enter>";
|
|
||||||
T = ":toggle-threads<Enter>";
|
|
||||||
"<Enter>" = ":view<Enter>";
|
|
||||||
d = ":prompt 'Delete? ' 'delete-message'<Enter>";
|
|
||||||
D = ":move Trash<Enter>";
|
|
||||||
A = ":archive flat<Enter>";
|
|
||||||
C = ":compose<Enter>";
|
|
||||||
rr = ":reply -a<Enter>";
|
|
||||||
rq = ":reply -aq<Enter>";
|
|
||||||
Rr = ":reply<Enter>";
|
|
||||||
Rq = ":reply -q<Enter>";
|
|
||||||
c = ":cf<space>";
|
|
||||||
"$" = ":term<space>";
|
|
||||||
"!" = ":term<space>";
|
|
||||||
"|" = ":pipe<space>";
|
|
||||||
"/" = ":search<space>";
|
|
||||||
"\\" = ":filter <space>";
|
|
||||||
n = ":next-result<Enter>";
|
|
||||||
N = ":prev-result<Enter>";
|
|
||||||
"<Esc>" = ":clear<Enter>";
|
|
||||||
"*" = ":filter -x Flagged<Enter>";
|
|
||||||
};
|
|
||||||
view = {
|
|
||||||
"/" = ":toggle-key-passthrough <Enter> /";
|
|
||||||
q = ":close<Enter>";
|
|
||||||
O = ":open<Enter>";
|
|
||||||
S = ":save<space>";
|
|
||||||
"|" = ":pipe<space>";
|
|
||||||
D = ":move Trash<Enter>";
|
|
||||||
A = ":archive flat<Enter>";
|
|
||||||
"<C-l>" = ":open-link <space>";
|
|
||||||
f = ":forward <Enter>";
|
|
||||||
rr = ":reply -a<Enter>";
|
|
||||||
rq = ":reply -aq<Enter>";
|
|
||||||
Rr = ":reply<Enter>";
|
|
||||||
Rq = ":reply -q<Enter>";
|
|
||||||
H = ":toggle-headers<Enter>";
|
|
||||||
"<C-k>" = ":prev-part<Enter>";
|
|
||||||
"<C-j>" = ":next-part<Enter>";
|
|
||||||
J = ":next <Enter>";
|
|
||||||
K = ":prev<Enter>";
|
|
||||||
};
|
|
||||||
"view::passthrough" = {
|
|
||||||
"$noinherit" = "true";
|
|
||||||
"$ex" = "<C-x>";
|
|
||||||
"<Esc>" = ":toggle-key-passthrough<Enter>";
|
|
||||||
};
|
|
||||||
compose = {
|
|
||||||
# Keybindings used when the embedded terminal is not selected in the compose
|
|
||||||
# view
|
|
||||||
"$noinherit" = "true";
|
|
||||||
"$ex" = "<C-x>";
|
|
||||||
"<C-k>" = ":prev-field<Enter>";
|
|
||||||
"<C-j>" = ":next-field<Enter>";
|
|
||||||
"<tab>" = ":next-field<Enter>";
|
|
||||||
"<C-p>" = ":prev-tab<Enter>";
|
|
||||||
"<C-n>" = ":next-tab<Enter>";
|
|
||||||
};
|
|
||||||
|
|
||||||
"compose::editor" = {
|
|
||||||
# Keybindings used when the embedded terminal is selected in the compose view
|
|
||||||
"$noinherit" = "true";
|
|
||||||
"$ex" = "<C-x>";
|
|
||||||
"<C-k>" = ":prev-field<Enter>";
|
|
||||||
"<C-j>" = ":next-field<Enter>";
|
|
||||||
"<C-p>" = ":prev-tab<Enter>";
|
|
||||||
"<C-n>" = ":next-tab<Enter>";
|
|
||||||
};
|
|
||||||
|
|
||||||
"compose::review" = {
|
|
||||||
# Keybindings used when reviewing a message to be sent
|
|
||||||
y = ":send <Enter>";
|
|
||||||
n = ":abort<Enter>";
|
|
||||||
p = ":postpone<Enter>";
|
|
||||||
q = ":choose -o d discard abort -o p postpone postpone<Enter>";
|
|
||||||
e = ":edit<Enter>";
|
|
||||||
a = ":attach<space>";
|
|
||||||
d = ":detach<space>";
|
|
||||||
};
|
|
||||||
|
|
||||||
terminal = {
|
|
||||||
"$noinherit" = "true";
|
|
||||||
"$ex" = "<C-x>";
|
|
||||||
"<C-p>" = ":prev-tab<Enter>";
|
|
||||||
"<C-n>" = ":next-tab<Enter>";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
extraConfig = {
|
|
||||||
ui.sort = "-r date";
|
|
||||||
ui.timestamp-format = "2006-01-02 15:04";
|
|
||||||
ui.mouse-enabled = true;
|
|
||||||
ui.spinner = ". , .";
|
|
||||||
general.unsafe-accounts-conf = true;
|
|
||||||
general.pgp-provider = "gpg";
|
|
||||||
viewer = {pager = "${pkgs.less}/bin/less -R";};
|
|
||||||
compose = {
|
|
||||||
address-book-cmd = "khard email --remove-first-line --parsable '%s'";
|
|
||||||
no-attachment-warning = "(attach|attached|attachments?|anbei|Anhang|angehängt)";
|
|
||||||
};
|
|
||||||
filters = {
|
|
||||||
"text/plain" = "${pkgs.gawk}/bin/awk -f ${pkgs.aerc}/share/aerc/filters/colorize";
|
|
||||||
"text/calendar" = "${pkgs.gawk}/bin/awk -f ${pkgs.aerc}/share/aerc/filters/calendar";
|
|
||||||
"text/html" = "${pkgs.aerc}/share/aerc/filters/html"; # Requires w3m, dante
|
|
||||||
# "text/html" =
|
|
||||||
# "${pkgs.aerc}/share/aerc/filters/html | ${pkgs.aerc}/share/aerc/filters/colorize";
|
|
||||||
# "text/*" =
|
|
||||||
# ''${pkgs.bat}/bin/bat -fP --theme=ansi --file-name="$AERC_FILENAME "'';
|
|
||||||
"message/delivery-status" = "${pkgs.gawk}/bin/awk -f ${pkgs.aerc}/share/aerc/filters/colorize";
|
|
||||||
"message/rfc822" = "${pkgs.gawk}/bin/awk -f ${pkgs.aerc}/share/aerc/filters/colorize";
|
|
||||||
"application/x-sh" = "${pkgs.bat}/bin/bat -fP -l sh";
|
|
||||||
};
|
|
||||||
openers = let
|
|
||||||
as-pdf = pkgs.writers.writeDash "as-pdf" ''
|
|
||||||
d=$(mktemp -d)
|
|
||||||
trap clean EXIT
|
|
||||||
clean() {
|
|
||||||
rm -rf "$d"
|
|
||||||
}
|
|
||||||
${pkgs.libreoffice}/bin/libreoffice --headless --convert-to pdf "$1" --outdir "$d"
|
|
||||||
${pkgs.zathura}/bin/zathura "$d"/*.pdf
|
|
||||||
'';
|
|
||||||
in {
|
|
||||||
"image/*" = "${pkgs.nsxiv}/bin/nsxiv";
|
|
||||||
"application/pdf" = "${pkgs.zathura}/bin/zathura";
|
|
||||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" = toString as-pdf;
|
|
||||||
"application/vnd.oasis.opendocument.text" = toString as-pdf;
|
|
||||||
"video/*" = "${pkgs.mpv}/bin/mpv";
|
|
||||||
"audio/*" = "${pkgs.mpv}/bin/mpv";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
templates = {
|
|
||||||
# new_message = "hello!";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -3,19 +3,29 @@
|
|||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
alacritty-cfg = theme:
|
environment.variables.TERMINAL = "alacritty";
|
||||||
(pkgs.formats.yaml {}).generate "alacritty.yml" {
|
|
||||||
bell = {
|
environment.systemPackages = [
|
||||||
animation = "EaseOut";
|
pkgs.alacritty
|
||||||
duration = 100;
|
];
|
||||||
color = "#ffffff";
|
|
||||||
|
home-manager.users.me.xdg.configFile = let
|
||||||
|
inherit (import <niveum/lib>) colours;
|
||||||
|
colourNames = ["black" "red" "green" "yellow" "blue" "magenta" "cyan" "white"];
|
||||||
|
colourPairs = lib.getAttrs colourNames colours;
|
||||||
|
in {
|
||||||
|
"alacritty/alacritty.yml".source = (pkgs.formats.yaml {}).generate "alacritty.yml" {
|
||||||
|
background_opacity = 0.9;
|
||||||
|
colors = {
|
||||||
|
primary = {inherit (colours) background foreground;};
|
||||||
|
normal = lib.mapAttrs (_: colour: colour.dark) colourPairs;
|
||||||
|
bright = lib.mapAttrs (_: colour: colour.bright) colourPairs;
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
normal.family = "Monospace";
|
normal.family = "Monospace";
|
||||||
size = 6;
|
size = 6;
|
||||||
};
|
};
|
||||||
live_config_reload = true;
|
|
||||||
key_bindings = [
|
key_bindings = [
|
||||||
{
|
{
|
||||||
key = "Plus";
|
key = "Plus";
|
||||||
@@ -33,51 +43,6 @@
|
|||||||
action = "ResetFontSize";
|
action = "ResetFontSize";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
colors = let
|
|
||||||
colourNames = ["black" "red" "green" "yellow" "blue" "magenta" "cyan" "white"];
|
|
||||||
colourPairs = lib.getAttrs colourNames theme;
|
|
||||||
in {
|
|
||||||
primary = {inherit (theme) background foreground;};
|
|
||||||
cursor = {inherit (theme) cursor;};
|
|
||||||
normal = lib.mapAttrs (_: colour: colour.dark) colourPairs;
|
|
||||||
bright = lib.mapAttrs (_: colour: colour.bright) colourPairs;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
alacritty-pkg = pkgs.symlinkJoin {
|
|
||||||
name = "alacritty";
|
|
||||||
paths = [
|
|
||||||
(pkgs.writers.writeDashBin "alacritty" ''
|
|
||||||
${pkgs.alacritty}/bin/alacritty --config-file /var/theme/config/alacritty.yml msg create-window "$@" ||
|
|
||||||
${pkgs.alacritty}/bin/alacritty --config-file /var/theme/config/alacritty.yml "$@"
|
|
||||||
'')
|
|
||||||
pkgs.alacritty
|
|
||||||
];
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
environment.variables.TERMINAL = "alacritty";
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
programs.alacritty = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
key_bindings = [
|
|
||||||
{
|
|
||||||
key = "Plus";
|
|
||||||
mods = "Control";
|
|
||||||
action = "IncreaseFontSize";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
key = "Minus";
|
|
||||||
mods = "Control";
|
|
||||||
action = "DecreaseFontSize";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
key = "Key0";
|
|
||||||
mods = "Control";
|
|
||||||
action = "ResetFontSize";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
programs.adb.enable = true;
|
|
||||||
|
|
||||||
users.users.me.extraGroups = ["adbusers"];
|
|
||||||
}
|
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) restic;
|
inherit (import <niveum/lib>) restic;
|
||||||
in {
|
in {
|
||||||
services.restic.backups.niveum = {
|
services.restic.backups.niveum = {
|
||||||
initialize = true;
|
initialize = true;
|
||||||
@@ -12,23 +12,17 @@ in {
|
|||||||
OnCalendar = "8:00";
|
OnCalendar = "8:00";
|
||||||
RandomizedDelaySec = "1h";
|
RandomizedDelaySec = "1h";
|
||||||
};
|
};
|
||||||
passwordFile = config.age.secrets.restic.path;
|
passwordFile = toString <secrets/restic/password>;
|
||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--exclude=/home/kfm/projects/nixpkgs/.git"
|
"--exclude=/home/kfm/projects/nixpkgs/.git"
|
||||||
"--exclude=node_modules"
|
"--exclude=node_modules"
|
||||||
"--exclude=.parcel-cache"
|
|
||||||
];
|
];
|
||||||
paths = [
|
paths = [
|
||||||
"/home/kfm/work"
|
"/home/kfm/work"
|
||||||
"/home/kfm/projects"
|
"/home/kfm/projects"
|
||||||
"/home/kfm/Zotero"
|
|
||||||
"/home/kfm/notes"
|
|
||||||
"/home/kfm/Maildir"
|
|
||||||
"/home/kfm/cloud"
|
"/home/kfm/cloud"
|
||||||
"/home/kfm/.gnupg"
|
"/home/kfm/.gnupg"
|
||||||
"/home/kfm/.ssh"
|
"/home/kfm/.ssh"
|
||||||
"/mnt/sd-card/music"
|
|
||||||
"/mnt/sd-card/Books"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -41,7 +35,7 @@ in {
|
|||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.writers.writeDashBin "restic-niveum" ''
|
(pkgs.writers.writeDashBin "restic-niveum" ''
|
||||||
${pkgs.restic}/bin/restic -r ${restic.repository} -p ${config.age.secrets.restic.path} "$@"
|
${pkgs.restic}/bin/restic -r ${restic.repository} -p ${<secrets/restic/password>} "$@"
|
||||||
'')
|
'')
|
||||||
(pkgs.writers.writeDashBin "restic-mount" ''
|
(pkgs.writers.writeDashBin "restic-mount" ''
|
||||||
mountdir=$(mktemp -d)
|
mountdir=$(mktemp -d)
|
||||||
@@ -49,7 +43,7 @@ in {
|
|||||||
clean() {
|
clean() {
|
||||||
rm -r "$mountdir"
|
rm -r "$mountdir"
|
||||||
}
|
}
|
||||||
${pkgs.restic}/bin/restic -r ${restic.repository} -p ${config.age.secrets.restic.path} mount "$mountdir"
|
${pkgs.restic}/bin/restic -r ${restic.repository} -p ${<secrets/restic/password>} mount "$mountdir"
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
promptInit = ''
|
promptInit = ''
|
||||||
PS1="$(${pkgs.ncurses}/bin/tput bold)\w \$([[ \$? == 0 ]] && echo \"\[\033[1;32m\]\" || echo \"\[\033[1;31m\]\")\$$(${pkgs.ncurses}/bin/tput sgr0) "'';
|
PS1="$(tput bold)\w \$([[ \$? == 0 ]] && echo \"\[\033[1;32m\]\" || echo \"\[\033[1;31m\]\")\$$(tput sgr0) "'';
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set -o vi
|
set -o vi
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
acpi_call
|
acpi_call
|
||||||
];
|
];
|
||||||
boot.kernelModules = ["tp_smapi" "acpi_call"];
|
boot.kernelModules = ["tp_smapi" "acpi_call"];
|
||||||
environment.systemPackages = [pkgs.tpacpi-bat pkgs.powertop];
|
environment.systemPackages = [pkgs.tpacpi-bat];
|
||||||
|
|
||||||
services.tlp = {
|
services.tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -9,9 +9,7 @@
|
|||||||
lib.concatStringsSep "," ["Source" "Sink" "Media" "Socket"];
|
lib.concatStringsSep "," ["Source" "Sink" "Media" "Socket"];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.blueman.enable = true;
|
environment.systemPackages = [pkgs.blueman];
|
||||||
|
|
||||||
# environment.systemPackages = [pkgs.blueman];
|
home-manager.users.me = {services.blueman-applet.enable = false;};
|
||||||
|
|
||||||
home-manager.users.me = {services.blueman-applet.enable = true;};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs.chromium = {
|
programs.chromium = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extensions = [
|
extensions = [
|
||||||
@@ -11,86 +7,9 @@
|
|||||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
||||||
"pjjgklgkfeoeiebjogplpnibpfnffkng" # undistracted
|
"pjjgklgkfeoeiebjogplpnibpfnffkng" # undistracted
|
||||||
"nhdogjmejiglipccpnnnanhbledajbpd" # vuejs devtools
|
"nhdogjmejiglipccpnnnanhbledajbpd" # vuejs devtools
|
||||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # dark reader
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
programs.firefox = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.firefox.override {
|
|
||||||
cfg = {
|
|
||||||
enableTridactylNative = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
profiles = let
|
|
||||||
defaultSettings = {
|
|
||||||
"beacon.enabled" = false;
|
|
||||||
"browser.bookmarks.showMobileBookmarks" = true;
|
|
||||||
"browser.newtab.preload" = false;
|
|
||||||
"browser.search.isUS" = false;
|
|
||||||
"browser.search.region" = "DE";
|
|
||||||
"browser.send_pings" = false;
|
|
||||||
"browser.shell.checkDefaultBrowser" = false;
|
|
||||||
"browser.startup.homepage" = "chrome://browser/content/blanktab.html";
|
|
||||||
"browser.uidensity" = 1;
|
|
||||||
"browser.urlbar.placeholderName" = "Search";
|
|
||||||
"datareporting.healthreport.service.enabled" = false;
|
|
||||||
"datareporting.healthreport.uploadEnabled" = false;
|
|
||||||
"datareporting.policy.dataSubmissionEnabled" = false;
|
|
||||||
"datareporting.sessions.current.clean" = true;
|
|
||||||
"distribution.searchplugins.defaultLocale" = "de-DE";
|
|
||||||
"general.smoothScroll" = true;
|
|
||||||
"identity.fxaccounts.account.device.name" = config.networking.hostName;
|
|
||||||
"network.cookie.cookieBehavior" = 1;
|
|
||||||
"privacy.donottrackheader.enabled" = true;
|
|
||||||
"privacy.trackingprotection.enabled" = true;
|
|
||||||
"privacy.trackingprotection.pbmode.enabled" = true;
|
|
||||||
"privacy.trackingprotection.socialtracking.enabled" = true;
|
|
||||||
"services.sync.declinedEngines" = "passwords";
|
|
||||||
"services.sync.engine.passwords" = false;
|
|
||||||
"signon.autofillForms" = false;
|
|
||||||
"signon.rememberSignons" = false;
|
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
|
||||||
"toolkit.telemetry.archive.enabled" = false;
|
|
||||||
"toolkit.telemetry.bhrPing.enabled" = false;
|
|
||||||
"toolkit.telemetry.cachedClientID" = "";
|
|
||||||
"toolkit.telemetry.enabled" = false;
|
|
||||||
"toolkit.telemetry.firstShutdownPing.enabled" = false;
|
|
||||||
"toolkit.telemetry.hybridContent.enabled" = false;
|
|
||||||
"toolkit.telemetry.newProfilePing.enabled" = false;
|
|
||||||
"toolkit.telemetry.prompted" = 2;
|
|
||||||
"toolkit.telemetry.rejected" = true;
|
|
||||||
"toolkit.telemetry.server" = "";
|
|
||||||
"toolkit.telemetry.shutdownPingSender.enabled" = false;
|
|
||||||
"toolkit.telemetry.unified" = false;
|
|
||||||
"toolkit.telemetry.unifiedIsOptIn" = false;
|
|
||||||
"toolkit.telemetry.updatePing.enabled" = false;
|
|
||||||
"ui.prefersReducedMotion" = 1;
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
default = {
|
|
||||||
id = 0;
|
|
||||||
isDefault = true;
|
|
||||||
settings = defaultSettings;
|
|
||||||
# extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
|
||||||
# ublock-origin
|
|
||||||
# darkreader
|
|
||||||
# sponsorblock
|
|
||||||
# consent-o-matic
|
|
||||||
# i-dont-care-about-cookies
|
|
||||||
# # auto-tab-discard TODO what is this
|
|
||||||
# ];
|
|
||||||
userChrome = ''
|
|
||||||
#TabsToolbar {
|
|
||||||
visibility: collapse !important;
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.brave];
|
environment.systemPackages = [pkgs.brave];
|
||||||
|
|
||||||
environment.variables.BROWSER = "brave";
|
environment.variables.BROWSER = "brave";
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
services.clipmenu.enable = true;
|
|
||||||
}
|
|
||||||
@@ -4,17 +4,41 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) tmpfilesConfig;
|
inherit (import <niveum/lib>) tmpfilesConfig;
|
||||||
in {
|
in {
|
||||||
|
imports = [
|
||||||
|
<niveum/modules/dropbox.nix>
|
||||||
|
];
|
||||||
|
|
||||||
|
niveum = {
|
||||||
|
dropbox.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules = map tmpfilesConfig [
|
systemd.tmpfiles.rules = map tmpfilesConfig [
|
||||||
{
|
{
|
||||||
type = "L+";
|
type = "L+";
|
||||||
user = config.users.users.me.name;
|
user = config.users.users.me.name;
|
||||||
group = "users";
|
group = "users";
|
||||||
mode = "0755";
|
mode = "0755";
|
||||||
argument = "${config.users.users.me.home}/cloud/nextcloud/Uni";
|
argument = "${config.users.users.me.home}/cloud/Seafile/Wiki";
|
||||||
|
path = "${config.users.users.me.home}/notes";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
type = "L+";
|
||||||
|
user = config.users.users.me.name;
|
||||||
|
group = "users";
|
||||||
|
mode = "0755";
|
||||||
|
argument = "${config.users.users.me.home}/cloud/Seafile/Uni";
|
||||||
path = "${config.users.users.me.home}/uni";
|
path = "${config.users.users.me.home}/uni";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
type = "L+";
|
||||||
|
user = config.users.users.me.name;
|
||||||
|
group = "users";
|
||||||
|
mode = "0755";
|
||||||
|
argument = "${config.users.users.me.home}/cloud/syncthing/common/mahlzeit";
|
||||||
|
path = "${config.users.users.me.home}/mahlzeit";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
@@ -23,34 +47,6 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
startInBackground = true;
|
startInBackground = true;
|
||||||
};
|
};
|
||||||
systemd.user.services.nextcloud-client = {
|
|
||||||
Unit = {
|
|
||||||
Wants = ["gnome-keyring.service"];
|
|
||||||
After = ["gnome-keyring.service"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.user.services.nextcloud-syncer = {
|
|
||||||
enable = false;
|
|
||||||
wants = ["network-online.target"];
|
|
||||||
wantedBy = ["default.target"];
|
|
||||||
startAt = "*:00/10";
|
|
||||||
script = let
|
|
||||||
kieran = {
|
|
||||||
user = "kieran";
|
|
||||||
passwordFile = config.age.secrets.nextcloud-password-kieran.path;
|
|
||||||
endpoint = "https://cloud.kmein.de";
|
|
||||||
target = "${config.users.users.me.home}/notes";
|
|
||||||
};
|
|
||||||
in ''
|
|
||||||
mkdir -p ${lib.escapeShellArg kieran.target}
|
|
||||||
${pkgs.nextcloud-client}/bin/nextcloudcmd --non-interactive --user ${kieran.user} --password "$(cat ${kieran.passwordFile})" --path /Notes ${lib.escapeShellArg kieran.target} ${kieran.endpoint}
|
|
||||||
'';
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "oneshot";
|
|
||||||
Restart = "on-failure";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
@@ -58,41 +54,20 @@ in {
|
|||||||
set -efu
|
set -efu
|
||||||
book="$({
|
book="$({
|
||||||
${pkgs.findutils}/bin/find ${config.users.users.me.home}/cloud/syncthing/library -type f
|
${pkgs.findutils}/bin/find ${config.users.users.me.home}/cloud/syncthing/library -type f
|
||||||
${pkgs.findutils}/bin/find ${config.users.users.me.home}/cloud/nextcloud/Books -type f
|
${pkgs.findutils}/bin/find ${config.users.users.me.home}/cloud/Seafile/Books -type f
|
||||||
} | ${pkgs.fzf}/bin/fzf)"
|
} | ${pkgs.fzf}/bin/fzf)"
|
||||||
exec ${pkgs.zathura}/bin/zathura "$book"
|
${pkgs.zathura}/bin/zathura "$book"
|
||||||
'')
|
'')
|
||||||
(let
|
|
||||||
kieran = {
|
|
||||||
user = "kieran.meinhardt@gmail.com";
|
|
||||||
passwordFile = config.age.secrets.mega-password.path;
|
|
||||||
};
|
|
||||||
megatools = command: ''${pkgs.megatools}/bin/megatools ${command} --username ${lib.escapeShellArg kieran.user} --password "$(cat ${kieran.passwordFile})"'';
|
|
||||||
in
|
|
||||||
pkgs.writers.writeDashBin "book-mega" ''
|
|
||||||
set -efu
|
|
||||||
selection="$(${megatools "ls"} | ${pkgs.fzf}/bin/fzf)"
|
|
||||||
test -n "$selection" || exit 1
|
|
||||||
|
|
||||||
tmpdir="$(mktemp -d)"
|
|
||||||
trap clean EXIT
|
|
||||||
clean() {
|
|
||||||
rm -rf "$tmpdir"
|
|
||||||
}
|
|
||||||
|
|
||||||
(
|
|
||||||
cd "$tmpdir"
|
|
||||||
${megatools "get"} "$selection"
|
|
||||||
exec ${pkgs.zathura}/bin/zathura "$(basename "$selection")"
|
|
||||||
)
|
|
||||||
'')
|
|
||||||
];
|
];
|
||||||
|
|
||||||
age.secrets.mega-password = {
|
fileSystems."/media/moodle" = {
|
||||||
file = ../secrets/mega-password.age;
|
device = "zaatar.r:/moodle";
|
||||||
owner = config.users.users.me.name;
|
fsType = "nfs";
|
||||||
group = config.users.users.me.group;
|
options = [
|
||||||
mode = "400";
|
"x-systemd.idle-timeout=600"
|
||||||
|
"noauto"
|
||||||
|
"x-systemd.automount"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing = rec {
|
services.syncthing = rec {
|
||||||
@@ -101,20 +76,15 @@ in {
|
|||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
configDir = "/home/kfm/.config/syncthing";
|
configDir = "/home/kfm/.config/syncthing";
|
||||||
dataDir = "/home/kfm/.config/syncthing";
|
dataDir = "/home/kfm/.config/syncthing";
|
||||||
cert = config.age.secrets.syncthing-cert.path;
|
cert = toString <system-secrets/syncthing/cert.pem>;
|
||||||
key = config.age.secrets.syncthing-key.path;
|
key = toString <system-secrets/syncthing/key.pem>;
|
||||||
inherit ((import ../lib).syncthing) devices;
|
inherit ((import <niveum/lib>).syncthing) devices;
|
||||||
folders = let
|
folders = let
|
||||||
cloud-dir = "${config.users.users.me.home}/cloud";
|
cloud-dir = "${config.users.users.me.home}/cloud";
|
||||||
in {
|
in {
|
||||||
"${cloud-dir}/syncthing/zotero".devices = ["kabsa" "manakish"];
|
|
||||||
"${cloud-dir}/syncthing/common".devices = ["kabsa" "manakish"];
|
"${cloud-dir}/syncthing/common".devices = ["kabsa" "manakish"];
|
||||||
"${cloud-dir}/syncthing/library".devices = ["kabsa" "manakish" "heym"];
|
"${cloud-dir}/syncthing/library".devices = ["kabsa" "manakish" "heym"];
|
||||||
"${cloud-dir}/syncthing/mundoiu".devices = ["kabsa" "manakish" "heym"];
|
"${cloud-dir}/syncthing/mundoiu".devices = ["kabsa" "manakish" "heym"];
|
||||||
"${cloud-dir}/syncthing/obsidian" = {
|
|
||||||
devices = ["kabsa" "manakish" "heym"];
|
|
||||||
id = "3r1hu-3barr";
|
|
||||||
};
|
|
||||||
"${cloud-dir}/syncthing/music" = {
|
"${cloud-dir}/syncthing/music" = {
|
||||||
devices = ["kabsa" "manakish" "heym" "zaatar"];
|
devices = ["kabsa" "manakish" "heym" "zaatar"];
|
||||||
id = "music";
|
id = "music";
|
||||||
|
|||||||
8
configs/compton.nix
Normal file
8
configs/compton.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
services.compton = {
|
||||||
|
enable = true;
|
||||||
|
shadow = true;
|
||||||
|
menuOpacity = 0.9;
|
||||||
|
shadowOpacity = 0.3;
|
||||||
|
};
|
||||||
|
}
|
||||||
40
configs/copyq.nix
Normal file
40
configs/copyq.nix
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
copyqConfig = pkgs.writers.writeDash "copyq-config" ''
|
||||||
|
${pkgs.copyq}/bin/copyq config check_clipboard true
|
||||||
|
${pkgs.copyq}/bin/copyq config check_selection false
|
||||||
|
${pkgs.copyq}/bin/copyq config copy_clipboard true
|
||||||
|
${pkgs.copyq}/bin/copyq config copy_selection false
|
||||||
|
|
||||||
|
${pkgs.copyq}/bin/copyq config activate_closes true
|
||||||
|
${pkgs.copyq}/bin/copyq config clipboard_notification_lines 0
|
||||||
|
${pkgs.copyq}/bin/copyq config clipboard_tab \&clipboard
|
||||||
|
${pkgs.copyq}/bin/copyq config disable_tray false
|
||||||
|
${pkgs.copyq}/bin/copyq config hide_tabs false
|
||||||
|
${pkgs.copyq}/bin/copyq config hide_toolbar false
|
||||||
|
${pkgs.copyq}/bin/copyq config item_popup_interval true
|
||||||
|
${pkgs.copyq}/bin/copyq config maxitems 1000
|
||||||
|
${pkgs.copyq}/bin/copyq config move true
|
||||||
|
${pkgs.copyq}/bin/copyq config text_wrap true
|
||||||
|
'';
|
||||||
|
in {
|
||||||
|
environment.systemPackages = [pkgs.copyq];
|
||||||
|
|
||||||
|
systemd.user.services.copyq = {
|
||||||
|
wantedBy = ["graphical-session.target"];
|
||||||
|
environment = {
|
||||||
|
DISPLAY = ":${toString config.services.xserver.display}";
|
||||||
|
};
|
||||||
|
serviceConfig = {
|
||||||
|
SyslogIdentifier = "copyq";
|
||||||
|
ExecStart = "${pkgs.copyq}/bin/copyq";
|
||||||
|
ExecStartPost = copyqConfig;
|
||||||
|
Restart = "always";
|
||||||
|
RestartSec = "15s";
|
||||||
|
StartLimitBurst = 0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -2,53 +2,50 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
niveumPackages,
|
options,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib.strings) makeBinPath;
|
inherit (lib.strings) makeBinPath;
|
||||||
inherit (import ../lib) localAddresses kieran;
|
inherit (import <niveum/lib>) localAddresses kieran;
|
||||||
defaultApplications = (import ../lib).defaultApplications {inherit pkgs;};
|
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.self.nixosModules.system-dependent
|
<home-manager/nixos>
|
||||||
inputs.self.nixosModules.power-action
|
<niveum/modules/system-dependent.nix>
|
||||||
{
|
{
|
||||||
boot.supportedFilesystems = ["ntfs"];
|
boot.supportedFilesystems = ["ntfs"];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
nix.nixPath = [
|
||||||
|
"/var/src"
|
||||||
|
"nixpkgs-overlays=${toString ../overlays}"
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
packageOverrides = pkgs: {
|
packageOverrides = pkgs: {
|
||||||
dmenu = pkgs.writers.writeDashBin "dmenu" ''exec ${pkgs.rofi}/bin/rofi -dmenu "$@"'';
|
dmenu = pkgs.writers.writeDashBin "dmenu" ''exec ${pkgs.rofi}/bin/rofi -dmenu "$@"'';
|
||||||
|
gfs-fonts = pkgs.callPackage <niveum/packages/gfs-fonts.nix> {};
|
||||||
|
tocharian-font = pkgs.callPackage <niveum/packages/tocharian-font.nix> {};
|
||||||
|
iolanguage = pkgs.callPackage <niveum/packages/iolanguage.nix> {};
|
||||||
|
ix = pkgs.callPackage <niveum/packages/ix.nix> {};
|
||||||
};
|
};
|
||||||
permittedInsecurePackages = [
|
|
||||||
"qtwebkit-5.212.0-alpha4"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
overlays = [
|
||||||
|
(self: super: {
|
||||||
|
scripts = import <niveum/packages/scripts> {
|
||||||
|
pkgs = super;
|
||||||
|
lib = super.lib;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.cleanTmpDir = true;
|
||||||
boot.loader.timeout = 1;
|
boot.loader.timeout = 1;
|
||||||
}
|
}
|
||||||
{
|
|
||||||
age.secrets = {
|
|
||||||
di-fm-key = {
|
|
||||||
file = ../secrets/di-fm-key.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
restic = {
|
|
||||||
file = ../secrets/restic.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
programs.zathura = {
|
programs.zathura = {
|
||||||
@@ -60,19 +57,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.capitaine-cursors
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
home.pointerCursor = {
|
|
||||||
name = "capitaine-cursors-white";
|
|
||||||
package = pkgs.capitaine-cursors;
|
|
||||||
size = 12;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
@@ -81,16 +65,39 @@ in {
|
|||||||
users.users.me = {
|
users.users.me = {
|
||||||
name = "kfm";
|
name = "kfm";
|
||||||
description = kieran.name;
|
description = kieran.name;
|
||||||
passwordFile = config.age.secrets.kfm-password.path;
|
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets = {
|
home-manager.users.me.xdg.enable = true;
|
||||||
kfm-password.file = ../secrets/kfm-password.age;
|
home-manager.users.me.dconf.enable = false;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
sound.enable = true;
|
||||||
|
|
||||||
|
hardware.pulseaudio = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.pulseaudioFull;
|
||||||
|
extraModules = [pkgs.pulseaudio-modules-bt];
|
||||||
|
# copy server:/run/pulse/.config/pulse/cookie to client:~/.config/pulse/cookie to authenticate a client machine
|
||||||
|
zeroconf.discovery.enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
load-module ${
|
||||||
|
toString [
|
||||||
|
"module-tunnel-sink-new"
|
||||||
|
"server=zaatar.r"
|
||||||
|
"sink_name=zaatar"
|
||||||
|
"channels=2"
|
||||||
|
"rate=44100"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.me.xdg.enable = true;
|
users.users.me.extraGroups = ["audio"];
|
||||||
|
|
||||||
|
environment.systemPackages = [pkgs.pavucontrol pkgs.ncpamixer pkgs.pamixer pkgs.pulsemixer];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
environment.interactiveShellInit = "export PATH=$PATH:$HOME/projects/niveum";
|
environment.interactiveShellInit = "export PATH=$PATH:$HOME/projects/niveum";
|
||||||
@@ -108,13 +115,13 @@ in {
|
|||||||
cd "$(mktemp -d)"
|
cd "$(mktemp -d)"
|
||||||
pwd
|
pwd
|
||||||
'';
|
'';
|
||||||
swallow = command: "${niveumPackages.swallow}/bin/swallow ${command}";
|
swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}";
|
||||||
in {
|
in {
|
||||||
"ß" = "${pkgs.util-linux}/bin/setsid";
|
"ß" = "${pkgs.utillinux}/bin/setsid";
|
||||||
cat = "${pkgs.bat}/bin/bat --theme=ansi --style=plain";
|
cat = "${pkgs.bat}/bin/bat --style=plain";
|
||||||
chromium-incognito = "chromium --user-data-dir=$(mktemp -d /tmp/chr.XXXXXX) --no-first-run --incognito";
|
chromium-incognito = "chromium --user-data-dir=$(mktemp -d /tmp/chr.XXXXXX) --no-first-run --incognito";
|
||||||
cp = "cp --interactive";
|
cp = "cp --interactive";
|
||||||
ip = "${pkgs.iproute2}/bin/ip -c";
|
ip = "${pkgs.iproute}/bin/ip -c";
|
||||||
l = "ls --color=auto --time-style=long-iso --almost-all";
|
l = "ls --color=auto --time-style=long-iso --almost-all";
|
||||||
ls = "ls --color=auto --time-style=long-iso";
|
ls = "ls --color=auto --time-style=long-iso";
|
||||||
ll = "ls --color=auto --time-style=long-iso -l";
|
ll = "ls --color=auto --time-style=long-iso -l";
|
||||||
@@ -122,7 +129,7 @@ in {
|
|||||||
mv = "mv --interactive";
|
mv = "mv --interactive";
|
||||||
nixi = "nix repl '<nixpkgs>'";
|
nixi = "nix repl '<nixpkgs>'";
|
||||||
ns = "nix-shell --run zsh";
|
ns = "nix-shell --run zsh";
|
||||||
o = "${pkgs.xdg-utils}/bin/xdg-open";
|
o = "${pkgs.xdg_utils}/bin/xdg-open";
|
||||||
pbcopy = "${pkgs.xclip}/bin/xclip -selection clipboard -in";
|
pbcopy = "${pkgs.xclip}/bin/xclip -selection clipboard -in";
|
||||||
pbpaste = "${pkgs.xclip}/bin/xclip -selection clipboard -out";
|
pbpaste = "${pkgs.xclip}/bin/xclip -selection clipboard -out";
|
||||||
rm = "rm --interactive";
|
rm = "rm --interactive";
|
||||||
@@ -131,22 +138,17 @@ in {
|
|||||||
cdt = "source ${cdt}";
|
cdt = "source ${cdt}";
|
||||||
vit = "$EDITOR $(mktemp)";
|
vit = "$EDITOR $(mktemp)";
|
||||||
tmux = "${pkgs.tmux}/bin/tmux -2";
|
tmux = "${pkgs.tmux}/bin/tmux -2";
|
||||||
sxiv = swallow "${pkgs.nsxiv}/bin/nsxiv";
|
sxiv = swallow "${pkgs.sxiv}/bin/sxiv";
|
||||||
zathura = swallow "${pkgs.zathura}/bin/zathura";
|
zathura = swallow "${pkgs.zathura}/bin/zathura";
|
||||||
us = "${pkgs.systemd}/bin/systemctl --user";
|
us = "${pkgs.systemd}/bin/systemctl --user";
|
||||||
wcd = "source ${wcd}";
|
wcd = "source ${wcd}";
|
||||||
im = "${pkgs.openssh}/bin/ssh weechat@makanek -t tmux attach-session -t IM";
|
im = "${pkgs.openssh}/bin/ssh weechat@makanek -t tmux attach-session -t IM";
|
||||||
where = "source ${where}";
|
where = "source ${where}";
|
||||||
yt = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -ic"; # Download video link
|
yt = "${pkgs.youtube-dl}/bin/youtube-dl --add-metadata -ic"; # Download video link
|
||||||
yta = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -xic"; # Download with audio
|
yta = "${pkgs.youtube-dl}/bin/youtube-dl --add-metadata -xic"; # Download with audio
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
i18n = {
|
|
||||||
defaultLocale = "en_DK.UTF-8";
|
|
||||||
supportedLocales = ["all"];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{i18n.defaultLocale = "en_DK.UTF-8";}
|
||||||
{
|
{
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -168,29 +170,20 @@ in {
|
|||||||
{
|
{
|
||||||
security.wrappers = {
|
security.wrappers = {
|
||||||
pmount = {
|
pmount = {
|
||||||
setuid = true;
|
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "users";
|
||||||
source = "${pkgs.pmount}/bin/pmount";
|
source = "${pkgs.pmount}/bin/pmount";
|
||||||
};
|
};
|
||||||
pumount = {
|
pumount = {
|
||||||
setuid = true;
|
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "users";
|
||||||
source = "${pkgs.pmount}/bin/pumount";
|
source = "${pkgs.pmount}/bin/pumount";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{programs.command-not-found.enable = true;}
|
{programs.command-not-found.enable = true;}
|
||||||
{
|
{
|
||||||
home-manager.users.me = {
|
programs.gnupg.agent.enable = true;
|
||||||
services.gpg-agent = rec {
|
|
||||||
enable = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
defaultCacheTtl = 2 * 60 * 60;
|
|
||||||
maxCacheTtl = 4 * defaultCacheTtl;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.gnupg
|
pkgs.gnupg
|
||||||
@@ -214,41 +207,19 @@ in {
|
|||||||
})
|
})
|
||||||
localAddresses;
|
localAddresses;
|
||||||
}
|
}
|
||||||
{
|
|
||||||
home-manager.users.me.home.stateVersion = "22.05";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
systemd.user.services.udiskie = {
|
|
||||||
after = ["udisks2.service"];
|
|
||||||
wants = ["udisks2.service"];
|
|
||||||
wantedBy = ["graphical-session.target"];
|
|
||||||
serviceConfig = {
|
|
||||||
ExecStart = "${pkgs.udiskie}/bin/udiskie --verbose --no-config --notify";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
services.udisks2.enable = true;
|
|
||||||
programs.dconf.enable = true;
|
|
||||||
home-manager.users.me = {
|
|
||||||
dconf.enable = true;
|
|
||||||
dconf.settings = {
|
|
||||||
# Change the default terminal for Nemo
|
|
||||||
"org/cinnamon/desktop/applications/terminal".exec = defaultApplications.terminal;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
./android.nix
|
|
||||||
./stylix.nix
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./backup.nix
|
./backup.nix
|
||||||
./bash.nix
|
./bash.nix
|
||||||
|
./beets.nix
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./aerc.nix
|
|
||||||
./ccc.nix
|
./ccc.nix
|
||||||
./khal.nix
|
./khal.nix
|
||||||
./chromium.nix
|
./chromium.nix
|
||||||
./clipboard.nix
|
|
||||||
./cloud.nix
|
./cloud.nix
|
||||||
|
./copyq.nix
|
||||||
|
./compton.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
|
./distrobump.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./flix.nix
|
./flix.nix
|
||||||
@@ -258,39 +229,39 @@ in {
|
|||||||
./hledger.nix
|
./hledger.nix
|
||||||
./htop.nix
|
./htop.nix
|
||||||
./hu-berlin.nix
|
./hu-berlin.nix
|
||||||
./fu-berlin.nix
|
|
||||||
./fysi.nix
|
|
||||||
./i3.nix
|
./i3.nix
|
||||||
./i3status-rust.nix
|
|
||||||
./keyboard.nix
|
./keyboard.nix
|
||||||
./lb.nix
|
./lb.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
./mime.nix
|
./mime.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
./neomutt.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./newsboat.nix
|
./newsboat.nix
|
||||||
./flameshot.nix
|
./flameshot-once.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./picom.nix
|
|
||||||
./stardict.nix
|
./stardict.nix
|
||||||
./polkit.nix
|
./polkit.nix
|
||||||
./power-action.nix
|
./power-action.nix
|
||||||
./printing.nix
|
./printing.nix
|
||||||
|
./openweathermap.nix
|
||||||
|
./wallpaper.nix
|
||||||
./redshift.nix
|
./redshift.nix
|
||||||
./retiolum.nix
|
./retiolum.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./spacetime.nix
|
./spacetime.nix
|
||||||
|
./seafile.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./sshd.nix
|
./sshd.nix
|
||||||
./sound.nix
|
|
||||||
./sudo.nix
|
./sudo.nix
|
||||||
|
./sxiv.nix
|
||||||
|
./theming.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
|
./traadfri.nix
|
||||||
./unclutter.nix
|
./unclutter.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./watson.nix
|
./watson.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
./tor.nix
|
./tor.nix
|
||||||
./stw-berlin.nix
|
|
||||||
./mastodon-bot.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
cat > shell.nix <<'EOF'
|
cat > shell.nix <<'EOF'
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = [];
|
buildInputs = [];
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
''${EDITOR:-vim} shell.nix
|
''${EDITOR:-vim} shell.nix
|
||||||
|
|||||||
@@ -12,5 +12,5 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
users.users.me.extraGroups = ["docker"];
|
users.users.me.extraGroups = ["docker"];
|
||||||
environment.systemPackages = [pkgs.docker pkgs.docker-compose];
|
environment.systemPackages = [pkgs.docker pkgs.docker_compose];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) defaultApplications theme;
|
inherit (import <niveum/lib>) defaultApplications colours theme;
|
||||||
in {
|
in {
|
||||||
home-manager.users.me.services.dunst = {
|
home-manager.users.me.services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -11,13 +11,16 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
transparency = 10;
|
transparency = 10;
|
||||||
|
font = "Monospace 8";
|
||||||
geometry = "200x5-30+20";
|
geometry = "200x5-30+20";
|
||||||
|
frame_color = colours.foreground;
|
||||||
follow = "mouse";
|
follow = "mouse";
|
||||||
indicate_hidden = true;
|
indicate_hidden = true;
|
||||||
notification_height = 0;
|
notification_height = 0;
|
||||||
separator_height = 2;
|
separator_height = 2;
|
||||||
padding = 8;
|
padding = 8;
|
||||||
horizontal_padding = 8;
|
horizontal_padding = 8;
|
||||||
|
separator_color = "auto";
|
||||||
sort = true;
|
sort = true;
|
||||||
markup = "full";
|
markup = "full";
|
||||||
format = "%a\\n<b>%s</b>\\n%b";
|
format = "%a\\n<b>%s</b>\\n%b";
|
||||||
@@ -40,13 +43,22 @@ in {
|
|||||||
mouse_right_click = "close_current";
|
mouse_right_click = "close_current";
|
||||||
mouse_middle_click = "close_all";
|
mouse_middle_click = "close_all";
|
||||||
};
|
};
|
||||||
urgency_low = {
|
urgency_low = rec {
|
||||||
|
frame_color = background;
|
||||||
|
background = colours.foreground;
|
||||||
|
foreground = colours.background;
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
urgency_normal = {
|
urgency_normal = rec {
|
||||||
|
frame_color = background;
|
||||||
|
background = colours.foreground;
|
||||||
|
foreground = colours.background;
|
||||||
timeout = 10;
|
timeout = 10;
|
||||||
};
|
};
|
||||||
urgency_critical = {
|
urgency_critical = rec {
|
||||||
|
frame_color = background;
|
||||||
|
background = colours.red.dark;
|
||||||
|
foreground = colours.background;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
45
configs/flameshot-once.nix
Normal file
45
configs/flameshot-once.nix
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (import <niveum/lib>) defaultApplications;
|
||||||
|
flameshot-once =
|
||||||
|
pkgs.callPackage <stockholm/krebs/5pkgs/simple/flameshot-once> {};
|
||||||
|
in {
|
||||||
|
environment.systemPackages = [
|
||||||
|
(flameshot-once.override {
|
||||||
|
config = {
|
||||||
|
imgur = {
|
||||||
|
enable = true;
|
||||||
|
createUrl = "http://p.r/image";
|
||||||
|
deleteUrl = "http://p.r/image/delete/%1";
|
||||||
|
xdg-open.browser = (defaultApplications pkgs).browser;
|
||||||
|
};
|
||||||
|
timeout = 1000;
|
||||||
|
drawColor = "#ff0000";
|
||||||
|
drawThickness = 2;
|
||||||
|
showDesktopNotification = true;
|
||||||
|
buttons = [
|
||||||
|
"ARROW"
|
||||||
|
"BLUR"
|
||||||
|
"CIRCLE"
|
||||||
|
"CIRCLECOUNT"
|
||||||
|
"COPY"
|
||||||
|
"DRAWER"
|
||||||
|
"EXIT"
|
||||||
|
"IMAGEUPLOADER"
|
||||||
|
"MARKER"
|
||||||
|
"MOVESELECTION"
|
||||||
|
"PENCIL"
|
||||||
|
"RECTANGLE"
|
||||||
|
"SAVE"
|
||||||
|
"SELECTION"
|
||||||
|
"SELECTIONINDICATOR"
|
||||||
|
"TEXT"
|
||||||
|
"UNDO"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home-manager.users.me = {
|
|
||||||
services.flameshot = {
|
|
||||||
enable = true;
|
|
||||||
settings.General = {
|
|
||||||
autoCloseIdleDaemon = true;
|
|
||||||
drawColor = "#ff0000";
|
|
||||||
drawThickness = 2;
|
|
||||||
checkForUpdates = false;
|
|
||||||
showDesktopNotification = true;
|
|
||||||
disabledTrayIcon = true;
|
|
||||||
showHelp = false;
|
|
||||||
squareMagnifier = true;
|
|
||||||
uploadWithoutConfirmation = true;
|
|
||||||
buttons = ''@Variant(\0\0\0\x7f\0\0\0\vQList<int>\0\0\0\0\x10\0\0\0\x2\0\0\0\x5\0\0\0\x13\0\0\0\xa\0\0\0\x1\0\0\0\xc\0\0\0\xd\0\0\0\x6\0\0\0\x8\0\0\0\0\0\0\0\xf\0\0\0\x4\0\0\0\xb\0\0\0\x3\0\0\0\x12\0\0\0\x9)'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -4,16 +4,14 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
flixLocation = "/media/flix";
|
flixLocation = "/media/flix";
|
||||||
flixLocationNew = "/media/flix-new";
|
|
||||||
cacheLocation = "/var/cache/flix";
|
cacheLocation = "/var/cache/flix";
|
||||||
indexFilename = "index";
|
indexFilename = "index";
|
||||||
indexFilenameNew = "index-new";
|
|
||||||
flixUser = "flix";
|
flixUser = "flix";
|
||||||
flixGroup = "users";
|
flixGroup = "users";
|
||||||
inherit (import ../lib) tmpfilesConfig;
|
inherit (import <niveum/lib>) tmpfilesConfig;
|
||||||
in {
|
in {
|
||||||
fileSystems.${flixLocation} = {
|
fileSystems.${flixLocation} = {
|
||||||
device = "prism.r:/export/download";
|
device = "prism.r:/export";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [
|
options = [
|
||||||
"noauto"
|
"noauto"
|
||||||
@@ -28,20 +26,6 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems.${flixLocationNew} = {
|
|
||||||
device = "//yellow.r/public";
|
|
||||||
fsType = "cifs";
|
|
||||||
options = [
|
|
||||||
"guest"
|
|
||||||
"nofail"
|
|
||||||
"noauto"
|
|
||||||
"ro"
|
|
||||||
"x-systemd.automount"
|
|
||||||
"x-systemd.device-timeout=1"
|
|
||||||
"x-systemd.idle-timeout=1min"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
(tmpfilesConfig {
|
(tmpfilesConfig {
|
||||||
type = "d";
|
type = "d";
|
||||||
@@ -55,10 +39,7 @@ in {
|
|||||||
systemd.services.flix-index = {
|
systemd.services.flix-index = {
|
||||||
description = "Flix indexing service";
|
description = "Flix indexing service";
|
||||||
wants = ["network-online.target"];
|
wants = ["network-online.target"];
|
||||||
script = ''
|
script = "cp ${flixLocation}/download/index ./${indexFilename}";
|
||||||
cp ${flixLocation}/index ./${indexFilename}
|
|
||||||
cp ${flixLocationNew}/index ./${indexFilenameNew}
|
|
||||||
'';
|
|
||||||
startAt = "hourly";
|
startAt = "hourly";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
@@ -88,11 +69,12 @@ in {
|
|||||||
'')
|
'')
|
||||||
(pkgs.writers.writeDashBin "flixmenu" ''
|
(pkgs.writers.writeDashBin "flixmenu" ''
|
||||||
set -efu
|
set -efu
|
||||||
(
|
cd "${flixLocation}/download"
|
||||||
${pkgs.gnused}/bin/sed 's#^\.#${flixLocation}#' ${cacheLocation}/${indexFilename}
|
|
||||||
${pkgs.gnused}/bin/sed 's#^\.#${flixLocationNew}#' ${cacheLocation}/${indexFilenameNew}
|
[ -f "${cacheLocation}/${indexFilename}" ] || exit 1
|
||||||
) | ${pkgs.dmenu}/bin/dmenu -i -p flix -l 5 "$@" \
|
|
||||||
| ${pkgs.findutils}/bin/xargs -I '{}' ${pkgs.util-linux}/bin/setsid ${pkgs.xdg-utils}/bin/xdg-open '{}'
|
${pkgs.dmenu}/bin/dmenu -i -p flix -l 5 "$@" < ${cacheLocation}/${indexFilename} \
|
||||||
|
| ${pkgs.findutils}/bin/xargs -I '{}' ${pkgs.utillinux}/bin/setsid ${pkgs.xdg_utils}/bin/xdg-open '{}'
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,56 +1,5 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
nixpkgs.config.joypixels.acceptLicense = true;
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
zip-font = name: arguments: let
|
|
||||||
directory = pkgs.fetchzip arguments;
|
|
||||||
in
|
|
||||||
pkgs.runCommand name {} ''
|
|
||||||
mkdir -p $out/share/fonts/{truetype,opentype,woff}
|
|
||||||
${pkgs.findutils}/bin/find ${directory} -name '*.ttf' -exec install '{}' $out/share/fonts/truetype \;
|
|
||||||
${pkgs.findutils}/bin/find ${directory} -name '*.otf' -exec install '{}' $out/share/fonts/opentype \;
|
|
||||||
${pkgs.findutils}/bin/find ${directory} -name '*.woff' -exec install '{}' $out/share/fonts/woff \;
|
|
||||||
'';
|
|
||||||
simple-ttf = name: arguments: let
|
|
||||||
file = pkgs.fetchurl arguments;
|
|
||||||
in
|
|
||||||
pkgs.runCommand name {} ''
|
|
||||||
mkdir -p $out/share/fonts/truetype
|
|
||||||
install ${file} $out/share/fonts/truetype
|
|
||||||
'';
|
|
||||||
|
|
||||||
egyptianHiero = zip-font "EgyptianHiero" {
|
|
||||||
url = "https://github.com/MKilani/Djehuty/archive/master.zip";
|
|
||||||
sha256 = "sha256-KbY4vedm757NWfDlgmNhslbZd+2Vs+o5PjtMMGDt61Y=";
|
|
||||||
};
|
|
||||||
antinoou = zip-font "Antinoou" {
|
|
||||||
url = "https://www.evertype.com/fonts/coptic/AntinoouFont.zip";
|
|
||||||
sha256 = "0jwihj08n4yrshcx07dnaml2x9yws6dgyjkvg19jqbz17drbp3sw";
|
|
||||||
stripRoot = false;
|
|
||||||
};
|
|
||||||
newGardiner = zip-font "NewGardiner" {
|
|
||||||
url = "https://mjn.host.cs.st-andrews.ac.uk/egyptian/fonts/NewGardiner.zip";
|
|
||||||
hash = "sha256-i7ZBN28no/884fYMA7ZJ47WpkwZXzY//TK0bDz21pE0=";
|
|
||||||
stripRoot = false;
|
|
||||||
};
|
|
||||||
junicode2 = zip-font "JunicodeTwo" {
|
|
||||||
url = "https://github.com/psb1558/Junicode-font/archive/48bf476db278c844c67542b04d1e0e4c71f139d2.zip";
|
|
||||||
sha256 = "1ryicc155vkvgv3315ddliigwa01afwyb4c4f6pnqcns03af001i";
|
|
||||||
};
|
|
||||||
newAthenaUnicode = zip-font "NewAthenaUnicode" {
|
|
||||||
url = "https://classicalstudies.org/sites/default/files/userfiles/files/NAU5_005.zip";
|
|
||||||
sha256 = "1g7qk9gl4nq2dz41bvck1nzilhin44j8691cxax3dlp77bbn9bxr";
|
|
||||||
};
|
|
||||||
jsesh = simple-ttf "JSesh" {
|
|
||||||
url = "http://files.qenherkhopeshef.org/jsesh/JSeshFont.ttf";
|
|
||||||
sha256 = "1203jrk2xzvgckcc5hx88kja1i3h8gm1wiyla5j6gspc0hbv56ry";
|
|
||||||
};
|
|
||||||
egyptianText = simple-ttf "EgyptianText-1.0beta" {
|
|
||||||
url = "http://c.krebsco.de/EgyptianText-v1.0-beta.ttf";
|
|
||||||
sha256 = "0cfjbk7xxnxhlp6v922psm5j1xzrv6wfk226ji2wz2yfrnkbcbsv";
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = true;
|
enableDefaultFonts = true;
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
@@ -58,71 +7,47 @@ in {
|
|||||||
alegreya
|
alegreya
|
||||||
alegreya-sans
|
alegreya-sans
|
||||||
amiri
|
amiri
|
||||||
annapurna-sil
|
|
||||||
antinoou
|
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
cardo
|
|
||||||
charis-sil
|
charis-sil
|
||||||
doulos-sil
|
|
||||||
newAthenaUnicode
|
|
||||||
corefonts
|
corefonts
|
||||||
crimson
|
crimson
|
||||||
eb-garamond
|
eb-garamond
|
||||||
ipaexfont
|
|
||||||
jsesh
|
|
||||||
egyptianHiero
|
|
||||||
egyptianText
|
|
||||||
font-awesome_6
|
|
||||||
etBook
|
etBook
|
||||||
newGardiner
|
|
||||||
junicode2
|
|
||||||
ezra-sil
|
|
||||||
fira
|
fira
|
||||||
font-awesome
|
font-awesome-ttf
|
||||||
galatia-sil
|
|
||||||
gentium
|
gentium
|
||||||
niveumPackages.gfs-fonts
|
gfs-fonts
|
||||||
gyre-fonts
|
gyre-fonts
|
||||||
|
ia-writer-duospace
|
||||||
ibm-plex
|
ibm-plex
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
|
joypixels
|
||||||
libertinus
|
libertinus
|
||||||
libre-bodoni
|
libre-bodoni
|
||||||
lmodern
|
lmodern
|
||||||
merriweather
|
merriweather
|
||||||
|
noto-fonts
|
||||||
ocr-a
|
ocr-a
|
||||||
roboto
|
roboto
|
||||||
roboto-mono
|
roboto-mono
|
||||||
noto-fonts
|
|
||||||
noto-fonts-cjk
|
|
||||||
noto-fonts-emoji
|
|
||||||
roboto-slab
|
roboto-slab
|
||||||
scheherazade-new
|
scheherazade-new
|
||||||
source-code-pro
|
source-code-pro
|
||||||
source-sans-pro
|
source-sans-pro
|
||||||
source-serif-pro
|
source-serif-pro
|
||||||
theano
|
theano
|
||||||
niveumPackages.tocharian-font
|
tocharian-font
|
||||||
vistafonts
|
vistafonts
|
||||||
vollkorn
|
vollkorn
|
||||||
zilla-slab
|
zilla-slab
|
||||||
]; # google-fonts league-of-moveable-type
|
]; # google-fonts league-of-moveable-type
|
||||||
fontconfig.defaultFonts = rec {
|
fontconfig.defaultFonts = let
|
||||||
monospace = ["Noto Sans Mono"] ++ emoji;
|
emojiFont = "JoyPixels";
|
||||||
serif = ["Noto Serif" "Noto Naskh Arabic" "Noto Serif Devanagari"];
|
in {
|
||||||
sansSerif = ["Noto Sans Display" "Noto Naskh Arabic" "Noto Sans Devanagari" "Noto Sans CJK JP" "Noto Sans Coptic"];
|
monospace = ["JetBrains Mono" emojiFont];
|
||||||
emoji = ["Noto Color Emoji"];
|
serif = ["Merriweather"];
|
||||||
|
sansSerif = ["Cantarell" emojiFont];
|
||||||
|
emoji = [emojiFont];
|
||||||
};
|
};
|
||||||
# xelatex fails with woff files
|
|
||||||
# ref https://tex.stackexchange.com/questions/392144/xelatex-and-fontspec-crash-trying-to-find-woff-file-for-some-fonts-but-not-other
|
|
||||||
fontconfig.localConf = ''
|
|
||||||
<fontconfig>
|
|
||||||
<!-- Reject WOFF fonts We don't register WOFF(2) fonts with fontconfig because of the W3C spec -->
|
|
||||||
<selectfont>
|
|
||||||
<rejectfont>
|
|
||||||
<glob>*.woff*</glob>
|
|
||||||
</rejectfont>
|
|
||||||
</selectfont>
|
|
||||||
</fontconfig>
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,80 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
username = "meinhak99";
|
|
||||||
inherit (import ../lib/email.nix) defaults;
|
|
||||||
fu-defaults = rec {
|
|
||||||
imap.host = "mail.zedat.fu-berlin.de";
|
|
||||||
smtp.host = imap.host;
|
|
||||||
folders.drafts = "Entwürfe";
|
|
||||||
folders.sent = "Gesendet";
|
|
||||||
folders.trash = "Papierkorb";
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
home-manager.users.me = {
|
|
||||||
programs.ssh = {
|
|
||||||
matchBlocks = {
|
|
||||||
fu-berlin = {
|
|
||||||
user = username;
|
|
||||||
hostname = "login.zedat.fu-berlin.de";
|
|
||||||
setEnv.TERM = "xterm";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
accounts.email.accounts = {
|
|
||||||
fu-student =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
(lib.recursiveUpdate fu-defaults
|
|
||||||
rec {
|
|
||||||
userName = "meinhak99";
|
|
||||||
address = "kieran.meinhardt@fu-berlin.de";
|
|
||||||
aliases = ["${userName}@fu-berlin.de"];
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhak99.path}";
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.user.services.fu-blackboard-calendar = {
|
|
||||||
enable = true;
|
|
||||||
# startAt = "*:00/10";
|
|
||||||
after = ["vdirsyncer.service"];
|
|
||||||
wantedBy = ["default.target"];
|
|
||||||
script = ''
|
|
||||||
${pkgs.curl}/bin/curl $(cat ${config.age.secrets.blackboard-calendar-ics.path}) | ${pkgs.khal}/bin/khal import -
|
|
||||||
'';
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "oneshot";
|
|
||||||
Restart = "on-failure";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
email-password-meinhak99 = {
|
|
||||||
file = ../secrets/email-password-meinhak99.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
blackboard-calendar-ics = {
|
|
||||||
file = ../secrets/blackboard-calendar-ics.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.services.fu-vpn = {
|
|
||||||
enable = true;
|
|
||||||
wants = ["network-online.target"];
|
|
||||||
serviceConfig.LoadCredential = "password:${config.age.secrets.email-password-meinhak99.path}";
|
|
||||||
script = ''
|
|
||||||
if ${pkgs.wirelesstools}/bin/iwgetid | ${pkgs.gnugrep}/bin/grep --invert-match eduroam
|
|
||||||
then
|
|
||||||
cat "$CREDENTIALS_DIRECTORY/password" | ${pkgs.openconnect}/bin/openconnect vpn.fu-berlin.de --user ${username} --passwd-on-stdin
|
|
||||||
fi
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (import ../lib/email.nix) defaults;
|
|
||||||
sshIdentity = name: "${config.users.users.me.home}/.ssh/${name}";
|
|
||||||
in {
|
|
||||||
age.secrets = {
|
|
||||||
email-password-fysi = {
|
|
||||||
file = ../secrets/email-password-fysi.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
accounts.email.accounts = {
|
|
||||||
fysi =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
rec {
|
|
||||||
address = "kieran@fysi.tech";
|
|
||||||
userName = address;
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-fysi.path}";
|
|
||||||
flavor = "fastmail.com";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.ssh.matchBlocks = rec {
|
|
||||||
"nextcloud.fysi.dev" = {
|
|
||||||
hostname = "116.203.82.203";
|
|
||||||
user = "root";
|
|
||||||
};
|
|
||||||
"lingua.miaengiadina.ch" = {
|
|
||||||
hostname = "135.181.85.233";
|
|
||||||
user = "root";
|
|
||||||
};
|
|
||||||
"cms-dev.woc2023.app".identityFile = sshIdentity "fysiweb";
|
|
||||||
"cms-master.woc2023.app".identityFile = sshIdentity "fysiweb";
|
|
||||||
"fysi-dev1" = {
|
|
||||||
hostname = "94.130.229.139";
|
|
||||||
user = "root";
|
|
||||||
identityFile = sshIdentity "fysiweb";
|
|
||||||
};
|
|
||||||
${fysi-dev1.hostname} = fysi-dev1;
|
|
||||||
"fysi-shared0" = {
|
|
||||||
hostname = "49.12.205.235";
|
|
||||||
user = "root";
|
|
||||||
identityFile = sshIdentity "fysiweb";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,22 +1,36 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
programs.fzf = {
|
pkgs,
|
||||||
fuzzyCompletion = true;
|
lib,
|
||||||
keybindings = true;
|
...
|
||||||
};
|
}: {
|
||||||
|
environment = {
|
||||||
home-manager.users.me = {
|
systemPackages = [pkgs.fzf];
|
||||||
programs.fzf = rec {
|
variables = {
|
||||||
enable = true;
|
FZF_DEFAULT_OPTS =
|
||||||
defaultCommand = "${pkgs.fd}/bin/fd --type f --strip-cwd-prefix --follow --no-ignore-vcs --exclude .git";
|
lib.escapeShellArgs ["--height=40%" "--layout=reverse"];
|
||||||
defaultOptions = ["--height=40%"];
|
FZF_ALT_C_COMMAND = "${pkgs.fd}/bin/fd --type d";
|
||||||
changeDirWidgetCommand = "${pkgs.fd}/bin/fd --type d";
|
FZF_ALT_C_OPTS = lib.escapeShellArgs [
|
||||||
changeDirWidgetOptions = [
|
"--preview='${pkgs.tree}/bin/tree -L 1 \"{}\"'"
|
||||||
"--preview='${pkgs.tree}/bin/tree -L 1 {}'"
|
|
||||||
"--bind=space:toggle-preview"
|
"--bind=space:toggle-preview"
|
||||||
"--preview-window=hidden"
|
"--preview-window=hidden"
|
||||||
];
|
];
|
||||||
fileWidgetCommand = defaultCommand;
|
FZF_CTRL_T_COMMAND = "${pkgs.fd}/bin/fd --type f";
|
||||||
fileWidgetOptions = ["--preview='head -$LINES {}'"];
|
FZF_CTRL_T_OPTS =
|
||||||
|
lib.escapeShellArgs ["--preview='${pkgs.bat}/bin/bat \"{}\"'"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zsh.interactiveShellInit = ''
|
||||||
|
if [[ $options[zle] = on ]]; then
|
||||||
|
. ${pkgs.fzf}/share/fzf/completion.zsh
|
||||||
|
. ${pkgs.fzf}/share/fzf/key-bindings.zsh
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
|
||||||
|
programs.bash.interactiveShellInit = ''
|
||||||
|
if [[ :$SHELLOPTS: =~ :(vi|emacs): ]]; then
|
||||||
|
. ${pkgs.fzf}/share/fzf/completion.bash
|
||||||
|
. ${pkgs.fzf}/share/fzf/key-bindings.bash
|
||||||
|
fi
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,15 +2,13 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) kieran ignorePaths;
|
inherit (import <niveum/lib>) kieran ignorePaths;
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.mr
|
pkgs.mr
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.git-crypt
|
|
||||||
pkgs.gitAndTools.gitflow
|
pkgs.gitAndTools.gitflow
|
||||||
pkgs.gitAndTools.gh
|
pkgs.gitAndTools.gh
|
||||||
pkgs.gitAndTools.git-extras
|
pkgs.gitAndTools.git-extras
|
||||||
@@ -19,7 +17,7 @@ in {
|
|||||||
pkgs.gitstats
|
pkgs.gitstats
|
||||||
pkgs.patch
|
pkgs.patch
|
||||||
pkgs.patchutils
|
pkgs.patchutils
|
||||||
inputs.self.packages.x86_64-linux.git-preview
|
pkgs.git-preview
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
@@ -51,14 +49,13 @@ in {
|
|||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
merge.autoStash = true;
|
merge.autoStash = true;
|
||||||
push.autoSetupRemote = true;
|
|
||||||
|
|
||||||
# # ref https://github.com/dandavison/delta
|
# ref https://github.com/dandavison/delta
|
||||||
# core.pager = "${pkgs.delta}/bin/delta";
|
core.pager = "${pkgs.delta}/bin/delta";
|
||||||
# interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||||
# delta.navigate = true;
|
delta.navigate = true;
|
||||||
# merge.conflictStyle = "diff3";
|
merge.conflictStyle = "diff3";
|
||||||
# diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -3,37 +3,16 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = let
|
imports = [<niveum/modules/hledger.nix>];
|
||||||
ledgerDirectory = "$HOME/projects/ledger";
|
|
||||||
timeLedger = "${ledgerDirectory}/time.timeclock";
|
|
||||||
git = "${pkgs.git}/bin/git -C ${ledgerDirectory}";
|
|
||||||
in [
|
|
||||||
pkgs.hledger
|
|
||||||
(pkgs.writers.writeDashBin "hora-edit" ''
|
|
||||||
$EDITOR + "${timeLedger}" && ${pkgs.git}/bin/git -C "$(${pkgs.coreutils}/bin/dirname ${timeLedger})" commit --all --message "$(${pkgs.coreutils}/bin/date -Im)"
|
|
||||||
'')
|
|
||||||
(pkgs.writers.writeDashBin "hora" ''
|
|
||||||
${pkgs.hledger}/bin/hledger -f "${timeLedger}" "$@"
|
|
||||||
'')
|
|
||||||
(pkgs.writers.writeDashBin "hora-filli" ''
|
|
||||||
${pkgs.hledger}/bin/hledger -f "${timeLedger}" register fillidefilla -O csv \
|
|
||||||
-b "$(date -d "$(date +%Y-%m)-01 last month" +%Y-%m-%d)" \
|
|
||||||
-e "$(date -d "$(date +%Y-%m)-01" +%Y-%m-%d)" \
|
|
||||||
| sed 's/(fillidefilla:\(.*\))/\1/g' \
|
|
||||||
| xsv select date,amount,total,account,description
|
|
||||||
'')
|
|
||||||
|
|
||||||
(pkgs.writers.writeDashBin "hledger-git" ''
|
niveum.hledger = {
|
||||||
if [ "$1" = entry ]; then
|
enable = true;
|
||||||
${pkgs.hledger}/bin/hledger balance -V > "${ledgerDirectory}/balance.txt"
|
ledgerFile = "$HOME/projects/ledger/all.journal";
|
||||||
${git} add balance.txt
|
server = {
|
||||||
${git} commit --all --message="$(date -Im)"
|
enable = false;
|
||||||
else
|
user = config.users.users.me;
|
||||||
${git} $*
|
package = pkgs.hledger-web;
|
||||||
fi
|
};
|
||||||
'')
|
package = pkgs.hledger;
|
||||||
(pkgs.writers.writeDashBin "hledger-edit" ''
|
};
|
||||||
$EDITOR ${ledgerDirectory}/current.journal
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
show_thread_names = false;
|
show_thread_names = false;
|
||||||
sort_descending = true;
|
sort_descending = true;
|
||||||
sort_key = "PERCENT_CPU";
|
sort_key = "PERCENT_CPU";
|
||||||
tree_view = false;
|
tree_view = true;
|
||||||
update_process_names = false;
|
update_process_names = false;
|
||||||
right_meters = ["Uptime" "Tasks" "LoadAverage" "Battery"];
|
right_meters = ["Uptime" "Tasks" "LoadAverage" "Battery"];
|
||||||
left_meters = ["LeftCPUs2" "RightCPUs2" "Memory" "Swap"];
|
left_meters = ["LeftCPUs2" "RightCPUs2" "Memory" "Swap"];
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib/email.nix) defaults;
|
inherit (lib.strings) fileContents;
|
||||||
hu-defaults = {
|
inherit (import <niveum/lib>) sshPort;
|
||||||
imap.host = "mailbox.cms.hu-berlin.de";
|
eduroam = {
|
||||||
imap.port = 993;
|
identity = fileContents <secrets/eduroam/identity>;
|
||||||
smtp.host = "mailhost.cms.hu-berlin.de";
|
password = fileContents <secrets/eduroam/password>;
|
||||||
smtp.port = 25;
|
|
||||||
smtp.tls.useStartTls = true;
|
|
||||||
};
|
};
|
||||||
hu-berlin-cifs-options = [
|
hu-berlin-cifs-options = [
|
||||||
"uid=${toString config.users.users.me.uid}"
|
"uid=${toString config.users.users.me.uid}"
|
||||||
"gid=${toString config.users.groups.users.gid}"
|
"gid=${toString config.users.groups.users.gid}"
|
||||||
"sec=ntlmv2"
|
"sec=ntlmv2"
|
||||||
"workgroup=german"
|
"workgroup=german"
|
||||||
"credentials=${config.age.secrets.cifs-credentials-hu-berlin.path}"
|
"username=meinhaki"
|
||||||
|
"password=${lib.strings.fileContents <secrets/mail/meinhaki>}"
|
||||||
"noauto"
|
"noauto"
|
||||||
|
"x-systemd.requires=hu-vpn.service"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
"x-systemd.device-timeout=1"
|
"x-systemd.device-timeout=1"
|
||||||
"x-systemd.idle-timeout=1min"
|
"x-systemd.idle-timeout=1min"
|
||||||
@@ -36,126 +36,13 @@ in {
|
|||||||
options = hu-berlin-cifs-options;
|
options = hu-berlin-cifs-options;
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets = {
|
home-manager.users.me.programs.ssh = {
|
||||||
cifs-credentials-hu-berlin.file = ../secrets/cifs-credentials-hu-berlin.age;
|
matchBlocks = {
|
||||||
email-password-meinhark = {
|
"alew.hu-berlin.de" = {
|
||||||
file = ../secrets/email-password-meinhark.age;
|
user = "centos";
|
||||||
owner = config.users.users.me.name;
|
hostname = "141.20.187.219";
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
email-password-meinhaki = {
|
|
||||||
file = ../secrets/email-password-meinhaki.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
email-password-dslalewa = {
|
|
||||||
file = ../secrets/email-password-dslalewa.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
email-password-fsklassp = {
|
|
||||||
file = ../secrets/email-password-fsklassp.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
programs.ssh = {
|
|
||||||
matchBlocks = {
|
|
||||||
"gruenau6.informatik.hu-berlin.de" = {
|
|
||||||
hostname = "gruenau6.informatik.hu-berlin.de";
|
|
||||||
user = "meinhark";
|
|
||||||
setEnv.TERM = "xterm";
|
|
||||||
};
|
|
||||||
"alew.hu-berlin.de" = {
|
|
||||||
user = "centos";
|
|
||||||
hostname = "141.20.187.219";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.email.accounts = rec {
|
|
||||||
hu-student =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
(lib.recursiveUpdate hu-defaults
|
|
||||||
rec {
|
|
||||||
userName = "meinhark";
|
|
||||||
address = "kieran.felix.meinhardt@hu-berlin.de";
|
|
||||||
aliases = ["${userName}@hu-berlin.de"];
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhark.path}";
|
|
||||||
});
|
|
||||||
hu-student-cs =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
(lib.recursiveUpdate hu-defaults
|
|
||||||
rec {
|
|
||||||
userName = "meinhark";
|
|
||||||
address = "kieran.felix.meinhardt@informatik.hu-berlin.de";
|
|
||||||
aliases = ["${userName}@informatik.hu-berlin.de"];
|
|
||||||
imap.host = "mailbox.informatik.hu-berlin.de";
|
|
||||||
smtp.host = "mailhost.informatik.hu-berlin.de";
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhark.path}";
|
|
||||||
});
|
|
||||||
hu-employee =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
(lib.recursiveUpdate hu-defaults
|
|
||||||
rec {
|
|
||||||
userName = "meinhaki";
|
|
||||||
address = "kieran.meinhardt@hu-berlin.de";
|
|
||||||
aliases = ["${userName}@hu-berlin.de"];
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhaki.path}";
|
|
||||||
aerc.extraAccounts.signature-file = toString (pkgs.writeText "signature" signature.text);
|
|
||||||
signature = {
|
|
||||||
showSignature = "append";
|
|
||||||
text = ''
|
|
||||||
${defaults.realName}
|
|
||||||
Studentische Hilfskraft / Administrator ALEW
|
|
||||||
Humboldt-Universität zu Berlin
|
|
||||||
|
|
||||||
Telefon: +49 (0)30 2093 9634
|
|
||||||
Raum 3.212, Dorotheenstraße 24, 10117 Berlin-Mitte
|
|
||||||
https://alew.hu-berlin.de
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
});
|
|
||||||
hu-admin =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
(lib.recursiveUpdate hu-defaults
|
|
||||||
rec {
|
|
||||||
userName = "dslalewa";
|
|
||||||
address = "admin.alew.vglsprwi@hu-berlin.de";
|
|
||||||
aliases = ["${userName}@hu-berlin.de"];
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-dslalewa.path}";
|
|
||||||
inherit (hu-employee) signature;
|
|
||||||
aerc.extraAccounts.signature-file = toString (pkgs.writeText "signature" signature.text);
|
|
||||||
});
|
|
||||||
hu-fsi =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
(lib.recursiveUpdate hu-defaults
|
|
||||||
rec {
|
|
||||||
userName = "fsklassp";
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-fsklassp.path}";
|
|
||||||
address = "${userName}@hu-berlin.de";
|
|
||||||
realName = "FSI Klassische Philologie";
|
|
||||||
aerc.extraAccounts.signature-file = toString (pkgs.writeText "signature" signature.text);
|
|
||||||
signature = {
|
|
||||||
showSignature = "append";
|
|
||||||
text = ''
|
|
||||||
Fachschafts-Initiative
|
|
||||||
|
|
||||||
Humboldt-Universität zu Berlin
|
|
||||||
Sprach- und literaturwissenschaftliche Fakultät
|
|
||||||
Institut für klassische Philologie
|
|
||||||
Unter den Linden 6
|
|
||||||
10099 Berlin
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
@@ -175,26 +62,34 @@ in {
|
|||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
# ref https://github.com/NixOS/nixpkgs/issues/231038#issuecomment-1591888919
|
|
||||||
environment.etc."ppp/options".text = "ipcp-accept-remote";
|
|
||||||
|
|
||||||
systemd.services.hu-vpn = {
|
systemd.services.hu-vpn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wants = ["network-online.target"];
|
wants = ["network-online.target"];
|
||||||
serviceConfig.LoadCredential = "password:${config.age.secrets.email-password-meinhark.path}";
|
conflicts = ["openvpn-hu-berlin.service"];
|
||||||
script = ''
|
script = ''
|
||||||
if ${pkgs.wirelesstools}/bin/iwgetid | ${pkgs.gnugrep}/bin/grep --invert-match eduroam
|
${pkgs.openfortivpn}/bin/openfortivpn -c ${
|
||||||
then
|
|
||||||
${pkgs.openfortivpn}/bin/openfortivpn \
|
|
||||||
--password="$(cat "$CREDENTIALS_DIRECTORY/password")" \
|
|
||||||
--config=${
|
|
||||||
pkgs.writeText "hu-berlin.config" ''
|
pkgs.writeText "hu-berlin.config" ''
|
||||||
host = forti-ssl.vpn.hu-berlin.de
|
host = forti-ssl.vpn.hu-berlin.de
|
||||||
port = 443
|
port = 443
|
||||||
username = meinhark
|
trusted-cert = 42193a913d276d9eb86217612956e1e6464d6f07bed5393a4787c87adc4bd359
|
||||||
|
username = ${eduroam.identity}@split_tunnel
|
||||||
|
password = ${eduroam.password}
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
fi
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.openvpn-hu-berlin.conflicts = ["hu-vpn.service"];
|
||||||
|
|
||||||
|
services.openvpn.servers.hu-berlin = {
|
||||||
|
autoStart = false;
|
||||||
|
authUserPass = {
|
||||||
|
username = eduroam.identity;
|
||||||
|
password = eduroam.password;
|
||||||
|
};
|
||||||
|
config = fileContents (pkgs.fetchurl {
|
||||||
|
url = "https://www.cms.hu-berlin.de/de/dl/netze/vpn/openvpn/hu-berlin.ovpn";
|
||||||
|
sha256 = "15b55aibik5460svjq2gwxrcyh6ay4k8savd6cd5lncgndmd8p8h";
|
||||||
|
});
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
217
configs/i3.nix
217
configs/i3.nix
@@ -2,27 +2,17 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
niveumPackages,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) defaultApplications;
|
inherit (import <niveum/lib>) defaultApplications colours;
|
||||||
klem = niveumPackages.klem.override {
|
klem = import <niveum/packages/scripts/klem.nix> {
|
||||||
config.dmenu = "${pkgs.dmenu}/bin/dmenu -i -p klem";
|
inherit pkgs lib;
|
||||||
config.scripts = {
|
config.scripts = {
|
||||||
"p.r" = pkgs.writers.writeDash "p.r" ''
|
"p.r" = pkgs.writers.writeDash "p.r" ''
|
||||||
${pkgs.curl}/bin/curl -fSs http://p.r --data-binary @- \
|
${pkgs.curl}/bin/curl -fSs http://p.r --data-binary @- \
|
||||||
| ${pkgs.coreutils}/bin/tail --lines=1 \
|
| ${pkgs.coreutils}/bin/tail --lines=1 \
|
||||||
| ${pkgs.gnused}/bin/sed 's/\\<r\\>/krebsco.de/'
|
| ${pkgs.gnused}/bin/sed 's/\\<r\\>/krebsco.de/'
|
||||||
'';
|
'';
|
||||||
# "envs.sh host" = pkgs.writers.writeDash "envs-host" ''
|
|
||||||
# ${pkgs.curl}/bin/curl -F "file=$(${pkgs.coreutils}/bin/cat)" https://envs.sh
|
|
||||||
# '';
|
|
||||||
"envs.sh mirror" = pkgs.writers.writeDash "envs-mirror" ''
|
|
||||||
${pkgs.curl}/bin/curl -F "url=$(${pkgs.coreutils}/bin/cat)" https://envs.sh
|
|
||||||
'';
|
|
||||||
"envs.sh shorten" = pkgs.writers.writeDash "envs-shorten" ''
|
|
||||||
${pkgs.curl}/bin/curl -F "shorten=$(${pkgs.coreutils}/bin/cat)" https://envs.sh
|
|
||||||
'';
|
|
||||||
"ix.io" = pkgs.writers.writeDash "ix.io" ''
|
"ix.io" = pkgs.writers.writeDash "ix.io" ''
|
||||||
${pkgs.curl}/bin/curl -fSs -F 'f:1=<-' ix.io
|
${pkgs.curl}/bin/curl -fSs -F 'f:1=<-' ix.io
|
||||||
'';
|
'';
|
||||||
@@ -36,10 +26,13 @@
|
|||||||
${pkgs.coreutils}/bin/tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
|
${pkgs.coreutils}/bin/tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
|
||||||
'';
|
'';
|
||||||
"ipa" = pkgs.writers.writeDash "ipa" ''
|
"ipa" = pkgs.writers.writeDash "ipa" ''
|
||||||
${niveumPackages.ipa}/bin/ipa
|
${pkgs.scripts.ipa}/bin/ipa
|
||||||
'';
|
'';
|
||||||
"betacode" = pkgs.writers.writeDash "betacode" ''
|
"betacode" = pkgs.writers.writeDash "betacode" ''
|
||||||
${niveumPackages.betacode}/bin/betacode
|
${pkgs.scripts.betacode}/bin/betacode
|
||||||
|
'';
|
||||||
|
"devanagari" = pkgs.writers.writeDash "devanagari" ''
|
||||||
|
${pkgs.scripts.devanagari}/bin/devanagari
|
||||||
'';
|
'';
|
||||||
"curl" = pkgs.writers.writeDash "curl" ''
|
"curl" = pkgs.writers.writeDash "curl" ''
|
||||||
${pkgs.curl}/bin/curl -fSs "$(${pkgs.coreutils}/bin/cat)"
|
${pkgs.curl}/bin/curl -fSs "$(${pkgs.coreutils}/bin/cat)"
|
||||||
@@ -47,12 +40,6 @@
|
|||||||
ocr = pkgs.writers.writeDash "ocr" ''
|
ocr = pkgs.writers.writeDash "ocr" ''
|
||||||
${pkgs.tesseract4}/bin/tesseract -l eng+deu - stdout
|
${pkgs.tesseract4}/bin/tesseract -l eng+deu - stdout
|
||||||
'';
|
'';
|
||||||
emojai = pkgs.writers.writeDash "emojai" ''
|
|
||||||
${pkgs.curl}/bin/curl https://www.emojai.app/api/generate -X POST -H 'Content-Type: application/json' --data-raw "$(${pkgs.jq}/bin/jq -sR '{emoji:.}')" | ${pkgs.jq}/bin/jq -r .result
|
|
||||||
'';
|
|
||||||
gpt = pkgs.writers.writeDash "gpt" ''
|
|
||||||
${niveumPackages.gpt}/bin/gpt
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -63,23 +50,6 @@
|
|||||||
i3-msg move container to workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1))
|
i3-msg move container to workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1))
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
age.secrets = {
|
|
||||||
github-token-i3status-rust = {
|
|
||||||
file = ../secrets/github-token-i3status-rust.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
openweathermap-api-key = {
|
|
||||||
file = ../secrets/openweathermap-api-key.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.slock.enable = true;
|
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
displayManager.defaultSession = "none+i3";
|
displayManager.defaultSession = "none+i3";
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
@@ -103,18 +73,17 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.me.xsession.windowManager.i3 = let
|
home-manager.users.me.xsession.windowManager.i3 = {
|
||||||
modifier = "Mod4";
|
|
||||||
in {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
|
||||||
bindsym --release ${modifier}+Shift+w exec /run/wrappers/bin/slock
|
|
||||||
'';
|
|
||||||
config = rec {
|
config = rec {
|
||||||
inherit modifier;
|
fonts = {
|
||||||
|
names = ["Sans"];
|
||||||
|
size = 10.0;
|
||||||
|
};
|
||||||
|
modifier = "Mod4";
|
||||||
window = {
|
window = {
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
border = 2;
|
border = 1;
|
||||||
hideEdgeBorders = "smart";
|
hideEdgeBorders = "smart";
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
@@ -125,10 +94,6 @@ in {
|
|||||||
criteria = {class = "fzfmenu";};
|
criteria = {class = "fzfmenu";};
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
criteria = {class = ".*";};
|
|
||||||
command = "border pixel 2";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
criteria = {class = "mpv";};
|
criteria = {class = "mpv";};
|
||||||
command = lib.strings.concatStringsSep ", " [
|
command = lib.strings.concatStringsSep ", " [
|
||||||
@@ -146,31 +111,70 @@ in {
|
|||||||
titlebar = false;
|
titlebar = false;
|
||||||
border = 1;
|
border = 1;
|
||||||
};
|
};
|
||||||
bars = [
|
|
||||||
(config.home-manager.users.me.lib.stylix.i3.bar
|
|
||||||
// rec {
|
|
||||||
workspaceButtons = false;
|
|
||||||
mode = "dock"; # "hide";
|
|
||||||
position = "bottom";
|
|
||||||
statusCommand = toString (pkgs.writers.writeDash "i3status-rust" ''
|
|
||||||
export I3RS_GITHUB_TOKEN="$(cat ${config.age.secrets.github-token-i3status-rust.path})"
|
|
||||||
export OPENWEATHERMAP_API_KEY="$(cat ${config.age.secrets.openweathermap-api-key.path})"
|
|
||||||
${config.home-manager.users.me.programs.i3status-rust.package}/bin/i3status-rs ${config.home-manager.users.me.home.homeDirectory}/.config/i3status-rust/config-${position}.toml
|
|
||||||
'');
|
|
||||||
fonts = {
|
|
||||||
names = ["${config.stylix.fonts.sansSerif.name}" "FontAwesome 6 Free"];
|
|
||||||
size = config.stylix.fonts.sizes.desktop * 0.8;
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
colors = let
|
colors = let
|
||||||
background = config.lib.stylix.colors.withHashtag.base00;
|
scheme = {
|
||||||
in {
|
background = colours.background;
|
||||||
unfocused = {
|
text = colours.foreground;
|
||||||
border = lib.mkForce background;
|
|
||||||
childBorder = lib.mkForce background;
|
|
||||||
};
|
};
|
||||||
|
in rec {
|
||||||
|
focused =
|
||||||
|
scheme
|
||||||
|
// {
|
||||||
|
border = colours.cyan.bright;
|
||||||
|
indicator = colours.cyan.bright;
|
||||||
|
childBorder = colours.cyan.bright;
|
||||||
|
};
|
||||||
|
unfocused =
|
||||||
|
scheme
|
||||||
|
// {
|
||||||
|
border = colours.background;
|
||||||
|
indicator = colours.background;
|
||||||
|
childBorder = colours.background;
|
||||||
|
};
|
||||||
|
focusedInactive = unfocused;
|
||||||
|
urgent =
|
||||||
|
scheme
|
||||||
|
// {
|
||||||
|
border = colours.red.bright;
|
||||||
|
indicator = colours.red.bright;
|
||||||
|
childBorder = colours.red.bright;
|
||||||
|
};
|
||||||
|
placeholder =
|
||||||
|
scheme
|
||||||
|
// {
|
||||||
|
border = colours.green.bright;
|
||||||
|
indicator = colours.green.bright;
|
||||||
|
childBorder = colours.green.bright;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
bars = [
|
||||||
|
{
|
||||||
|
workspaceButtons = false;
|
||||||
|
fonts = {
|
||||||
|
names = ["Sans"];
|
||||||
|
size = 8.0;
|
||||||
|
};
|
||||||
|
mode = "hide"; # "dock"
|
||||||
|
position = "bottom";
|
||||||
|
colors = rec {
|
||||||
|
background = colours.background;
|
||||||
|
separator = background;
|
||||||
|
statusline = colours.foreground;
|
||||||
|
bindingMode = {
|
||||||
|
background = colours.red.bright;
|
||||||
|
border = colours.background;
|
||||||
|
text = colours.foreground;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${
|
||||||
|
(pkgs.formats.toml {}).generate "i3status-rust.toml" (import <niveum/lib/i3status-rust.nix> {
|
||||||
|
inherit (config.niveum) batteryName wirelessInterface;
|
||||||
|
inherit colours;
|
||||||
|
inherit pkgs;
|
||||||
|
})
|
||||||
|
}";
|
||||||
|
}
|
||||||
|
];
|
||||||
modes.resize = {
|
modes.resize = {
|
||||||
"Escape" = ''mode "default"'';
|
"Escape" = ''mode "default"'';
|
||||||
"Return" = ''mode "default"'';
|
"Return" = ''mode "default"'';
|
||||||
@@ -191,10 +195,10 @@ in {
|
|||||||
|
|
||||||
"${modifier}+Shift+b" = "move window to workspace prev";
|
"${modifier}+Shift+b" = "move window to workspace prev";
|
||||||
"${modifier}+Shift+n" = "move window to workspace next";
|
"${modifier}+Shift+n" = "move window to workspace next";
|
||||||
"${modifier}+Shift+x" = "exec ${move-to-new-workspace}";
|
"${modifier}+Shift+x" = "exec --no-startup-id ${move-to-new-workspace}";
|
||||||
"${modifier}+b" = "workspace prev";
|
"${modifier}+b" = "workspace prev";
|
||||||
"${modifier}+n" = "workspace next";
|
"${modifier}+n" = "workspace next";
|
||||||
"${modifier}+x" = "exec ${new-workspace}";
|
"${modifier}+x" = "exec --no-startup-id ${new-workspace}";
|
||||||
|
|
||||||
"${modifier}+Shift+c" = "reload";
|
"${modifier}+Shift+c" = "reload";
|
||||||
"${modifier}+Shift+q" = "kill";
|
"${modifier}+Shift+q" = "kill";
|
||||||
@@ -212,45 +216,56 @@ in {
|
|||||||
"${modifier}+r" = "mode resize";
|
"${modifier}+r" = "mode resize";
|
||||||
"${modifier}+v" = "split v";
|
"${modifier}+v" = "split v";
|
||||||
"${modifier}+w" = "layout tabbed";
|
"${modifier}+w" = "layout tabbed";
|
||||||
"${modifier}+q" = "exec ${config.services.clipmenu.package}/bin/clipmenu";
|
|
||||||
|
|
||||||
|
# "${modifier}+Shift+y" = "exec ${pkgs.qutebrowser}/bin/qutebrowser";
|
||||||
"${modifier}+Return" = "exec ${(defaultApplications pkgs).terminal}";
|
"${modifier}+Return" = "exec ${(defaultApplications pkgs).terminal}";
|
||||||
"${modifier}+t" = "exec ${(defaultApplications pkgs).fileManager}";
|
"${modifier}+t" = "exec ${(defaultApplications pkgs).fileManager}";
|
||||||
"${modifier}+y" = "exec ${(defaultApplications pkgs).browser}";
|
"${modifier}+y" = "exec ${(defaultApplications pkgs).browser}";
|
||||||
"${modifier}+0" = "exec ${niveumPackages.menu-calc}/bin/=";
|
"${modifier}+0" = "exec ${pkgs.scripts.menu-calc}/bin/=";
|
||||||
|
|
||||||
"${modifier}+d" = "exec ${pkgs.writers.writeDash "run" ''exec rofi -modi run,ssh,window -show run''}";
|
"${modifier}+Shift+w" = "exec ${pkgs.scripts.k-lock}/bin/k-lock";
|
||||||
"${modifier}+Shift+d" = "exec ${niveumPackages.notemenu}/bin/notemenu";
|
"${modifier}+d" = "exec ${pkgs.writers.writeDash "run" ''exec ${pkgs.rofi}/bin/rofi -modi run,window,ssh,filebrowser -show run''}";
|
||||||
"${modifier}+p" = "exec rofi-pass";
|
"${modifier}+Shift+d" = "exec ${
|
||||||
"${modifier}+Shift+p" = "exec rofi-pass --insert";
|
pkgs.writers.writeDash "notemenu" ''
|
||||||
"${modifier}+u" = "exec ${niveumPackages.unicodmenu}/bin/unicodmenu";
|
set -efu
|
||||||
|
PATH=$PATH:${
|
||||||
|
lib.makeBinPath [pkgs.rofi pkgs.findutils pkgs.coreutils]
|
||||||
|
}
|
||||||
|
|
||||||
"${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill";
|
cd ~/notes
|
||||||
"${modifier}+F7" = "exec ${pkgs.writers.writeDash "showkeys-toggle" ''
|
note_file=$({
|
||||||
if ${pkgs.procps}/bin/pgrep screenkey; then
|
echo diary/$(date -I).md
|
||||||
exec ${pkgs.procps}/bin/pkill screenkey
|
echo diary/$(date -I -d yesterday).md
|
||||||
else
|
find . -type f -printf "%T@ %p\n" | sort --reverse --numeric-sort | cut --delimiter=" " --fields=2
|
||||||
exec ${pkgs.screenkey}/bin/screenkey
|
} | rofi -dmenu -i -p 'notes')
|
||||||
fi
|
if test "$note_file"
|
||||||
''}";
|
then
|
||||||
"${modifier}+F8" = "exec switch-theme toggle";
|
i3-sensible-terminal -e "$EDITOR" "$note_file"
|
||||||
|
fi
|
||||||
|
''
|
||||||
|
}";
|
||||||
|
"${modifier}+p" = "exec --no-startup-id ${pkgs.pass}/bin/passmenu -l 5";
|
||||||
|
"${modifier}+u" = "exec ${pkgs.scripts.unicodmenu}/bin/unicodmenu";
|
||||||
|
|
||||||
|
"${modifier}+F7" = "exec ${pkgs.scripts.showkeys-toggle}/bin/showkeys-toggle";
|
||||||
|
"${modifier}+F8" = "exec ${pkgs.xorg.xkill}/bin/xkill";
|
||||||
"${modifier}+F9" = "exec ${pkgs.redshift}/bin/redshift -O 4000 -b 0.85";
|
"${modifier}+F9" = "exec ${pkgs.redshift}/bin/redshift -O 4000 -b 0.85";
|
||||||
"${modifier}+F10" = "exec ${pkgs.redshift}/bin/redshift -x";
|
"${modifier}+F10" = "exec ${pkgs.redshift}/bin/redshift -x";
|
||||||
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
||||||
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
||||||
"Print" = "exec flameshot gui";
|
"Print" = "exec flameshot-once";
|
||||||
"XF86AudioLowerVolume" = "exec ${pkgs.pamixer}/bin/pamixer -d 5";
|
"XF86AudioLowerVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -d 5";
|
||||||
"XF86AudioMute" = "exec ${pkgs.pamixer}/bin/pamixer -t";
|
"XF86AudioMute" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -t";
|
||||||
"XF86AudioRaiseVolume" = "exec ${pkgs.pamixer}/bin/pamixer -i 5";
|
"XF86AudioRaiseVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -i 5";
|
||||||
"XF86Calculator" = "exec ${pkgs.st}/bin/st -c floating -e ${pkgs.bc}/bin/bc";
|
"XF86Calculator" = "exec ${pkgs.st}/bin/st -c floating -e ${pkgs.bc}/bin/bc";
|
||||||
"XF86AudioPause" = "exec ${pkgs.playerctl}/bin/playerctl pause";
|
"XF86AudioPause" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl pause";
|
||||||
"XF86AudioPlay" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
"XF86AudioPlay" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl play-pause";
|
||||||
"XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
"XF86AudioNext" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl next";
|
||||||
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl previous";
|
"XF86AudioPrev" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl previous";
|
||||||
"XF86AudioStop" = "exec ${pkgs.playerctl}/bin/playerctl stop";
|
"XF86AudioStop" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl stop";
|
||||||
"XF86ScreenSaver" = "exec ${niveumPackages.k-lock}/bin/k-lock";
|
"XF86ScreenSaver" = "exec ${pkgs.scripts.k-lock}/bin/k-lock";
|
||||||
|
|
||||||
"XF86Display" = "exec ${niveumPackages.dmenu-randr}/bin/dmenu-randr";
|
"XF86Display" = "exec ${pkgs.scripts.dmenurandr}/bin/dmenurandr";
|
||||||
|
|
||||||
# key names detected with xorg.xev:
|
# key names detected with xorg.xev:
|
||||||
# XF86WakeUp (fn twice)
|
# XF86WakeUp (fn twice)
|
||||||
|
|||||||
@@ -1,175 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home-manager.users.me = {
|
|
||||||
programs.i3status-rust = {
|
|
||||||
enable = true;
|
|
||||||
bars.bottom = {
|
|
||||||
icons = "awesome6";
|
|
||||||
settings = {
|
|
||||||
theme.overrides = let
|
|
||||||
colours = config.lib.stylix.colors.withHashtag;
|
|
||||||
in {
|
|
||||||
idle_bg = colours.base00;
|
|
||||||
idle_fg = colours.base05;
|
|
||||||
good_bg = colours.base00;
|
|
||||||
good_fg = colours.base0B;
|
|
||||||
warning_bg = colours.base00;
|
|
||||||
warning_fg = colours.base0A;
|
|
||||||
critical_bg = colours.base00;
|
|
||||||
critical_fg = colours.base09;
|
|
||||||
info_bg = colours.base00;
|
|
||||||
info_fg = colours.base04;
|
|
||||||
separator_bg = colours.base00;
|
|
||||||
separator = " ";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
blocks = [
|
|
||||||
{
|
|
||||||
block = "weather";
|
|
||||||
autolocate = true;
|
|
||||||
format = "$icon $location: $temp";
|
|
||||||
service = {
|
|
||||||
name = "openweathermap";
|
|
||||||
city_id = "2950159";
|
|
||||||
units = "metric";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "custom";
|
|
||||||
interval = 60 * 5;
|
|
||||||
command = let
|
|
||||||
spacetime = import ../configs/spacetime.nix;
|
|
||||||
in
|
|
||||||
pkgs.writers.writePython3 "sun.py" {
|
|
||||||
libraries = [pkgs.python3Packages.astral];
|
|
||||||
flakeIgnore = ["E121" "E501"];
|
|
||||||
}
|
|
||||||
''
|
|
||||||
import astral
|
|
||||||
import astral.moon
|
|
||||||
import astral.sun
|
|
||||||
|
|
||||||
current_phase = astral.moon.phase()
|
|
||||||
|
|
||||||
city = astral.LocationInfo("Berlin", "Germany", "${spacetime.time.timeZone}", ${toString spacetime.location.latitude}, ${toString spacetime.location.longitude})
|
|
||||||
sun = astral.sun.sun(city.observer, date=astral.today(), tzinfo=city.timezone)
|
|
||||||
|
|
||||||
print("↑{} ↓{} {}{}".format(sun["sunrise"].strftime("%R"), sun["sunset"].strftime("%R"), "☽" if current_phase < 14 else "☾", round(current_phase, 1)))
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "github";
|
|
||||||
info = ["total"];
|
|
||||||
warning = ["mention" "review_requested" "team_mention" "manual" "invitation" "assign" "subscribed"];
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "custom";
|
|
||||||
interval = 10;
|
|
||||||
command = pkgs.writers.writeDash "todo" ''
|
|
||||||
${pkgs.todoman}/bin/todo --porcelain | ${pkgs.jq}/bin/jq -r '
|
|
||||||
map(select(.due != null))
|
|
||||||
| (map(select(.due < now)) | length) as $overdue
|
|
||||||
| (map(select(.due >= now and .due < now + (60 * 60 * 24))) | length) as $dueToday
|
|
||||||
| {
|
|
||||||
icon: "tasks",
|
|
||||||
text: (($overdue + $dueToday) as $sum | if $sum > 0 then $sum | tostring else "" end),
|
|
||||||
state: (
|
|
||||||
if $overdue > 0 then
|
|
||||||
"Critical"
|
|
||||||
elif $dueToday > 0 then
|
|
||||||
"Warning"
|
|
||||||
else
|
|
||||||
"Idle"
|
|
||||||
end
|
|
||||||
)
|
|
||||||
}
|
|
||||||
'
|
|
||||||
'';
|
|
||||||
json = true;
|
|
||||||
hide_when_empty = true;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "custom";
|
|
||||||
interval = 60;
|
|
||||||
command = pkgs.writers.writeDash "weechat" ''
|
|
||||||
ssh -o ConnectTimeout=1 makanek cat /var/lib/weechat/hotlist.txt | sed 's/,/\n/g' | wc -l | jq '{
|
|
||||||
text: (if . > 0 then . | tostring else "" end),
|
|
||||||
state: (if . > 0 then "Info" else "Idle" end),
|
|
||||||
icon: "bell"
|
|
||||||
}'
|
|
||||||
'';
|
|
||||||
json = true;
|
|
||||||
hide_when_empty = true;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "net";
|
|
||||||
format = " $icon HU";
|
|
||||||
missing_format = "";
|
|
||||||
device = "ppp0";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "net";
|
|
||||||
format = " $icon FU";
|
|
||||||
missing_format = "";
|
|
||||||
device = "tun0";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "net";
|
|
||||||
device = config.niveum.wirelessInterface;
|
|
||||||
format = "$icon $ssid $signal_strength";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "battery";
|
|
||||||
device = config.niveum.batteryName;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "sound";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "disk_space";
|
|
||||||
format = "$icon $available";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "memory";
|
|
||||||
format = "$icon $mem_used.eng(prefix:G)";
|
|
||||||
}
|
|
||||||
{block = "load";}
|
|
||||||
{
|
|
||||||
block = "custom";
|
|
||||||
interval = 10;
|
|
||||||
json = true;
|
|
||||||
command = pkgs.writers.writeDash "time" ''
|
|
||||||
${pkgs.jq}/bin/jq -n \
|
|
||||||
--arg now "$(${pkgs.coreutils}/bin/date +'%Y-%m-%d (%W %a) %H:%M')" \
|
|
||||||
--argjson nextEvent "$(
|
|
||||||
${pkgs.khal}/bin/khal list --format "{start}" --day-format "" $(${pkgs.coreutils}/bin/date +'%Y-%m-%d %H:%M') 2>/dev/null \
|
|
||||||
| ${pkgs.gnugrep}/bin/grep -E '[0-9]{2}:[0-9]{2}' \
|
|
||||||
| ${pkgs.coreutils}/bin/head -1 \
|
|
||||||
| ${pkgs.coreutils}/bin/date --date="$(cat)" +%s
|
|
||||||
)" \
|
|
||||||
'{
|
|
||||||
text: $now,
|
|
||||||
icon: "time",
|
|
||||||
state: (
|
|
||||||
($nextEvent - now) as $deltaT
|
|
||||||
| if $deltaT < (5 * 60) then
|
|
||||||
"Critical"
|
|
||||||
elif $deltaT < (15 * 60) then
|
|
||||||
"Warning"
|
|
||||||
elif $deltaT < (60 * 60) then
|
|
||||||
"Info"
|
|
||||||
else
|
|
||||||
"Idle"
|
|
||||||
end
|
|
||||||
)
|
|
||||||
}'
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -4,80 +4,17 @@
|
|||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
commaSep = builtins.concatStringsSep ",";
|
commaSep = builtins.concatStringsSep ",";
|
||||||
xkbOptions = ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];
|
|
||||||
languages = {
|
|
||||||
de = "T3";
|
|
||||||
gr = "polytonic";
|
|
||||||
ru = "phonetic";
|
|
||||||
ara = "buckwalter";
|
|
||||||
cop = "";
|
|
||||||
ave = "";
|
|
||||||
got = "";
|
|
||||||
"in" = "san-kagapa";
|
|
||||||
il = "phonetic";
|
|
||||||
};
|
|
||||||
defaultLanguage = "de";
|
|
||||||
in {
|
in {
|
||||||
# man 7 xkeyboard-config
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
layout = "de";
|
layout = commaSep ["de" "gr"];
|
||||||
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
|
xkbVariant = commaSep ["T3" "polytonic"];
|
||||||
# buckwalter: http://www.qamus.org/transliteration.htm
|
xkbOptions =
|
||||||
xkbVariant = "T3";
|
commaSep ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];
|
||||||
xkbOptions = commaSep xkbOptions;
|
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
xkbDir = pkgs.symlinkJoin {
|
|
||||||
name = "x-keyboard-directory";
|
|
||||||
paths = [
|
|
||||||
"${pkgs.xkeyboard_config}/etc/X11/xkb"
|
|
||||||
(pkgs.linkFarm "custom-x-keyboards" [
|
|
||||||
{
|
|
||||||
name = "symbols/cop";
|
|
||||||
path = pkgs.fetchurl {
|
|
||||||
url = "http://www.moheb.de/download/cop";
|
|
||||||
sha256 = "1l0h6aq536hyinrh0i0ia355y229bjrlibii0sya5bmqh46vycia";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "symbols/got";
|
|
||||||
path = pkgs.fetchurl {
|
|
||||||
url = "https://c.krebsco.de/got";
|
|
||||||
sha256 = "1i0jxghxi3rldlijw6gm2xawrv7f0pmm7a5cqbzzgjrg7ldk46gd";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "symbols/ave";
|
|
||||||
path = pkgs.fetchurl {
|
|
||||||
url = "https://blog.simos.info/wp-content/uploads/2010/06/avestan.txt";
|
|
||||||
sha256 = "192zmmm3gxyhim39dsax7r87gsay2w5v2xkhwmvsfipjb60hwp5g";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
])
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
console.keyMap = "de";
|
console.keyMap = "de";
|
||||||
|
|
||||||
environment.systemPackages =
|
|
||||||
lib.mapAttrsToList
|
|
||||||
(language: variant:
|
|
||||||
pkgs.writers.writeDashBin "kb-${language}" ''
|
|
||||||
${pkgs.xorg.setxkbmap}/bin/setxkbmap ${defaultLanguage},${language} ${languages.${defaultLanguage}},${variant} ${toString (map (option: "-option ${option}") xkbOptions)}
|
|
||||||
'')
|
|
||||||
languages;
|
|
||||||
|
|
||||||
# improve held key rate
|
# improve held key rate
|
||||||
services.xserver.displayManager.sessionCommands = "${pkgs.xorg.xset}/bin/xset r rate 300 50";
|
services.xserver.displayManager.sessionCommands = "${pkgs.xorg.xset}/bin/xset r rate 300 50";
|
||||||
|
|
||||||
systemd.user.services.gxkb = {
|
|
||||||
wantedBy = ["graphical-session.target"];
|
|
||||||
serviceConfig = {
|
|
||||||
SyslogIdentifier = "gxkb";
|
|
||||||
ExecStart = "${pkgs.gxkb}/bin/gxkb";
|
|
||||||
Restart = "always";
|
|
||||||
RestartSec = "15s";
|
|
||||||
StartLimitBurst = 0;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,47 +6,17 @@
|
|||||||
}: let
|
}: let
|
||||||
davHome = "~/.local/share/dav";
|
davHome = "~/.local/share/dav";
|
||||||
kmeinCloud = {
|
kmeinCloud = {
|
||||||
davEndpoint = "https://cloud.kmein.de/remote.php/dav";
|
davEndpoint = "https://cloud.xn--kiern-0qa.de/remote.php/dav";
|
||||||
username = "kieran";
|
username = "kieran";
|
||||||
passwordFile = config.age.secrets.nextcloud-password-kieran.path;
|
password = lib.fileContents <secrets/nextcloud/password>;
|
||||||
};
|
};
|
||||||
fysiCloud = {
|
fysiCloud = {
|
||||||
davEndpoint = "https://nextcloud.fysi.dev/remote.php/dav";
|
davEndpoint = "https://nextcloud.fysi.dev/remote.php/dav";
|
||||||
username = "kmein";
|
username = "kmein";
|
||||||
passwordFile = config.age.secrets.nextcloud-password-fysi.path;
|
password = lib.fileContents <secrets/nextcloud-fysi/password>;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
age.secrets = {
|
environment.systemPackages = [pkgs.khal pkgs.vdirsyncer pkgs.khard pkgs.todoman];
|
||||||
nextcloud-password-kieran = {
|
|
||||||
file = ../secrets/nextcloud-password-kieran.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
nextcloud-password-fysi = {
|
|
||||||
file = ../secrets/nextcloud-password-fysi.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.khal
|
|
||||||
pkgs.vdirsyncer
|
|
||||||
pkgs.khard
|
|
||||||
pkgs.todoman
|
|
||||||
(pkgs.writers.writeDashBin "todo-procrastinate" ''
|
|
||||||
[ $# -eq 1 ] || {
|
|
||||||
echo "Usage: $0 TODO_ID" >&2
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
todo_id=$1
|
|
||||||
new_timestamp=$(${pkgs.todoman}/bin/todo --porcelain show "$todo_id" | ${pkgs.jq}/bin/jq '.due + 24 * 60 * 60')
|
|
||||||
new_date=$(${pkgs.coreutils}/bin/date +"%Y-%m-%d %H:%M" -d "@$new_timestamp")
|
|
||||||
${pkgs.todoman}/bin/todo edit "$todo_id" --due "$new_date"
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
|
|
||||||
systemd.user.services.vdirsyncer = {
|
systemd.user.services.vdirsyncer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -54,7 +24,8 @@ in {
|
|||||||
wantedBy = ["default.target"];
|
wantedBy = ["default.target"];
|
||||||
startAt = "*:00/10";
|
startAt = "*:00/10";
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.vdirsyncer}/bin/vdirsyncer sync && ${pkgs.khal}/bin/khal printcalendars # https://lostpackets.de/khal/configure.html#syncing
|
${pkgs.vdirsyncer}/bin/vdirsyncer sync
|
||||||
|
${pkgs.khal}/bin/khal printcalendars # https://lostpackets.de/khal/configure.html#syncing
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
@@ -111,10 +82,6 @@ in {
|
|||||||
path = ${davHome}/calendar/personal
|
path = ${davHome}/calendar/personal
|
||||||
color = "light cyan"
|
color = "light cyan"
|
||||||
|
|
||||||
[[krebs]]
|
|
||||||
path = ${davHome}/calendar/krebs
|
|
||||||
color = "light red"
|
|
||||||
|
|
||||||
[[uni]]
|
[[uni]]
|
||||||
path = ${davHome}/calendar/uni-1
|
path = ${davHome}/calendar/uni-1
|
||||||
color = "yellow"
|
color = "yellow"
|
||||||
@@ -165,12 +132,6 @@ in {
|
|||||||
collections = ["personal", "alew", "uni-1"]
|
collections = ["personal", "alew", "uni-1"]
|
||||||
conflict_resolution = "b wins"
|
conflict_resolution = "b wins"
|
||||||
|
|
||||||
[pair krebs]
|
|
||||||
a = "kalender_local"
|
|
||||||
b = "krebs_cloud"
|
|
||||||
collections = ["3edef929-d509-7944-2440-000a54f2d054"]
|
|
||||||
conflict_resolution = "b wins"
|
|
||||||
|
|
||||||
[pair fysi]
|
[pair fysi]
|
||||||
a = "kalender_local"
|
a = "kalender_local"
|
||||||
b = "fysi_cloud"
|
b = "fysi_cloud"
|
||||||
@@ -191,25 +152,19 @@ in {
|
|||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "${kmeinCloud.davEndpoint}/addressbooks/users/${kmeinCloud.username}/"
|
url = "${kmeinCloud.davEndpoint}/addressbooks/users/${kmeinCloud.username}/"
|
||||||
username = "${kmeinCloud.username}"
|
username = "${kmeinCloud.username}"
|
||||||
password.fetch = ["command", "cat", "${kmeinCloud.passwordFile}"]
|
password = "${kmeinCloud.password}"
|
||||||
|
|
||||||
[storage kalender_cloud]
|
[storage kalender_cloud]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "${kmeinCloud.davEndpoint}/calendars/${kmeinCloud.username}/"
|
url = "${kmeinCloud.davEndpoint}/calendars/${kmeinCloud.username}/"
|
||||||
username = "${kmeinCloud.username}"
|
username = "${kmeinCloud.username}"
|
||||||
password.fetch = ["command", "cat", "${kmeinCloud.passwordFile}"]
|
password = "${kmeinCloud.password}"
|
||||||
|
|
||||||
[storage krebs_cloud]
|
|
||||||
type = "caldav"
|
|
||||||
url = "http://calendar.r/krebs/"
|
|
||||||
username = "krebs"
|
|
||||||
password = "krebs"
|
|
||||||
|
|
||||||
[storage fysi_cloud]
|
[storage fysi_cloud]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "${fysiCloud.davEndpoint}/calendars/${fysiCloud.username}/"
|
url = "${fysiCloud.davEndpoint}/calendars/${fysiCloud.username}/"
|
||||||
username = "${fysiCloud.username}"
|
username = "${fysiCloud.username}"
|
||||||
password.fetch = ["command", "cat", "${fysiCloud.passwordFile}"]
|
password = "${fysiCloud.password}"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
startAt = "weekly";
|
startAt = "weekly";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
user = "kfm";
|
user = "kfm";
|
||||||
WorkingDirectory = "/home/kfm/cloud/nextcloud/Books/Germanistik/LB";
|
WorkingDirectory = "/home/kfm/cloud/Seafile/Books/Germanistik/LB";
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
first_year=2019
|
first_year=2019
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
systemd.services.imaginary-illuminations = {
|
|
||||||
enable = false;
|
|
||||||
wants = ["network-online.target"];
|
|
||||||
serviceConfig = {
|
|
||||||
User = "kfm";
|
|
||||||
Group = "users";
|
|
||||||
WorkingDirectory = "/home/kfm/cloud/Seafile/Documents/Media/imaginary-illuminations";
|
|
||||||
Restart = "on-failure";
|
|
||||||
RestartSec = "15s";
|
|
||||||
};
|
|
||||||
startAt = "7:00";
|
|
||||||
script = ''
|
|
||||||
${pkgs.deno}/bin/deno run -A post.ts
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.imaginary-illuminations.timerConfig.RandomizedDelaySec = "14h";
|
|
||||||
}
|
|
||||||
@@ -7,18 +7,18 @@
|
|||||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
"application/vnd.oasis.opendocument.text" = "writer.desktop";
|
"application/vnd.oasis.opendocument.text" = "writer.desktop";
|
||||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" = "writer.desktop";
|
"application/vnd.openxmlformats-officedocument.wordprocessingml.document" = "writer.desktop";
|
||||||
"image/jpeg" = "nsxiv.desktop";
|
"image/jpeg" = "sxiv.desktop";
|
||||||
"image/png" = "nsxiv.desktop";
|
"image/png" = "sxiv.desktop";
|
||||||
"image/vnd.djvu+multipage" = "org.pwmt.zathura.desktop";
|
"image/vnd.djvu+multipage" = "org.pwmt.zathura.desktop";
|
||||||
"text/html" = "firefox.desktop";
|
"text/html" = "brave-browser.desktop";
|
||||||
"text/markdown" = "nvim.desktop";
|
"text/markdown" = "nvim.desktop";
|
||||||
"text/plain" = "nvim.desktop";
|
"text/plain" = "nvim.desktop";
|
||||||
"x-scheme-handler/about" = "firefox.desktop";
|
"x-scheme-handler/about" = "brave-browser.desktop";
|
||||||
"x-scheme-handler/http" = "firefox.desktop";
|
"x-scheme-handler/http" = "brave-browser.desktop";
|
||||||
"x-scheme-handler/https" = "firefox.desktop";
|
"x-scheme-handler/https" = "brave-browser.desktop";
|
||||||
"x-scheme-handler/mailto" = "firefox.desktop";
|
"x-scheme-handler/mailto" = "brave-browser.desktop";
|
||||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
"x-scheme-handler/unknown" = "brave-browser.desktop";
|
||||||
"x-scheme-handler/webcal" = "firefox.desktop";
|
"x-scheme-handler/webcal" = "brave-browser.desktop";
|
||||||
"inode/directory" = "pcmanfm.desktop";
|
"inode/directory" = "pcmanfm.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
nginx.enable = false;
|
nginx.enable = false;
|
||||||
node = {
|
node = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
|
||||||
enabledCollectors = [
|
enabledCollectors = [
|
||||||
"conntrack"
|
"conntrack"
|
||||||
"diskstats"
|
"diskstats"
|
||||||
@@ -39,6 +38,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [config.services.prometheus.exporters.node.port];
|
||||||
|
|
||||||
systemd.services.promtail = {
|
systemd.services.promtail = {
|
||||||
description = "Promtail service for Loki";
|
description = "Promtail service for Loki";
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
|
|||||||
@@ -2,10 +2,9 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
niveumPackages,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
swallow = command: "${niveumPackages.swallow}/bin/swallow ${command}";
|
swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}";
|
||||||
in {
|
in {
|
||||||
environment.shellAliases.smpv = swallow "mpv";
|
environment.shellAliases.smpv = swallow "mpv";
|
||||||
|
|
||||||
@@ -22,8 +21,6 @@ in {
|
|||||||
ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best";
|
ytdl-format = "bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best";
|
||||||
ytdl-raw-options = lib.concatStringsSep "," [''sub-lang="de,en"'' "write-sub=" "write-auto-sub="];
|
ytdl-raw-options = lib.concatStringsSep "," [''sub-lang="de,en"'' "write-sub=" "write-auto-sub="];
|
||||||
screenshot-template = "%F-%wH%wM%wS-%#04n";
|
screenshot-template = "%F-%wH%wM%wS-%#04n";
|
||||||
script-opts = "ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp";
|
|
||||||
ao = "pulse"; # no pipewire for me :(
|
|
||||||
};
|
};
|
||||||
bindings = {
|
bindings = {
|
||||||
"Alt+RIGHT" = "add video-rotate 90";
|
"Alt+RIGHT" = "add video-rotate 90";
|
||||||
@@ -37,7 +34,7 @@ in {
|
|||||||
};
|
};
|
||||||
scripts = [
|
scripts = [
|
||||||
pkgs.mpvScripts.youtube-quality
|
pkgs.mpvScripts.youtube-quality
|
||||||
niveumPackages.mpv-visualizer
|
(pkgs.callPackage <niveum/packages/mpv-visualizer.nix> {})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
261
configs/neomutt.nix
Normal file
261
configs/neomutt.nix
Normal file
@@ -0,0 +1,261 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
mainMailbox = "posteo";
|
||||||
|
|
||||||
|
accounts.uni = {
|
||||||
|
user = "meinhark";
|
||||||
|
password = lib.strings.fileContents <secrets/eduroam/password>;
|
||||||
|
address = "kieran.felix.meinhardt@hu-berlin.de";
|
||||||
|
imap = "mailbox.cms.hu-berlin.de";
|
||||||
|
smtp = "mailhost.cms.hu-berlin.de";
|
||||||
|
smtpSettings = smtp: "smtp://${smtp}";
|
||||||
|
folders = {
|
||||||
|
drafts = "Drafts";
|
||||||
|
sent = "Sent";
|
||||||
|
trash = "Trash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts.uni-old = {
|
||||||
|
user = "meinhark";
|
||||||
|
password = lib.strings.fileContents <secrets/eduroam/password>;
|
||||||
|
address = "meinhark@informatik.hu-berlin.de";
|
||||||
|
imap = "mailbox.informatik.hu-berlin.de";
|
||||||
|
smtp = "mailhost.informatik.hu-berlin.de";
|
||||||
|
smtpSettings = smtp: "smtp://${smtp}";
|
||||||
|
folders = {
|
||||||
|
drafts = "Drafts";
|
||||||
|
sent = "Sent";
|
||||||
|
trash = "Trash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts.work-uni = {
|
||||||
|
user = "meinhaki";
|
||||||
|
password = lib.strings.fileContents <secrets/mail/meinhaki>;
|
||||||
|
address = "kieran.meinhardt@hu-berlin.de";
|
||||||
|
imap = "mailbox.cms.hu-berlin.de";
|
||||||
|
smtp = "mailhost.cms.hu-berlin.de";
|
||||||
|
smtpSettings = smtp: "smtp://${smtp}";
|
||||||
|
folders = {
|
||||||
|
drafts = "Drafts";
|
||||||
|
sent = "Sent";
|
||||||
|
trash = "Trash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts.work-fysi = rec {
|
||||||
|
user = "kieran@fysi.tech";
|
||||||
|
address = user;
|
||||||
|
password = lib.strings.fileContents <secrets/mail/fastmail>;
|
||||||
|
imap = "imap.fastmail.com";
|
||||||
|
smtp = "smtp.fastmail.com";
|
||||||
|
smtpSettings = smtp: "smtps://${smtp}:465";
|
||||||
|
folders = {
|
||||||
|
drafts = "Drafts";
|
||||||
|
sent = "Sent";
|
||||||
|
trash = "Trash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts.cock = rec {
|
||||||
|
user = "2210@cock.li";
|
||||||
|
address = user;
|
||||||
|
password = lib.strings.fileContents <secrets/mail/cock>;
|
||||||
|
imap = "mail.cock.li";
|
||||||
|
smtp = imap;
|
||||||
|
smtpSettings = smtp: "smtp://${smtp}:587";
|
||||||
|
folders = {
|
||||||
|
drafts = "Drafts";
|
||||||
|
sent = "Sent";
|
||||||
|
trash = "Trash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts."${mainMailbox}" = rec {
|
||||||
|
user = "kieran.meinhardt@posteo.net";
|
||||||
|
address = user;
|
||||||
|
password = lib.strings.fileContents <secrets/mail/posteo>;
|
||||||
|
imap = "posteo.de";
|
||||||
|
smtp = imap;
|
||||||
|
smtpSettings = smtp: "smtp://${smtp}";
|
||||||
|
folders = {
|
||||||
|
drafts = "Drafts";
|
||||||
|
sent = "Sent";
|
||||||
|
trash = "Trash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts.google-amro = rec {
|
||||||
|
user = "amroplay@gmail.com";
|
||||||
|
address = user;
|
||||||
|
password = lib.strings.fileContents <secrets/mail/gmail/amroplay>;
|
||||||
|
imap = "imap.gmail.com";
|
||||||
|
smtp = "smtp.gmail.com";
|
||||||
|
smtpSettings = smtp: "smtps://${smtp}:465";
|
||||||
|
folders = {
|
||||||
|
drafts = "[Gmail]/Drafts";
|
||||||
|
sent = "[Gmail]/Sent Mail";
|
||||||
|
trash = "[Gmail]/Bin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
accounts.google-kieran = rec {
|
||||||
|
user = "kieran.meinhardt@gmail.com";
|
||||||
|
address = user;
|
||||||
|
password = lib.strings.fileContents <secrets/mail/gmail/kieran.meinhardt>;
|
||||||
|
imap = "imap.gmail.com";
|
||||||
|
smtp = "smtp.gmail.com";
|
||||||
|
smtpSettings = smtp: "smtps://${smtp}:465";
|
||||||
|
folders = {
|
||||||
|
drafts = "[Gmail]/Entwürfe";
|
||||||
|
sent = "[Gmail]/Gesendet";
|
||||||
|
trash = "[Gmail]/Papierkorb";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
environment.systemPackages = [pkgs.neomutt];
|
||||||
|
environment.shellAliases.mua = "${pkgs.neomutt}/bin/neomutt -f ${mainMailbox}←";
|
||||||
|
|
||||||
|
home-manager.users.me.xdg.configFile."neomutt/neomuttrc".text = ''
|
||||||
|
set mailcap_path = ${
|
||||||
|
pkgs.writeText "mailcap" ''
|
||||||
|
text/plain; $EDITOR %s ;
|
||||||
|
text/html; ${pkgs.lynx}/bin/lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
|
||||||
|
image/*; ${pkgs.sxiv}/bin/sxiv %s ;
|
||||||
|
video/*; ${pkgs.utillinux}/bin/setsid ${pkgs.mpv}/bin/mpv --quiet %s &; copiousoutput
|
||||||
|
audio/*; ${pkgs.mpv}/bin/mpv %s ;
|
||||||
|
application/pdf; ${pkgs.zathura}/bin/zathura %s ;
|
||||||
|
application/pgp-encrypted; ${pkgs.gnupg}/bin/gpg -d '%s'; copiousoutput;
|
||||||
|
application/pgp-keys; ${pkgs.gnupg}/bin/gpg --import '%s'; copiousoutput;
|
||||||
|
''
|
||||||
|
}:$mailcap_path
|
||||||
|
|
||||||
|
set sidebar_visible
|
||||||
|
set sidebar_format = "%D%?F? [%F]?%* %?N?%N/?%S"
|
||||||
|
set sidebar_width = 25 # Plenty of space
|
||||||
|
set sidebar_divider_char = '│' # Pretty line-drawing character
|
||||||
|
set mail_check_stats
|
||||||
|
|
||||||
|
set index_format="%2C %Z %D %-15.15L %s"
|
||||||
|
set date_format="%F %R"
|
||||||
|
|
||||||
|
set sort = 'reverse-date'
|
||||||
|
set sleep_time = 0 # Pause 0 seconds for informational messages
|
||||||
|
set markers = no # Disables the `+` displayed at line wraps
|
||||||
|
set mark_old = no # Unread mail stay unread until read
|
||||||
|
set wait_key = no # mutt won't ask "press key to continue"
|
||||||
|
set fast_reply # skip to compose when replying
|
||||||
|
set forward_format = "Fwd: %s" # format of subject when forwarding
|
||||||
|
set reverse_name # reply as whomever it was to
|
||||||
|
set include=ask-no # don't include message in replies
|
||||||
|
auto_view text/html # automatically show html (mailcap uses lynx)
|
||||||
|
auto_view application/pgp-encrypted
|
||||||
|
alternative_order text/plain text/enriched text/html
|
||||||
|
|
||||||
|
set abort_noattach abort_noattach_regex="\<(attach|attached|attachments?|anbei|Anhang|angehängt)\>"
|
||||||
|
set attach_save_dir=/tmp
|
||||||
|
set fast_reply
|
||||||
|
|
||||||
|
set narrow_tree # narrow threads for more depth
|
||||||
|
|
||||||
|
bind index,pager B sidebar-toggle-visible # Use 'B' to switch the Sidebar on and off
|
||||||
|
bind index,pager \Ck sidebar-prev
|
||||||
|
bind index,pager \Cj sidebar-next
|
||||||
|
bind index,pager \Co sidebar-open
|
||||||
|
bind index,pager \Cp sidebar-prev-new
|
||||||
|
bind index,pager \Cn sidebar-next-new
|
||||||
|
|
||||||
|
macro index * <limit>~F\r
|
||||||
|
macro index + <limit>all\r
|
||||||
|
|
||||||
|
set query_command = "khard email --parsable %s"
|
||||||
|
bind editor <Tab> complete-query
|
||||||
|
bind editor ^T complete
|
||||||
|
|
||||||
|
set mail_check = 90
|
||||||
|
set timeout = 15
|
||||||
|
# set imap_check_subscribed
|
||||||
|
set use_from
|
||||||
|
|
||||||
|
|
||||||
|
set header_cache="~/.cache/mutt" message_cachedir="~/.cache/mutt"
|
||||||
|
|
||||||
|
source ${
|
||||||
|
pkgs.writeText "accounts.neomuttrc" ''
|
||||||
|
set realname = "Kierán Meinhardt"
|
||||||
|
account-hook . 'unset imap_user imap_pass smtp_user smtp_pass'
|
||||||
|
# set accordingly: postponed trash record
|
||||||
|
${
|
||||||
|
lib.concatStringsSep "\n\n" (lib.mapAttrsToList (name: account: let
|
||||||
|
imapRoot = "imaps://${account.user}@${account.imap}";
|
||||||
|
in ''
|
||||||
|
account-hook ${account.user}@${account.imap} 'set imap_user="${account.user}" imap_pass="${account.password}"'
|
||||||
|
account-hook ${account.user}@${account.smtp} 'set smtp_user="${account.user}" smtp_pass="${account.password}"'
|
||||||
|
folder-hook ${account.user}@${account.imap} 'set smtp_url="${account.smtpSettings "${account.user}@${account.smtp}"}" from="${account.address}" record="${imapRoot}/${account.folders.sent}" postponed="${imapRoot}/${account.folders.drafts}" trash="${imapRoot}/${account.folders.trash}"'
|
||||||
|
named-mailboxes "${name}←" "${imapRoot}" "${name}→" "${imapRoot}/${account.folders.sent}"
|
||||||
|
'')
|
||||||
|
accounts)
|
||||||
|
}
|
||||||
|
''
|
||||||
|
}
|
||||||
|
|
||||||
|
set spoolfile="${mainMailbox}"
|
||||||
|
|
||||||
|
source ${
|
||||||
|
pkgs.writeText "colors.neomuttrc" ''
|
||||||
|
# Default index colors:
|
||||||
|
color index_number blue default
|
||||||
|
color index red default '.*'
|
||||||
|
color index_flags lightcyan default '.*'
|
||||||
|
color index_author yellow default '.*'
|
||||||
|
color index_subject lightblack default '.*'
|
||||||
|
|
||||||
|
# New mail is boldened:
|
||||||
|
color index_author lightyellow black "~N"
|
||||||
|
color index_subject lightwhite black "~N"
|
||||||
|
|
||||||
|
# Flagged mail is highlighted:
|
||||||
|
color index_flags lightmagenta default '~F'
|
||||||
|
|
||||||
|
# Other colors and aesthetic settings:
|
||||||
|
mono bold bold
|
||||||
|
mono underline underline
|
||||||
|
mono error bold
|
||||||
|
mono indicator reverse
|
||||||
|
# color sidebar_flagged red black
|
||||||
|
mono sidebar_new bold
|
||||||
|
color error red default
|
||||||
|
color message cyan default
|
||||||
|
color search brightmagenta default
|
||||||
|
color hdrdefault lightblack default
|
||||||
|
color quoted green default
|
||||||
|
color quoted1 blue default
|
||||||
|
color quoted2 cyan default
|
||||||
|
color quoted3 yellow default
|
||||||
|
color quoted4 red default
|
||||||
|
color quoted5 brightred default
|
||||||
|
color signature lightblack default
|
||||||
|
color tree color235 default
|
||||||
|
|
||||||
|
# Regex highlighting:
|
||||||
|
color header red default "^(Date)"
|
||||||
|
color header yellow default "^(From)"
|
||||||
|
color header white default "^(B?CC)"
|
||||||
|
color header brightwhite default "^(Subject)"
|
||||||
|
color body cyan default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses
|
||||||
|
color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL
|
||||||
|
color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow
|
||||||
|
color body red default "(BAD signature)|^gpg: BAD signature from.*"
|
||||||
|
color body brightgreen default "(Good signature)|^gpg: Good signature .*"
|
||||||
|
color body brightyellow default "^gpg: "
|
||||||
|
mono body bold "^gpg: Good signature"
|
||||||
|
mono body bold "^gpg: BAD signature from.*"
|
||||||
|
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||||
|
''
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
}
|
||||||
@@ -1,40 +1,69 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.variables.EDITOR = pkgs.lib.mkForce "nvim";
|
environment.variables.EDITOR = pkgs.lib.mkForce "nvim";
|
||||||
environment.shellAliases.vi = "nvim";
|
environment.shellAliases.vi = "nvim";
|
||||||
environment.shellAliases.vim = "nvim";
|
environment.shellAliases.vim = "nvim";
|
||||||
environment.shellAliases.view = "nvim -R";
|
environment.shellAliases.view = "nvim -R";
|
||||||
|
|
||||||
home-manager.users.me = {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
editorconfig = {
|
vimPlugins =
|
||||||
enable = true;
|
pkgs.vimPlugins
|
||||||
settings = {
|
// {
|
||||||
"*" = {
|
cheat-sh-vim = pkgs.callPackage <niveum/packages/vimPlugins/cheat-sh.nix> {};
|
||||||
charset = "utf-8";
|
vim-fetch = pkgs.callPackage <niveum/packages/vimPlugins/vim-fetch.nix> {};
|
||||||
end_of_line = "lf";
|
vim-colors-paramount = pkgs.callPackage <niveum/packages/vimPlugins/vim-colors-paramount.nix> {};
|
||||||
trim_trailing_whitespace = true;
|
vim-256noir = pkgs.callPackage <niveum/packages/vimPlugins/vim-256noir.nix> {};
|
||||||
insert_final_newline = true;
|
icalendar-vim = pkgs.callPackage <niveum/packages/vimPlugins/icalendar-vim.nix> {};
|
||||||
indent_style = "space";
|
jq-vim = pkgs.callPackage <niveum/packages/vimPlugins/jq-vim.nix> {};
|
||||||
indent_size = 2;
|
vim-fsharp = pkgs.callPackage <niveum/packages/vimPlugins/vim-fsharp.nix> {};
|
||||||
};
|
vim-reason-plus = pkgs.callPackage <niveum/packages/vimPlugins/vim-reason-plus.nix> {};
|
||||||
"*.py" = {
|
vim-mail = pkgs.callPackage <niveum/packages/vimPlugins/vim-mail.nix> {};
|
||||||
indent_size = 4;
|
|
||||||
};
|
|
||||||
Makefile = {
|
|
||||||
indent_style = "tab";
|
|
||||||
};
|
|
||||||
"*.md" = {
|
|
||||||
trim_trailing_whitespace = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.writers.writeDashBin "vim" ''neovim "$@"'')
|
(pkgs.writers.writeDashBin "vim" ''neovim "$@"'')
|
||||||
niveumPackages.vim
|
(pkgs.neovim.override {
|
||||||
|
configure = {
|
||||||
|
customRC = builtins.readFile <niveum/lib/vim/init.vim>;
|
||||||
|
packages.nvim = with pkgs.vimPlugins; {
|
||||||
|
start = [
|
||||||
|
ale
|
||||||
|
fzf-vim
|
||||||
|
fzfWrapper
|
||||||
|
supertab
|
||||||
|
undotree
|
||||||
|
tabular
|
||||||
|
# vimwiki
|
||||||
|
vim-colors-paramount
|
||||||
|
vim-commentary
|
||||||
|
vim-css-color
|
||||||
|
vim-eunuch
|
||||||
|
vim-fetch
|
||||||
|
vim-fugitive
|
||||||
|
vim-gitgutter
|
||||||
|
vim-repeat
|
||||||
|
vim-sensible
|
||||||
|
vim-surround
|
||||||
|
];
|
||||||
|
opt = [
|
||||||
|
csv
|
||||||
|
elm-vim
|
||||||
|
emmet-vim
|
||||||
|
haskell-vim
|
||||||
|
icalendar-vim
|
||||||
|
jq-vim
|
||||||
|
rust-vim
|
||||||
|
typescript-vim
|
||||||
|
vim-javascript
|
||||||
|
vim-ledger
|
||||||
|
vim-nix
|
||||||
|
vimtex
|
||||||
|
vim-pandoc
|
||||||
|
vim-pandoc-syntax
|
||||||
|
vim-256noir
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,17 +42,52 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
imports = [<niveum/modules/networkmanager-declarative.nix>];
|
||||||
|
|
||||||
programs.nm-applet.enable = true;
|
programs.nm-applet.enable = true;
|
||||||
|
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
packages = [
|
||||||
pkgs.networkmanager-openvpn
|
pkgs.networkmanager-openvpn
|
||||||
pkgs.networkmanager-fortisslvpn
|
pkgs.networkmanager-fortisslvpn
|
||||||
];
|
];
|
||||||
wifi.macAddress = "random";
|
wifi.macAddress = "random";
|
||||||
ethernet.macAddress = "random";
|
ethernet.macAddress = "random";
|
||||||
unmanaged = ["docker*"];
|
unmanaged = ["docker*"];
|
||||||
|
profiles = lib.mapAttrs profile {
|
||||||
|
Aether = {
|
||||||
|
connection.uuid = "7138bb0f-1aeb-4905-890e-a6628427aa21";
|
||||||
|
ipv6.addr-gen-mode = "stable";
|
||||||
|
wifi.cloned-mac-address = "stable";
|
||||||
|
wifi-security = {
|
||||||
|
psk = lib.strings.fileContents <secrets/wifi/Aether.psk>;
|
||||||
|
auth-alg = "open";
|
||||||
|
key-mgmt = "wpa-psk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
FactoryCommunityGuest = {
|
||||||
|
connection.uuid = "fb1f2e52-651e-48b5-a72c-1accddf31afb";
|
||||||
|
connection.timestamp = "1631885129";
|
||||||
|
wifi.seen-bssids = "54:EC:2F:19:30:DC;54:EC:2F:19:5C:9C;54:EC:2F:58:E4:3C;";
|
||||||
|
wifi-security = {
|
||||||
|
psk = "Factory4ever";
|
||||||
|
auth-alg = "open";
|
||||||
|
key-mgmt = "wpa-psk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
o2-WLAN66 = {
|
||||||
|
connection.uuid = "c563aec3-f344-4ffb-8d1c-60a6cdac8fe0";
|
||||||
|
wifi-security = {
|
||||||
|
psk = "PK3468KV488T934U";
|
||||||
|
auth-alg = "open";
|
||||||
|
key-mgmt = "wpa-psk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
"WIFI@DB".connection.uuid = "4eff4e94-8850-4e9f-a338-1787d0d90479";
|
||||||
|
eduroam = eduroamProfile;
|
||||||
|
eduroam_5GHz = eduroamProfile;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.me.extraGroups = ["networkmanager"];
|
users.users.me.extraGroups = ["networkmanager"];
|
||||||
|
|||||||
@@ -1,40 +1,17 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
ytdl-format = "'bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best'";
|
ytdl-format = "'bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best'";
|
||||||
|
|
||||||
youtube-download = "${pkgs.ts}/bin/ts ${pkgs.yt-dlp}/bin/yt-dlp -f ${ytdl-format} --add-metadata";
|
youtube-download = "${pkgs.ts}/bin/ts ${pkgs.youtube-dl}/bin/youtube-dl -f ${ytdl-format} --add-metadata";
|
||||||
|
|
||||||
newsboat-home = "${config.users.users.me.home}/cloud/Seafile/Documents/newsboat";
|
newsboat-home = "${config.users.users.me.home}/cloud/Seafile/Documents/newsboat";
|
||||||
linkhandler = pkgs.writers.writeDash "linkhandler" ''
|
linkhandler-bin = "${pkgs.scripts.linkhandler}/bin/linkhandler";
|
||||||
# Feed script a url or file location.
|
|
||||||
# If an image, it will view in sxiv,
|
|
||||||
# if a video or gif, it will view in mpv
|
|
||||||
# if a music file or pdf, it will download,
|
|
||||||
# otherwise it opens link in browser.
|
|
||||||
|
|
||||||
# If no url given. Opens browser. For using script as $BROWSER.
|
|
||||||
[ -z "$1" ] && { "$BROWSER"; exit; }
|
|
||||||
|
|
||||||
case "$1" in
|
|
||||||
*mkv|*webm|*mp4|*youtube.com/watch*|*youtube.com/playlist*|*youtu.be*|*bitchute.com*|*videos.lukesmith.xyz*|*odysee.com*)
|
|
||||||
setsid -f ${pkgs.mpv}/bin/mpv -quiet "$1" >/dev/null 2>&1 ;;
|
|
||||||
*png|*jpg|*jpe|*jpeg|*gif)
|
|
||||||
curl -sL "$1" > "/tmp/$(echo "$1" | sed "s/.*\///")" && sxiv -a "/tmp/$(echo "$1" | sed "s/.*\///")" >/dev/null 2>&1 & ;;
|
|
||||||
*mp3|*flac|*opus|*mp3?source*)
|
|
||||||
setsid -f tsp curl -LO "$1" >/dev/null 2>&1 ;;
|
|
||||||
*)
|
|
||||||
if [ -f "$1" ]; then "$TERMINAL" -e "$EDITOR" "$1"
|
|
||||||
else setsid -f "$BROWSER" "$1" >/dev/null 2>&1; fi ;;
|
|
||||||
esac
|
|
||||||
'';
|
|
||||||
|
|
||||||
newsboat-config = pkgs.writeText "config" ''
|
newsboat-config = pkgs.writeText "config" ''
|
||||||
auto-reload no
|
auto-reload no
|
||||||
reload-threads 8
|
|
||||||
prepopulate-query-feeds yes
|
prepopulate-query-feeds yes
|
||||||
|
|
||||||
# dont keep a search history
|
# dont keep a search history
|
||||||
@@ -44,12 +21,12 @@
|
|||||||
|
|
||||||
text-width 85
|
text-width 85
|
||||||
|
|
||||||
external-url-viewer "${pkgs.urlscan}/bin/urlscan -dc -r '${linkhandler} {}'"
|
external-url-viewer "${pkgs.urlscan}/bin/urlscan -dc -r '${linkhandler-bin} {}'"
|
||||||
browser ${linkhandler}
|
browser ${linkhandler-bin}
|
||||||
macro , open-in-browser
|
macro , open-in-browser
|
||||||
macro c set browser "${pkgs.xsel}/bin/xsel -b <<<" ; open-in-browser ; set browser ${linkhandler}
|
macro c set browser "${pkgs.xsel}/bin/xsel -b <<<" ; open-in-browser ; set browser ${linkhandler-bin}
|
||||||
macro v set browser "${pkgs.util-linux}/bin/setsid -f ${pkgs.mpv}/bin/mpv" ; open-in-browser ; set browser ${linkhandler}
|
macro v set browser "${pkgs.utillinux}/bin/setsid -f ${pkgs.mpv}/bin/mpv" ; open-in-browser ; set browser ${linkhandler-bin}
|
||||||
macro y set browser "${youtube-download}" ; open-in-browser ; set browser ${linkhandler}
|
macro y set browser "${youtube-download}" ; open-in-browser ; set browser ${linkhandler-bin}
|
||||||
|
|
||||||
bind-key j down
|
bind-key j down
|
||||||
bind-key k up
|
bind-key k up
|
||||||
@@ -73,7 +50,7 @@
|
|||||||
save-path ${newsboat-home}/saved/
|
save-path ${newsboat-home}/saved/
|
||||||
|
|
||||||
highlight all "---.*---" yellow default
|
highlight all "---.*---" yellow default
|
||||||
# highlight feedlist ".*(0/0))" default default
|
highlight feedlist ".*(0/0))" black default
|
||||||
highlight article "^Title:.*" yellow default bold
|
highlight article "^Title:.*" yellow default bold
|
||||||
highlight article "^Author:.*" yellow default
|
highlight article "^Author:.*" yellow default
|
||||||
highlight article "^Flags:.*" red default
|
highlight article "^Flags:.*" red default
|
||||||
@@ -81,37 +58,25 @@
|
|||||||
highlight article "\\[image [0-9][0-9]*\\]" color109 default bold
|
highlight article "\\[image [0-9][0-9]*\\]" color109 default bold
|
||||||
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold
|
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold
|
||||||
|
|
||||||
|
color background white default
|
||||||
|
color listnormal white default
|
||||||
|
color listnormal_unread white default bold
|
||||||
color listfocus blue default
|
color listfocus blue default
|
||||||
color listfocus_unread blue default bold
|
color listfocus_unread blue default bold
|
||||||
color info red default bold
|
color info red default bold
|
||||||
|
color article white default
|
||||||
urls-source "miniflux"
|
|
||||||
miniflux-url "https://feed.kmein.de"
|
|
||||||
miniflux-login "kfm"
|
|
||||||
miniflux-password "${lib.strings.fileContents <secrets/miniflux/password>}"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
newsboat-sql = "${pkgs.sqlite}/bin/sqlite3 ${newsboat-home}/cache.db";
|
|
||||||
in {
|
in {
|
||||||
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
newsboat = pkgs.writers.writeDashBin "newsboat" ''
|
||||||
|
${pkgs.newsboat}/bin/newsboat -C ${newsboat-config} -c ${newsboat-home}/cache.db -u ${newsboat-home}/urls "$@"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.newsboat
|
pkgs.newsboat
|
||||||
(pkgs.writers.writeDashBin "newsboat-unread-count" ''
|
|
||||||
if [ -f ${newsboat-home}/cache.db.lock ]; then
|
|
||||||
${pkgs.jq}/bin/jq -n '{state: "Info", text: "↻", icon: "rss"}'
|
|
||||||
else
|
|
||||||
|
|
||||||
${pkgs.jq}/bin/jq -n \
|
|
||||||
--argjson unread "$(${newsboat-sql} "SELECT COUNT(DISTINCT id) FROM rss_item WHERE unread=1")" \
|
|
||||||
--argjson watchLater "$(${newsboat-sql} "SELECT COUNT(DISTINCT id) FROM rss_item WHERE flags='e' AND deleted=0")" \
|
|
||||||
'{
|
|
||||||
state: (if $unread > 0 then "Good" else "Idle" end),
|
|
||||||
text: (if $unread > 0 then "\($unread)" else "[\($watchLater)]" end),
|
|
||||||
icon: "rss"
|
|
||||||
}'
|
|
||||||
fi
|
|
||||||
'')
|
|
||||||
(pkgs.writers.writeDashBin "mpv-watch-later" ''
|
(pkgs.writers.writeDashBin "mpv-watch-later" ''
|
||||||
${newsboat-sql} "SELECT url FROM rss_item WHERE flags='e' AND deleted=0 ORDER BY pubDate DESC" \
|
${pkgs.sqlite}/bin/sqlite3 ${newsboat-home}/cache.db "SELECT url FROM rss_item WHERE flags='e' AND deleted=0 ORDER BY pubDate DESC" \
|
||||||
| ${pkgs.findutils}/bin/xargs ${pkgs.mpv}/bin/mpv
|
| ${pkgs.findutils}/bin/xargs ${pkgs.mpv}/bin/mpv
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
overlays = [
|
||||||
|
(import <nix-writers/pkgs>)
|
||||||
|
(import <stockholm/krebs/5pkgs>)
|
||||||
|
];
|
||||||
};
|
};
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = "experimental-features = nix-command flakes";
|
extraOptions = "experimental-features = nix-command flakes";
|
||||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
niveumPackages,
|
|
||||||
unstablePackages,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
worldradio = pkgs.callPackage ../packages/worldradio.nix {};
|
hc = pkgs.callPackage <stockholm/tv/5pkgs/simple/hc.nix> {};
|
||||||
|
worldradio = pkgs.callPackage <niveum/packages/worldradio.nix> {};
|
||||||
|
menstruation = pkgs.callPackage <menstruation-backend> {};
|
||||||
|
pandoc-doc = pkgs.callPackage <niveum/packages/man/pandoc.nix> {};
|
||||||
|
|
||||||
|
nixpkgs-unstable = import <nixpkgs-unstable> {config.allowUnfree = true;};
|
||||||
|
|
||||||
zoteroStyle = {
|
zoteroStyle = {
|
||||||
name,
|
name,
|
||||||
@@ -34,7 +35,7 @@
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
astrolog = pkgs.astrolog.overrideAttrs (old:
|
astrolog = nixpkgs-unstable.astrolog.overrideAttrs (old:
|
||||||
old
|
old
|
||||||
// {
|
// {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@@ -54,6 +55,8 @@
|
|||||||
' $out/astrolog/astrolog.as
|
' $out/astrolog/astrolog.as
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
recht = pkgs.callPackage <recht> {};
|
||||||
in {
|
in {
|
||||||
home-manager.users.me.home.file = {
|
home-manager.users.me.home.file = {
|
||||||
".csl".source = cslDirectory;
|
".csl".source = cslDirectory;
|
||||||
@@ -70,13 +73,12 @@ in {
|
|||||||
whois
|
whois
|
||||||
dnsutils
|
dnsutils
|
||||||
# FILE MANAGERS
|
# FILE MANAGERS
|
||||||
lf
|
ranger
|
||||||
cinnamon.nemo
|
pcmanfm
|
||||||
# MEDIA
|
# MEDIA
|
||||||
ffmpeg
|
ffmpeg
|
||||||
imagemagick
|
imagemagick
|
||||||
exiftool
|
exiftool
|
||||||
nsxiv
|
|
||||||
# ARCHIVE TOOLS
|
# ARCHIVE TOOLS
|
||||||
unzip
|
unzip
|
||||||
unrar
|
unrar
|
||||||
@@ -93,20 +95,17 @@ in {
|
|||||||
fd # better find
|
fd # better find
|
||||||
file # determine file type
|
file # determine file type
|
||||||
dos2unix
|
dos2unix
|
||||||
genpass # generate passwords
|
ncdu # ncurses disk usage
|
||||||
gdu # ncurses disk usage (ncdu is broken)
|
|
||||||
rmlint # remove duplicate files
|
|
||||||
gcc
|
|
||||||
python3Packages.jsonschema # json validation
|
python3Packages.jsonschema # json validation
|
||||||
jq # json toolkit
|
jq # json toolkit
|
||||||
pup # html toolkit
|
pup # html toolkit
|
||||||
htmlq
|
htmlq
|
||||||
xsv # csv toolkit
|
xsv # csv toolkit
|
||||||
fq # toolkit for yaml, xml and binaries
|
xmlstarlet # xml toolkit
|
||||||
man-pages
|
manpages
|
||||||
man-pages-posix
|
posix_man_pages
|
||||||
tree
|
tree
|
||||||
exfat # to mount windows drives
|
fuse_exfat # to mount windows drives
|
||||||
parallel # for parallel, since moreutils shadows task spooler
|
parallel # for parallel, since moreutils shadows task spooler
|
||||||
ripgrep # better grep
|
ripgrep # better grep
|
||||||
rlwrap
|
rlwrap
|
||||||
@@ -118,87 +117,82 @@ in {
|
|||||||
arandr # xrandr for noobs
|
arandr # xrandr for noobs
|
||||||
libnotify # for notify-send
|
libnotify # for notify-send
|
||||||
xclip # clipboard CLI
|
xclip # clipboard CLI
|
||||||
xdragon # drag and drop
|
dragon-drop # drag and drop
|
||||||
xorg.xkill # kill by clicking
|
xorg.xkill # kill by clicking
|
||||||
audacity
|
audacity
|
||||||
calibre
|
calibre
|
||||||
electrum
|
electrum
|
||||||
inkscape
|
inkscape
|
||||||
astrolog
|
astrolog
|
||||||
obsidian
|
anki # flashcards
|
||||||
anki-bin # flashcards
|
|
||||||
jbofihe # lojbanic software
|
jbofihe # lojbanic software
|
||||||
zoom-us # video conferencing
|
nixpkgs-unstable.zoom-us # video conferencing
|
||||||
alejandra # nix formatter
|
nixpkgs-unstable.alejandra # nix formatter
|
||||||
pdfgrep # search in pdf
|
pdfgrep # search in pdf
|
||||||
pdftk # pdf toolkit
|
pdftk # pdf toolkit
|
||||||
mupdf
|
mupdf
|
||||||
poppler_utils # pdf toolkit
|
poppler_utils # pdf toolkit
|
||||||
okular # the word is nucular
|
foxitreader # for viewing pdf annotations
|
||||||
xournalpp # for annotating pdfs
|
xournalpp # for annotating pdfs
|
||||||
pdfpc # presenter console for pdf slides
|
pdfpc # presenter console for pdf slides
|
||||||
niveumPackages.hc # print files as qr codes
|
hc # print files as qr codes
|
||||||
yt-dlp
|
youtubeDL
|
||||||
espeak
|
espeak
|
||||||
bc # calculator
|
bc # calculator
|
||||||
pari # gp -- better calculator
|
pari # gp -- better calculator
|
||||||
rink # unit converter
|
scripts.auc
|
||||||
niveumPackages.auc
|
scripts.infschmv
|
||||||
niveumPackages.cheat-sh
|
scripts.qrpaste
|
||||||
niveumPackages.infschmv
|
scripts.ttspaste
|
||||||
niveumPackages.qrpaste
|
scripts.new-mac # get a new mac address
|
||||||
niveumPackages.ttspaste
|
scripts.scanned
|
||||||
niveumPackages.new-mac # get a new mac address
|
scripts.default-gateway
|
||||||
niveumPackages.scanned
|
scripts.showkeys-toggle
|
||||||
niveumPackages.default-gateway
|
scripts.kirciuoklis
|
||||||
niveumPackages.kirciuoklis
|
scripts.favicon
|
||||||
niveumPackages.image-convert-favicon
|
scripts.ipa # XSAMPA to IPA converter
|
||||||
niveumPackages.heuretes
|
scripts.playlist
|
||||||
niveumPackages.ipa # XSAMPA to IPA converter
|
scripts.mpv-tv
|
||||||
niveumPackages.pls
|
scripts.devanagari
|
||||||
niveumPackages.mpv-tv
|
scripts.betacode # ancient greek betacode to unicode converter
|
||||||
niveumPackages.devanagari
|
scripts.meteo
|
||||||
niveumPackages.betacode # ancient greek betacode to unicode converter
|
scripts.mahlzeit
|
||||||
niveumPackages.meteo
|
recht
|
||||||
niveumPackages.mahlzeit
|
scripts.vimv
|
||||||
niveumPackages.vimv
|
scripts.swallow # window swallowing
|
||||||
niveumPackages.swallow # window swallowing
|
scripts.literature-quote
|
||||||
niveumPackages.literature-quote
|
|
||||||
jless # less(1) for json
|
jless # less(1) for json
|
||||||
niveumPackages.booksplit
|
scripts.notetags
|
||||||
niveumPackages.dmenu-randr
|
scripts.booksplit
|
||||||
niveumPackages.dmenu-bluetooth
|
scripts.dmenurandr
|
||||||
niveumPackages.manual-sort
|
scripts.interdimensional-cable
|
||||||
niveumPackages.dns-sledgehammer
|
scripts.dmenubluetooth
|
||||||
|
scripts.manual-sort
|
||||||
|
scripts.much-scripts
|
||||||
|
scripts.dns-sledgehammer
|
||||||
ts
|
ts
|
||||||
niveumPackages.vg
|
scripts.vg
|
||||||
niveumPackages.fkill
|
scripts.fkill
|
||||||
niveumPackages.wttr
|
scripts.wttr
|
||||||
niveumPackages.unicodmenu
|
scripts.unicodmenu
|
||||||
niveumPackages.closest
|
scripts.horoscope
|
||||||
niveumPackages.trans
|
scripts.closest
|
||||||
(niveumPackages.mpv-radio.override {
|
scripts.trans
|
||||||
di-fm-key-file = config.age.secrets.di-fm-key.path;
|
scripts.mpv-radio
|
||||||
})
|
|
||||||
(niveumPackages.mpv-tuner.override {
|
|
||||||
di-fm-key-file = config.age.secrets.di-fm-key.path;
|
|
||||||
})
|
|
||||||
# kmein.slide
|
# kmein.slide
|
||||||
termdown
|
scripts.tolino-screensaver
|
||||||
niveumPackages.image-convert-tolino
|
scripts.rfc
|
||||||
niveumPackages.rfc
|
scripts.tag
|
||||||
niveumPackages.tag
|
scripts.timer
|
||||||
niveumPackages.timer
|
python3Packages.eyeD3
|
||||||
niveumPackages.menu-calc
|
scripts.menu-calc
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
niveumPackages.nix-git
|
scripts.nix-git
|
||||||
nixfmt
|
nixfmt
|
||||||
par
|
par
|
||||||
qrencode
|
qrencode
|
||||||
|
|
||||||
inputs.menstruation-backend.defaultPackage.x86_64-linux
|
menstruation
|
||||||
inputs.agenix.packages.x86_64-linux.default
|
|
||||||
inputs.recht.defaultPackage.x86_64-linux
|
|
||||||
|
|
||||||
(pkgs.writers.writeDashBin "worldradio" ''
|
(pkgs.writers.writeDashBin "worldradio" ''
|
||||||
shuf ${worldradio} | ${pkgs.findutils}/bin/xargs ${pkgs.mpv}/bin/mpv --no-video
|
shuf ${worldradio} | ${pkgs.findutils}/bin/xargs ${pkgs.mpv}/bin/mpv --no-video
|
||||||
@@ -208,30 +202,24 @@ in {
|
|||||||
${pkgs.openssh}/bin/ssh makanek "cd /var/lib/weechat/logs && grep --ignore-case --color=always --recursive $@" | ${pkgs.less}/bin/less --raw-control-chars
|
${pkgs.openssh}/bin/ssh makanek "cd /var/lib/weechat/logs && grep --ignore-case --color=always --recursive $@" | ${pkgs.less}/bin/less --raw-control-chars
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(pkgs.writers.writeDashBin "ncmpcpp-zaatar" ''MPD_HOST=${(import ../lib/local-network.nix).zaatar} exec ${pkgs.ncmpcpp}/bin/ncmpcpp "$@"'')
|
(pkgs.writers.writeDashBin "ncmpcpp-zaatar" ''MPD_HOST=${(import <niveum/lib/local-network.nix>).zaatar} exec ${pkgs.ncmpcpp}/bin/ncmpcpp "$@"'')
|
||||||
(pkgs.writers.writeDashBin "mpc-zaatar" ''MPD_HOST=${(import ../lib/local-network.nix).zaatar} exec ${pkgs.mpc_cli}/bin/mpc "$@"'')
|
(pkgs.writers.writeDashBin "mpc-zaatar" ''MPD_HOST=${(import <niveum/lib/local-network.nix>).zaatar} exec ${pkgs.mpc_cli}/bin/mpc "$@"'')
|
||||||
|
|
||||||
inputs.scripts.packages.x86_64-linux.alarm
|
|
||||||
|
|
||||||
spotify
|
spotify
|
||||||
ncspot
|
ncspot
|
||||||
playerctl
|
playerctl
|
||||||
|
|
||||||
nix-index
|
nix-index
|
||||||
niveumPackages.nix-index-update
|
scripts.nix-index-update
|
||||||
|
|
||||||
#krebs
|
#krebs
|
||||||
niveumPackages.dic
|
dic
|
||||||
niveumPackages.cyberlocker-tools
|
cyberlocker-tools
|
||||||
niveumPackages.untilport
|
untilport
|
||||||
niveumPackages.kpaste
|
kpaste
|
||||||
config.nur.repos.mic92.ircsink
|
irc-announce
|
||||||
|
git-preview
|
||||||
(haskellPackages.ghcWithHoogle (hs: [
|
ircaids
|
||||||
hs.text
|
|
||||||
hs.lens
|
|
||||||
hs.bytestring
|
|
||||||
]))
|
|
||||||
|
|
||||||
(python3.withPackages (py: [
|
(python3.withPackages (py: [
|
||||||
py.black
|
py.black
|
||||||
@@ -243,41 +231,28 @@ in {
|
|||||||
py.pygments
|
py.pygments
|
||||||
py.schema
|
py.schema
|
||||||
]))
|
]))
|
||||||
# python3Packages.poetry
|
python3Packages.poetry
|
||||||
|
|
||||||
# language servers
|
htmlTidy
|
||||||
pyright
|
|
||||||
haskell-language-server
|
|
||||||
texlab
|
|
||||||
nil
|
|
||||||
rust-analyzer
|
|
||||||
elmPackages.elm-language-server
|
|
||||||
nodePackages.typescript-language-server
|
|
||||||
lua-language-server
|
|
||||||
nodePackages.vscode-langservers-extracted
|
|
||||||
|
|
||||||
html-tidy
|
|
||||||
nodePackages.csslint
|
nodePackages.csslint
|
||||||
nodePackages.jsonlint
|
nodePackages.jsonlint
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
nodePackages.typescript
|
nodePackages.typescript
|
||||||
nodePackages.eslint
|
|
||||||
nodePackages.yarn
|
nodePackages.yarn
|
||||||
deno # better node.js
|
|
||||||
nodejs
|
nodejs
|
||||||
|
nodePackages.javascript-typescript-langserver
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
latexrun
|
latexrun
|
||||||
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
(aspellWithDicts (dict: [dict.de dict.en dict.en-computers]))
|
||||||
# haskellPackages.pandoc-citeproc
|
# haskellPackages.pandoc-citeproc
|
||||||
niveumPackages.text2pdf
|
scripts.text2pdf
|
||||||
lowdown
|
lowdown
|
||||||
glow # markdown to term
|
glow # markdown to term
|
||||||
libreoffice
|
libreoffice
|
||||||
# gnumeric
|
# gnumeric
|
||||||
dia
|
dia
|
||||||
unstablePackages.pandoc
|
pandoc
|
||||||
niveumPackages.man-pandoc
|
pandoc-doc
|
||||||
typst
|
|
||||||
# proselint
|
# proselint
|
||||||
asciidoctor
|
asciidoctor
|
||||||
wordnet
|
wordnet
|
||||||
@@ -288,22 +263,11 @@ in {
|
|||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
(pkgs.writers.writeDashBin "hass-cli" ''
|
(pkgs.writers.writeDashBin "hass-cli" ''
|
||||||
HASS_SERVER=http://zaatar.r:8123 HASS_TOKEN="$(cat ${config.age.secrets.home-assistant-token.path})" exec ${pkgs.home-assistant-cli}/bin/hass-cli "$@"
|
HASS_SERVER=http://zaatar.r:8123 HASS_TOKEN=${lib.strings.fileContents <secrets/hass/token>} exec ${pkgs.home-assistant-cli}/bin/hass-cli "$@"
|
||||||
'')
|
'')
|
||||||
|
scripts.rofi-hass
|
||||||
# xml
|
|
||||||
saxonb_9_1
|
|
||||||
libxml2
|
|
||||||
zotero
|
|
||||||
];
|
];
|
||||||
|
|
||||||
age.secrets.home-assistant-token = {
|
|
||||||
file = ../secrets/home-assistant-token.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager.users.me.xdg.configFile."pycodestyle".text = ''
|
home-manager.users.me.xdg.configFile."pycodestyle".text = ''
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
max-line-length = 110
|
max-line-length = 110
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
services.picom = {
|
|
||||||
enable = true;
|
|
||||||
# activeOpacity = 1;
|
|
||||||
fade = true;
|
|
||||||
fadeDelta = 1;
|
|
||||||
# inactiveOpacity = 0.9;
|
|
||||||
# shadow = true;
|
|
||||||
# menuOpacity = 0.9;
|
|
||||||
# shadowOpacity = 0.3;
|
|
||||||
fadeExclude = [
|
|
||||||
"class_g = 'slock'" # don't want a transparent lock screen!
|
|
||||||
"name *?= 'slock'"
|
|
||||||
"focused = 1"
|
|
||||||
];
|
|
||||||
opacityRules = [
|
|
||||||
# opacity-rule overrides both inactive and active opacity
|
|
||||||
|
|
||||||
# video in browser tabs
|
|
||||||
# substring /regex match of title bar text
|
|
||||||
"99:name *?= 'Youtube'"
|
|
||||||
"99:WM_CLASS@:s *= 'mpv$'"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -5,13 +5,15 @@
|
|||||||
}: let
|
}: let
|
||||||
suspend = pkgs.writers.writeDash "suspend" "${pkgs.systemd}/bin/systemctl suspend";
|
suspend = pkgs.writers.writeDash "suspend" "${pkgs.systemd}/bin/systemctl suspend";
|
||||||
in {
|
in {
|
||||||
services.power-action = {
|
imports = [<stockholm/krebs/3modules/power-action.nix>];
|
||||||
|
|
||||||
|
krebs.power-action = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plans.suspend = {
|
plans.suspend = {
|
||||||
upperLimit = 7;
|
upperLimit = 7;
|
||||||
lowerLimit = 0;
|
lowerLimit = 0;
|
||||||
charging = false;
|
charging = false;
|
||||||
action = pkgs.writers.writeDash "suspend-wrapper" ''
|
action = pkgs.writeDash "suspend-wrapper" ''
|
||||||
/run/wrappers/bin/sudo ${suspend}
|
/run/wrappers/bin/sudo ${suspend}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@@ -19,6 +21,6 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
security.sudo.extraConfig = ''
|
security.sudo.extraConfig = ''
|
||||||
${config.services.power-action.user} ALL= (root) NOPASSWD: ${suspend}
|
${config.krebs.power-action.user} ALL= (root) NOPASSWD: ${suspend}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,18 +1,16 @@
|
|||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
inherit (import ../lib) localAddresses;
|
inherit (import <niveum/lib>) localAddresses;
|
||||||
hp-driver = pkgs.hplip;
|
hp-driver = pkgs.hplipWithPlugin;
|
||||||
in {
|
in {
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [hp-driver];
|
drivers = [hp-driver];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
hardware.sane = {
|
||||||
pkgs.system-config-printer
|
enable = true;
|
||||||
];
|
extraBackends = [hp-driver];
|
||||||
|
};
|
||||||
# allow connecting to .local printers
|
|
||||||
services.avahi.nssmdns = true;
|
|
||||||
|
|
||||||
hardware.printers.ensurePrinters = [
|
hardware.printers.ensurePrinters = [
|
||||||
{
|
{
|
||||||
@@ -31,7 +29,7 @@ in {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
HP/hp-officejet_4650_series.ppd.gz
|
HP/hp-officejet_4650_series.ppd.gz
|
||||||
drv:///hp/hpcups.drv/hp-officejet_4650_series.ppd
|
drv:///hp/hpcups.drv/hp-officejet_4650_series.ppd
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -3,10 +3,9 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
networking.hosts = {"42:0:ca48:f98f:63d7:31ce:922b:245d" = ["go"];};
|
imports = [
|
||||||
|
<niveum/modules/retiolum.nix>
|
||||||
|
];
|
||||||
|
|
||||||
services.tinc.networks.retiolum = {
|
networking.hosts = {"42:0:ca48:f98f:63d7:31ce:922b:245d" = ["go"];};
|
||||||
rsaPrivateKeyFile = config.age.secrets.retiolum-rsa.path;
|
|
||||||
ed25519PrivateKeyFile = config.age.secrets.retiolum-ed25519.path;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,18 +1,13 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (import <niveum/lib>) colours;
|
||||||
|
in {
|
||||||
home-manager.users.me.programs.rofi = {
|
home-manager.users.me.programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pass = {
|
font = "Monospace 10";
|
||||||
enable = true;
|
theme = "${pkgs.rofi}/share/rofi/themes/Arc-Dark.rasi";
|
||||||
extraConfig = ''
|
|
||||||
_pwgen() {
|
|
||||||
${pkgs.genpass}/bin/genpass "$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
USERNAME_field='login'
|
|
||||||
default_user2=kmein
|
|
||||||
help_color="#FF0000"
|
|
||||||
''; # help_color set by https://github.com/mrossinek/dotfiles/commit/13fc5f24caa78c8f20547bf473266879507f13bf
|
|
||||||
};
|
|
||||||
plugins = [pkgs.rofi-calc];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,10 +7,4 @@
|
|||||||
fonts.fontconfig.enable = false;
|
fonts.fontconfig.enable = false;
|
||||||
nix.gc.automatic = true;
|
nix.gc.automatic = true;
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
services.journald.extraConfig = "SystemMaxUse=500M";
|
|
||||||
# https://webzine.snowflake.ovh/issue-001.html -- garbage collect when less then 1 GB is available, make 3 GB fee
|
|
||||||
nix.extraOptions = ''
|
|
||||||
min-free = 1073741824
|
|
||||||
max-free = 3221225472
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,45 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
sound.enable = true;
|
|
||||||
|
|
||||||
# realtime audio for pulseaudio
|
|
||||||
security.rtkit.enable = true;
|
|
||||||
|
|
||||||
services.pipewire = {
|
|
||||||
enable = false;
|
|
||||||
systemWide = false;
|
|
||||||
alsa = {
|
|
||||||
enable = true;
|
|
||||||
support32Bit = true;
|
|
||||||
};
|
|
||||||
pulse.enable = true;
|
|
||||||
jack.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.pulseaudio = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.pulseaudioFull;
|
|
||||||
# copy server:/run/pulse/.config/pulse/cookie to client:~/.config/pulse/cookie to authenticate a client machine
|
|
||||||
zeroconf.discovery.enable = true;
|
|
||||||
extraConfig = ''
|
|
||||||
load-module ${
|
|
||||||
toString [
|
|
||||||
"module-tunnel-sink-new"
|
|
||||||
"server=zaatar.r"
|
|
||||||
"sink_name=zaatar"
|
|
||||||
"channels=2"
|
|
||||||
"rate=44100"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
users.users.me.extraGroups = ["pipewire" "audio"];
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.pavucontrol
|
|
||||||
pkgs.ncpamixer
|
|
||||||
pkgs.pamixer
|
|
||||||
pkgs.pulsemixer
|
|
||||||
pkgs.pulseaudio # for pactl
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,37 +1,17 @@
|
|||||||
{pkgs, ...}: let
|
{
|
||||||
inherit (import ../lib) sshPort kieran;
|
pkgs,
|
||||||
externalNetwork = import ../lib/external-network.nix;
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (import <niveum/lib>) sshPort kieran;
|
||||||
in {
|
in {
|
||||||
|
services.xserver.displayManager.sessionCommands = "${pkgs.openssh}/bin/ssh-add";
|
||||||
|
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
users.users.me.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
users.users.me.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
services.gpg-agent = rec {
|
|
||||||
enable = true;
|
|
||||||
enableSshSupport = true;
|
|
||||||
defaultCacheTtlSsh = 2 * 60 * 60;
|
|
||||||
maxCacheTtlSsh = 4 * defaultCacheTtlSsh;
|
|
||||||
sshKeys = [
|
|
||||||
"568047C91DE03A23883E340F15A9C24D313E847C"
|
|
||||||
"BB3EE102DB8CD45540A78A6B18B511B67061F6B4" # kfm@manakish ed25519
|
|
||||||
"3F8986755818B5762A096BE212777EAAC441DD9D" # fysiweb rsa
|
|
||||||
"0E4ABD229432486CC432639BB0986B2CDE365105" # agenix ed25519
|
|
||||||
"A1E8D32CBFCDBD2DE798E2298D795CCFD785AE06" # kfm@kabsa ed25519
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.extraInit = ''
|
|
||||||
if [[ -z "$SSH_AUTH_SOCK" ]]; then
|
|
||||||
export SSH_AUTH_SOCK="$(${pkgs.gnupg}/bin/gpgconf --list-dirs agent-ssh-socket)"
|
|
||||||
fi
|
|
||||||
'';
|
|
||||||
|
|
||||||
environment.interactiveShellInit = ''
|
|
||||||
GPG_TTY="$(tty)"
|
|
||||||
export GPG_TTY
|
|
||||||
${pkgs.gnupg}/bin/gpg-connect-agent updatestartuptty /bye > /dev/null
|
|
||||||
'';
|
|
||||||
|
|
||||||
home-manager.users.me.programs.ssh = {
|
home-manager.users.me.programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
@@ -45,12 +25,7 @@ in {
|
|||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
makanek = {
|
makanek = {
|
||||||
hostname = externalNetwork.makanek;
|
hostname = "makanek.r";
|
||||||
user = "root";
|
|
||||||
port = sshPort;
|
|
||||||
};
|
|
||||||
ful = {
|
|
||||||
hostname = externalNetwork.ful;
|
|
||||||
user = "root";
|
user = "root";
|
||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
@@ -59,21 +34,33 @@ in {
|
|||||||
user = "root";
|
user = "root";
|
||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
tabula = {
|
|
||||||
hostname = "tabula.r";
|
|
||||||
user = "root";
|
|
||||||
port = sshPort;
|
|
||||||
};
|
|
||||||
manakish = {
|
manakish = {
|
||||||
hostname = "manakish.r";
|
hostname = "manakish.r";
|
||||||
user = "kfm";
|
user = "kfm";
|
||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
|
toum = {
|
||||||
|
hostname = "toum.r";
|
||||||
|
user = "root";
|
||||||
|
port = sshPort;
|
||||||
|
};
|
||||||
kabsa = {
|
kabsa = {
|
||||||
hostname = "kabsa.r";
|
hostname = "kabsa.r";
|
||||||
user = "kfm";
|
user = "kfm";
|
||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
|
"nextcloud.fysi.dev" = {
|
||||||
|
hostname = "116.203.82.203";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
|
"lingua.miaengiadina.ch" = {
|
||||||
|
hostname = "135.181.85.233";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
|
oracle = {
|
||||||
|
hostname = "130.61.171.199";
|
||||||
|
user = "ubuntu";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,17 +4,15 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) sshPort kieran;
|
inherit (import <niveum/lib>) sshPort kieran;
|
||||||
in {
|
in {
|
||||||
users.motd = "Welcome to ${config.networking.hostName}!";
|
users.motd = "Welcome to ${config.networking.hostName}!";
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [sshPort];
|
ports = [sshPort];
|
||||||
settings = {
|
passwordAuthentication = false;
|
||||||
PasswordAuthentication = false;
|
forwardX11 = true;
|
||||||
X11Forwarding = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
users.users.root.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
dictionaries = {
|
dictionaries = {
|
||||||
@@ -149,7 +148,6 @@
|
|||||||
sha256 = "1pk234pbq4pk55d8sjk0pp9j5sajm82f8804kf2xm2x5p387q1rg";
|
sha256 = "1pk234pbq4pk55d8sjk0pp9j5sajm82f8804kf2xm2x5p387q1rg";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
coptic.dictionary = inputs.coptic-dictionary.packages.x86_64-linux.coptic-stardict;
|
|
||||||
russian = {
|
russian = {
|
||||||
LingvoGermanRussian = pkgs.fetchzip {
|
LingvoGermanRussian = pkgs.fetchzip {
|
||||||
url = "http://download.huzheng.org/lingvo/stardict-GR-LingvoUniversal-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/lingvo/stardict-GR-LingvoUniversal-2.4.2.tar.bz2";
|
||||||
@@ -160,16 +158,6 @@
|
|||||||
sha256 = "03f9wdmkgpjifpms7dyh10ma29wf3ka1j3zlp1av0cybhdldk2a8";
|
sha256 = "03f9wdmkgpjifpms7dyh10ma29wf3ka1j3zlp1av0cybhdldk2a8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
turkish = {
|
|
||||||
BabylonTurkishEnglish = pkgs.fetchzip {
|
|
||||||
url = "http://download.huzheng.org/babylon/bidirectional/stardict-babylon-Babylon_Turkish_English-2.4.2.tar.bz2";
|
|
||||||
sha256 = "1zpzgk3w0536gww31bj58cmn3imnkndyjwbcr7bay8ibq2kzv44z";
|
|
||||||
};
|
|
||||||
BabylonEnglishTurkish = pkgs.fetchzip {
|
|
||||||
url = "http://download.huzheng.org/babylon/bidirectional/stardict-babylon-Babylon_English_Turkish-2.4.2.tar.bz2";
|
|
||||||
sha256 = "0myx31xzb7nrn5m657h0bwdgm5xp93ccwp6lcpbxgjxdjm3q0hc5";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
makeStardictDataDir = dicts: pkgs.linkFarm "dictionaries" (lib.mapAttrsToList (name: path: {inherit name path;}) dicts);
|
makeStardictDataDir = dicts: pkgs.linkFarm "dictionaries" (lib.mapAttrsToList (name: path: {inherit name path;}) dicts);
|
||||||
@@ -181,7 +169,7 @@
|
|||||||
exec ${pkgs.sdcv}/bin/sdcv --color --only-data-dir --data-dir ${makeStardictDataDir dicts} "$@"
|
exec ${pkgs.sdcv}/bin/sdcv --color --only-data-dir --data-dir ${makeStardictDataDir dicts} "$@"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sdcvPager = pkgs.writers.writeDash "sdcvPager" ''
|
sdcvPager = pkgs.writeDash "sdcvPager" ''
|
||||||
export PATH=${lib.makeBinPath [pkgs.gnused pkgs.ncurses pkgs.less]}
|
export PATH=${lib.makeBinPath [pkgs.gnused pkgs.ncurses pkgs.less]}
|
||||||
sed "
|
sed "
|
||||||
s!<sup>1</sup>!¹!gI
|
s!<sup>1</sup>!¹!gI
|
||||||
@@ -304,80 +292,77 @@ in {
|
|||||||
// dictionaries.sanskrit
|
// dictionaries.sanskrit
|
||||||
// dictionaries.oed
|
// dictionaries.oed
|
||||||
// dictionaries.russian
|
// dictionaries.russian
|
||||||
// dictionaries.englishGerman
|
// dictionaries.englishGerman));
|
||||||
// dictionaries.turkish));
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
# pkgs.goldendict
|
pkgs.goldendict
|
||||||
(makeStardict "lsj" dictionaries.classics)
|
(makeStardict "lsj" dictionaries.classics)
|
||||||
(makeStardict "sa" dictionaries.sanskrit)
|
(makeStardict "sa" dictionaries.sanskrit)
|
||||||
(makeStardict "oed" dictionaries.oed)
|
(makeStardict "oed" dictionaries.oed)
|
||||||
(makeStardict "sd-russian" dictionaries.russian)
|
(makeStardict "sd-russian" dictionaries.russian)
|
||||||
(makeStardict "sd" dictionaries.englishGerman)
|
(makeStardict "sd" dictionaries.englishGerman)
|
||||||
(makeStardict "jbo" dictionaries.lojban)
|
(makeStardict "jbo" dictionaries.lojban)
|
||||||
(makeStardict "cop" dictionaries.coptic)
|
|
||||||
(makeStardict "sd-turkish" dictionaries.turkish)
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
https://github.com/latin-dict/Georges1910/releases/download/v1.0/Georges1910-stardict.zip
|
https://github.com/latin-dict/Georges1910/releases/download/v1.0/Georges1910-stardict.zip
|
||||||
https://github.com/nikita-moor/latin-dictionary/releases/download/2020-02-14/LiddellScott1940-stardict.zip
|
https://github.com/nikita-moor/latin-dictionary/releases/download/2020-02-14/LiddellScott1940-stardict.zip
|
||||||
http://download.huzheng.org/bigdict/stardict-Cambridge_Dictionary_of_American_Idioms-2.4.2.tar.bz2
|
http://download.huzheng.org/bigdict/stardict-Cambridge_Dictionary_of_American_Idioms-2.4.2.tar.bz2
|
||||||
http://download.huzheng.org/bigdict/stardict-Concise_Oxford_Thesaurus_2nd_Ed-2.4.2.tar.bz2
|
http://download.huzheng.org/bigdict/stardict-Concise_Oxford_Thesaurus_2nd_Ed-2.4.2.tar.bz2
|
||||||
http://download.huzheng.org/bigdict/stardict-Urban_Dictionary_P1-2.4.2.tar.bz2
|
http://download.huzheng.org/bigdict/stardict-Urban_Dictionary_P1-2.4.2.tar.bz2
|
||||||
http://download.huzheng.org/bigdict/stardict-Urban_Dictionary_P2-2.4.2.tar.bz2
|
http://download.huzheng.org/bigdict/stardict-Urban_Dictionary_P2-2.4.2.tar.bz2
|
||||||
|
|
||||||
Duden_Rechtschreibung = pkgs.fetchzip {
|
Duden_Rechtschreibung = pkgs.fetchzip {
|
||||||
url = "http://download.huzheng.org/babylon/german/stardict-Duden_Rechtschreibung-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/babylon/german/stardict-Duden_Rechtschreibung-2.4.2.tar.bz2";
|
||||||
sha256 = "0xiprb45s88w62rn8rlbjrsagbiliay9hszsiy20glwabf6zsfji";
|
sha256 = "0xiprb45s88w62rn8rlbjrsagbiliay9hszsiy20glwabf6zsfji";
|
||||||
};
|
};
|
||||||
Duden = pkgs.fetchzip {
|
Duden = pkgs.fetchzip {
|
||||||
url = "http://download.huzheng.org/de/stardict-duden-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/de/stardict-duden-2.4.2.tar.bz2";
|
||||||
sha256 = "049i4ynfqqxykv1nlkyks94mvn14s22qdax5gg7hx1ks5y4xw64j";
|
sha256 = "049i4ynfqqxykv1nlkyks94mvn14s22qdax5gg7hx1ks5y4xw64j";
|
||||||
};
|
};
|
||||||
FreeOnlineDictionaryOfComputing = pkgs.fetchzip {
|
FreeOnlineDictionaryOfComputing = pkgs.fetchzip {
|
||||||
url = "http://download.huzheng.org/dict.org/stardict-dictd_www.dict.org_foldoc-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/dict.org/stardict-dictd_www.dict.org_foldoc-2.4.2.tar.bz2";
|
||||||
sha256 = "1lw2i8dzxpx929cpgvv0x366dnh4drr10wzqmrhcd0kvwglqawgm";
|
sha256 = "1lw2i8dzxpx929cpgvv0x366dnh4drr10wzqmrhcd0kvwglqawgm";
|
||||||
};
|
};
|
||||||
Cappeller = pkgs.fetchzip {
|
Cappeller = pkgs.fetchzip {
|
||||||
url = "${repo}/sa-head/german-entries/tars/capeller-sanskrit-german__2021-10-05_14-23-18Z__1MB.tar.gz";
|
url = "${repo}/sa-head/german-entries/tars/capeller-sanskrit-german__2021-10-05_14-23-18Z__1MB.tar.gz";
|
||||||
sha256 = "0jwrj2aih2lrcjg0lqm8jrvq9vsas9s8j4c9ggbg2n0jyz03kci3";
|
sha256 = "0jwrj2aih2lrcjg0lqm8jrvq9vsas9s8j4c9ggbg2n0jyz03kci3";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
Yates = pkgs.fetchzip {
|
Yates = pkgs.fetchzip {
|
||||||
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/yates__2021-10-05_14-23-18Z__2MB.tar.gz";
|
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/yates__2021-10-05_14-23-18Z__2MB.tar.gz";
|
||||||
sha256 = "1k7gbalysf48pwa06zfykrqhdk466g35xy64b30k4z8bybgdn8z2";
|
sha256 = "1k7gbalysf48pwa06zfykrqhdk466g35xy64b30k4z8bybgdn8z2";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
Wilson = pkgs.fetchzip {
|
Wilson = pkgs.fetchzip {
|
||||||
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/wilson__2021-10-05_14-23-18Z__3MB.tar.gz";
|
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/wilson__2021-10-05_14-23-18Z__3MB.tar.gz";
|
||||||
sha256 = "0r5z1xif56zlw9r2jp3fvwmcjv4f2fhd9r17j30nah9awx2m1isg";
|
sha256 = "0r5z1xif56zlw9r2jp3fvwmcjv4f2fhd9r17j30nah9awx2m1isg";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
SpokenSanskrit = pkgs.fetchzip {
|
SpokenSanskrit = pkgs.fetchzip {
|
||||||
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/spokensanskrit__2019-01-12_05-13-52Z__12MB.tar.gz";
|
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/spokensanskrit__2019-01-12_05-13-52Z__12MB.tar.gz";
|
||||||
sha256 = "0x8j657mawvdcyd1knzvf33yp15z77d661n3h6g9hcj7wn9s5xyk";
|
sha256 = "0x8j657mawvdcyd1knzvf33yp15z77d661n3h6g9hcj7wn9s5xyk";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
Grassmann = pkgs.fetchzip {
|
Grassmann = pkgs.fetchzip {
|
||||||
url = "${repo}/sa-head/german-entries/tars/grassman-sanskrit-german__2021-10-05_14-23-18Z__2MB.tar.gz";
|
url = "${repo}/sa-head/german-entries/tars/grassman-sanskrit-german__2021-10-05_14-23-18Z__2MB.tar.gz";
|
||||||
sha256 = "0jalsykaxkl6wzrky72lz8g3jdz26lmjpyibbfaf7a5vvnr55k02";
|
sha256 = "0jalsykaxkl6wzrky72lz8g3jdz26lmjpyibbfaf7a5vvnr55k02";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
Benfey = pkgs.fetchzip {
|
Benfey = pkgs.fetchzip {
|
||||||
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/benfey__2021-10-05_14-23-18Z__2MB.tar.gz";
|
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/benfey__2021-10-05_14-23-18Z__2MB.tar.gz";
|
||||||
sha256 = "0lj3hgphqgnihn482g9kgjwbvdrcd38vc29v1fi36srn08qdhvcb";
|
sha256 = "0lj3hgphqgnihn482g9kgjwbvdrcd38vc29v1fi36srn08qdhvcb";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
ApteSa = pkgs.fetchzip {
|
ApteSa = pkgs.fetchzip {
|
||||||
url = "${repo}/sa-head/en-entries/tars/apte-sa__2021-12-18_13-20-56Z__6MB.tar.gz";
|
url = "${repo}/sa-head/en-entries/tars/apte-sa__2021-12-18_13-20-56Z__6MB.tar.gz";
|
||||||
sha256 = "0cq1dd02d1pvmjnibbs2cscifjnk2z0nqccf5yzzilxkzsrarh32";
|
sha256 = "0cq1dd02d1pvmjnibbs2cscifjnk2z0nqccf5yzzilxkzsrarh32";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
MacDonell = pkgs.fetchzip {
|
MacDonell = pkgs.fetchzip {
|
||||||
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/macdonell__2021-10-05_14-23-18Z__2MB.tar.gz";
|
url = "https://github.com/indic-dict/stardict-sanskrit/raw/4ebd2d3db5820f7cbe3a649c3d5aa8f83d19b29f/sa-head/en-entries/tars/macdonell__2021-10-05_14-23-18Z__2MB.tar.gz";
|
||||||
sha256 = "1yzmj0393mxvjv4n2lnvd2c722v2bmxxiyq7pscdwni3bxip3h8s";
|
sha256 = "1yzmj0393mxvjv4n2lnvd2c722v2bmxxiyq7pscdwni3bxip3h8s";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,51 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
age.secrets.stw-berlin-card-code.file = ../secrets/stw-berlin-card-code.age;
|
|
||||||
|
|
||||||
systemd.services.stw-berlin = {
|
|
||||||
enable = true;
|
|
||||||
wants = ["network-online.target"];
|
|
||||||
startAt = "weekly";
|
|
||||||
serviceConfig = {
|
|
||||||
user = "kfm";
|
|
||||||
WorkingDirectory = "/home/kfm/cloud/nextcloud/Uni/Meta/Mensa";
|
|
||||||
LoadCredential = [
|
|
||||||
"password:${config.age.secrets.stw-berlin-card-code.path}"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
script = ''
|
|
||||||
KARTEN_ID=8071859
|
|
||||||
PASSWORT=$(cat "$CREDENTIALS_DIRECTORY"/password)
|
|
||||||
|
|
||||||
endpoint=https://ks.stw.berlin:4433/TL1/TLM/KASVC
|
|
||||||
authorization_header='Authorization: Basic S0FTVkM6ekt2NXlFMUxaVW12VzI5SQ=='
|
|
||||||
|
|
||||||
get_auth_token() {
|
|
||||||
${pkgs.curl}/bin/curl -sSL "$endpoint/LOGIN?karteNr=$KARTEN_ID&format=JSON&datenformat=JSON" \
|
|
||||||
-X POST \
|
|
||||||
-H "$authorization_header" \
|
|
||||||
--data-raw '{"BenutzerID":"'$KARTEN_ID'","Passwort":"'$PASSWORT'"}' \
|
|
||||||
| ${pkgs.jq}/bin/jq -r '.[0].authToken|@uri'
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
get_transactions() {
|
|
||||||
${pkgs.curl}/bin/curl -sSL "$endpoint/TRANS?format=JSON&authToken=$(get_auth_token)&karteNr=$KARTEN_ID&datumVon=12.02.2018&datumBis=$(date -d tomorrow +%d.%m.%Y)" \
|
|
||||||
-H "$authorization_header" \
|
|
||||||
| ${pkgs.jq}/bin/jq
|
|
||||||
}
|
|
||||||
|
|
||||||
get_items() {
|
|
||||||
${pkgs.curl}/bin/curl -sSL "$endpoint/TRANSPOS?format=JSON&authToken=$(get_auth_token)&karteNr=$KARTEN_ID&datumVon=12.02.2018&datumBis=$(date -d tomorrow +%d.%m.%Y)" \
|
|
||||||
-H "$authorization_header" \
|
|
||||||
| ${pkgs.jq}/bin/jq
|
|
||||||
}
|
|
||||||
|
|
||||||
get_transactions > transactions-$(date -I).json
|
|
||||||
get_items > items-$(date -I).json
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,71 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
generatedWallpaper = pkgs.runCommand "wallpaper.png" {} ''
|
|
||||||
${inputs.wallpaper-generator.packages.x86_64-linux.wp-gen}/bin/wallpaper-generator lines \
|
|
||||||
--output $out \
|
|
||||||
${lib.concatMapStringsSep " "
|
|
||||||
(n: "--base0${lib.toHexString n}=${config.lib.stylix.colors.withHashtag."base0${lib.toHexString n}"}")
|
|
||||||
(lib.range 0 15)}
|
|
||||||
'';
|
|
||||||
in {
|
|
||||||
# https://danth.github.io/stylix/tricks.html
|
|
||||||
# stylix.image = inputs.wallpapers.outPath + "/meteora/rodrigo-soares-250630.jpg";
|
|
||||||
stylix.image = generatedWallpaper;
|
|
||||||
|
|
||||||
environment.etc."stylix/wallpaper.png".source = generatedWallpaper;
|
|
||||||
|
|
||||||
# stylix.polarity = "either";
|
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${
|
|
||||||
{
|
|
||||||
"0" = "synth-midnight-dark";
|
|
||||||
"1" = "apprentice"; # https://romainl.github.io/Apprentice/
|
|
||||||
"2" = "one-light";
|
|
||||||
"3" = "one-dark";
|
|
||||||
"4" = "material"; # https://github.com/ntpeters/base16-materialtheme-scheme
|
|
||||||
"5" = "material-palenight";
|
|
||||||
"6" = "material-lighter";
|
|
||||||
"7" = "tomorrow"; # https://github.com/chriskempson/tomorrow-theme
|
|
||||||
"8" = "tomorrow-night";
|
|
||||||
"9" = "gruvbox-light-medium"; # https://github.com/dawikur/base16-gruvbox-scheme
|
|
||||||
"a" = "gruvbox-dark-medium";
|
|
||||||
"b" = "selenized-light"; # https://github.com/jan-warchol/selenized
|
|
||||||
"c" = "selenized-dark";
|
|
||||||
"d" = "papercolor-light";
|
|
||||||
"e" = "papercolor-dark";
|
|
||||||
"f" = "dracula"; # https://draculatheme.com/
|
|
||||||
}
|
|
||||||
.${builtins.head (lib.stringToCharacters inputs.nixpkgs.rev)}
|
|
||||||
}.yaml";
|
|
||||||
|
|
||||||
stylix.fonts = {
|
|
||||||
serif = {
|
|
||||||
package = pkgs.noto-fonts;
|
|
||||||
name = "Noto Serif";
|
|
||||||
};
|
|
||||||
|
|
||||||
sansSerif = {
|
|
||||||
package = pkgs.noto-fonts;
|
|
||||||
name = "Noto Sans";
|
|
||||||
};
|
|
||||||
|
|
||||||
monospace = {
|
|
||||||
package = pkgs.noto-fonts;
|
|
||||||
name = "Noto Sans Mono";
|
|
||||||
};
|
|
||||||
|
|
||||||
emoji = {
|
|
||||||
package = pkgs.noto-fonts-emoji;
|
|
||||||
name = "Noto Color Emoji";
|
|
||||||
};
|
|
||||||
|
|
||||||
sizes = {
|
|
||||||
terminal = 6;
|
|
||||||
applications = 10;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
66
configs/sxiv.nix
Normal file
66
configs/sxiv.nix
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
important-directories = pkgs.writeText "directories" ''
|
||||||
|
h ~/
|
||||||
|
d ~/cloud/Dropbox/
|
||||||
|
g ~/cloud/gdrive/
|
||||||
|
s ~/cloud/Seafile/
|
||||||
|
kk ~/cloud/keybase/private/kmein/
|
||||||
|
kp ~/cloud/keybase/public/kmein/
|
||||||
|
t /tmp
|
||||||
|
D ~/Downloads
|
||||||
|
cf ''${XDG_CONFIG_HOME:-$HOME/.config}
|
||||||
|
'';
|
||||||
|
in {
|
||||||
|
environment.systemPackages = [pkgs.sxiv];
|
||||||
|
|
||||||
|
# TODO fix
|
||||||
|
home-manager.users.me.xdg.configFile."sxiv/exec/key-handler".source = pkgs.writers.writeDash "key-handler" ''
|
||||||
|
PATH=$PATH:${
|
||||||
|
lib.makeBinPath [
|
||||||
|
pkgs.gnused
|
||||||
|
pkgs.gawk
|
||||||
|
pkgs.dmenu
|
||||||
|
pkgs.coreutils
|
||||||
|
pkgs.libnotify
|
||||||
|
pkgs.imagemagick
|
||||||
|
pkgs.xclip
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
echo >&2 key "$1" pressed
|
||||||
|
while read file; do
|
||||||
|
case "$1" in
|
||||||
|
"c")
|
||||||
|
[ -z "$destdir" ] && destdir="$(sed "s/\s.*#.*$//;/^\s*$/d" ${important-directories} | awk '{print $2}' | dmenu -l 20 -i -p "Copy file(s) to where?" | sed "s|~|$HOME|g")"
|
||||||
|
[ -z "$destdir" ] && exit
|
||||||
|
[ ! -d "$destdir" ] && notify-send "$destdir is not a directory, cancelled." && exit
|
||||||
|
cp "$file" "$destdir" && notify-send -i "$(readlink -f "$file")" "$file copied to $destdir." &
|
||||||
|
;;
|
||||||
|
"m")
|
||||||
|
[ -z "$destdir" ] && destdir="$(sed "s/\s.*#.*$//;/^\s*$/d" ${important-directories} | awk '{print $2}' | dmenu -l 20 -i -p "Move file(s) to where?" | sed "s|~|$HOME|g")"
|
||||||
|
[ -z "$destdir" ] && exit
|
||||||
|
[ ! -d "$destdir" ] && notify-send "$destdir is not a directory, cancelled." && exit
|
||||||
|
mv "$file" "$destdir" && notify-send -i "$(readlink -f "$file")" "$file moved to $destdir." &
|
||||||
|
;;
|
||||||
|
"r")
|
||||||
|
convert -rotate 90 "$file" "$file" ;;
|
||||||
|
"R")
|
||||||
|
convert -rotate -90 "$file" "$file" ;;
|
||||||
|
"f")
|
||||||
|
convert -flop "$file" "$file" ;;
|
||||||
|
"y")
|
||||||
|
echo -n "$file" | xclip -selection clipboard &&
|
||||||
|
notify-send "$file copied to clipboard" & ;;
|
||||||
|
"Y")
|
||||||
|
readlink -f "$file" | xclip -selection clipboard &&
|
||||||
|
notify-send "$(readlink -f "$file") copied to clipboard" & ;;
|
||||||
|
"d")
|
||||||
|
[ "$(printf "No\\nYes" | dmenu -i -p "Really delete $file?")" = "Yes" ] && rm "$file" && notify-send "$file deleted." ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
'';
|
||||||
|
}
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
nixpkgs-unstable = import <nixpkgs-unstable> {};
|
||||||
toSymbols = pkgs.writers.writeDash "to-symbols" ''
|
toSymbols = pkgs.writers.writeDash "to-symbols" ''
|
||||||
${pkgs.gnused}/bin/sed '
|
${pkgs.gnused}/bin/sed '
|
||||||
s/\bTri\b/△/;
|
s/\bTri\b/△/;
|
||||||
@@ -42,16 +42,16 @@
|
|||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
niveum.telegramBots.transits = {
|
niveum.telegramBots.transits = {
|
||||||
enable = true;
|
enable = false;
|
||||||
time = "*:0/1";
|
time = "*:0/1";
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
chatIds = ["-1001796440545"];
|
chatIds = ["-1001796440545"];
|
||||||
command = toString (pkgs.writers.writeDash "common-transits" ''
|
command = toString (pkgs.writers.writeDash "common-transits" ''
|
||||||
now=$(${pkgs.coreutils}/bin/date +%_H:%M | ${pkgs.gnused}/bin/sed 's/^\s*//')
|
now=$(${pkgs.coreutils}/bin/date +%_H:%M | ${pkgs.gnused}/bin/sed 's/^\s*//')
|
||||||
date=$(${pkgs.coreutils}/bin/date +'%m %d %Y')
|
date=$(${pkgs.coreutils}/bin/date +'%m %d %Y')
|
||||||
{
|
{
|
||||||
${pkgs.astrolog}/bin/astrolog -qd $date -zN Berlin -Yt -Yd -d -R Uranus Neptune Pluto "North Node" -A 2
|
${nixpkgs-unstable.astrolog}/bin/astrolog -qd $date -zN Berlin -Yt -Yd -d -R Uranus Neptune Pluto "North Node"
|
||||||
${pkgs.astrolog}/bin/astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
${nixpkgs-unstable.astrolog}/bin/astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
||||||
} | ${toSymbols} | ${pkgs.coreutils}/bin/sort -n | ${pkgs.gnugrep}/bin/grep "^$now" || :
|
} | ${toSymbols} | ${pkgs.coreutils}/bin/sort -n | ${pkgs.gnugrep}/bin/grep "^$now" || :
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
autorenkalender-package = pkgs.fetchFromGitHub {
|
autorenkalender-package = pkgs.fetchFromGitHub {
|
||||||
@@ -16,19 +15,9 @@ in {
|
|||||||
niveum.telegramBots.autorenkalender = {
|
niveum.telegramBots.autorenkalender = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "07:00";
|
time = "07:00";
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
chatIds = ["@autorenkalender"];
|
chatIds = ["@autorenkalender"];
|
||||||
parseMode = "Markdown";
|
parseMode = "Markdown";
|
||||||
command = "${autorenkalender}/bin/autorenkalender";
|
command = "${autorenkalender}/bin/autorenkalender";
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets.telegram-token-kmein.file = ../../secrets/telegram-token-kmein.age;
|
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Autorenkalender";
|
|
||||||
description = "sends <a href=\"https://www.projekt-gutenberg.org/\">Projekt Gutenberg</a>'s anniversary information to Telegram.";
|
|
||||||
link = "https://t.me/Autorenkalender";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
celan = pkgs.fetchzip {
|
|
||||||
url = "http://c.krebsco.de/celan.tar.gz";
|
|
||||||
sha256 = "sha256-nA+EwAH2vkeolsy9AoPLEMt1uGKDZe/aPrS95CZvuus=";
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
niveum.telegramBots.celan = {
|
|
||||||
enable = true;
|
|
||||||
time = "08:00";
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@PaulCelan"];
|
|
||||||
command = toString (pkgs.writers.writeDash "random-celan" ''
|
|
||||||
cd ${celan}
|
|
||||||
poem="$(${pkgs.findutils}/bin/find . -type f | ${pkgs.coreutils}/bin/shuf -n1)"
|
|
||||||
source="$(${pkgs.coreutils}/bin/dirname "$poem" | ${pkgs.gnused}/bin/sed 's#^\./##;s/[-_]/ /g;s!/! › !g;s/0\([0-9]\+\)/\1/g')"
|
|
||||||
cat "$poem"
|
|
||||||
echo
|
|
||||||
printf "Aus: %s\n" "$source"
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.telegram-bot-celan.timerConfig.RandomizedDelaySec = "10h";
|
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Paul Celan Bot";
|
|
||||||
description = "sends a random poem by Paul Celan to Telegram.";
|
|
||||||
link = "https://t.me/PaulCelan";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -2,23 +2,20 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
telebots = inputs.telebots.defaultPackage.x86_64-linux;
|
telebots = pkgs.callPackage <telebots> {};
|
||||||
reverseDirectory = "/run/telegram-reverse";
|
reverseDirectory = "/run/telegram-reverse";
|
||||||
proverbDirectory = "/run/telegram-proverb";
|
proverbDirectory = "/run/telegram-proverb";
|
||||||
inherit (import ../../lib) tmpfilesConfig;
|
inherit (import <niveum/lib>) tmpfilesConfig;
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
./literature-quote.nix
|
./literature-quote.nix
|
||||||
./astrology.nix
|
./astrology.nix
|
||||||
./autorenkalender.nix
|
./autorenkalender.nix
|
||||||
./hesychius.nix
|
|
||||||
./smyth.nix
|
|
||||||
./nachtischsatan.nix
|
./nachtischsatan.nix
|
||||||
./tlg-wotd.nix
|
./tlg-wotd.nix
|
||||||
./celan.nix
|
<niveum/modules/telegram-bot.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = map (path:
|
systemd.tmpfiles.rules = map (path:
|
||||||
@@ -29,63 +26,33 @@ in {
|
|||||||
inherit path;
|
inherit path;
|
||||||
}) [reverseDirectory proverbDirectory];
|
}) [reverseDirectory proverbDirectory];
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Rückwarts-Bot";
|
|
||||||
link = "https://t.me/RueckwaertsBot";
|
|
||||||
description = "reverses things on Telegram.";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title = "BetaCode-Bot";
|
|
||||||
link = "https://t.me/BetaCodeBot";
|
|
||||||
description = "converts <a href=\"https://en.wikipedia.org/wiki/Beta_Code\">beta code</a> to polytonic Greek on Telegram.";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
title = "Sprichwortgenerator-Bot";
|
|
||||||
link = "https://t.me/SprichwortGeneratorBot";
|
|
||||||
description = "generates useless German proverbs with optional stock photo background on Telegram.";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
telegram-token-reverse.file = ../../secrets/telegram-token-reverse.age;
|
|
||||||
telegram-token-betacode.file = ../../secrets/telegram-token-betacode.age;
|
|
||||||
telegram-token-proverb.file = ../../secrets/telegram-token-proverb.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.services.telegram-reverse = {
|
systemd.services.telegram-reverse = {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
description = "Telegram reverse bot";
|
description = "Telegram reverse bot";
|
||||||
path = [pkgs.ffmpeg];
|
path = [pkgs.ffmpeg];
|
||||||
|
environment.TELEGRAM_BOT_TOKEN = lib.strings.fileContents <system-secrets/telegram/reverse.token>;
|
||||||
enable = true;
|
enable = true;
|
||||||
script = ''
|
script = "${telebots}/bin/telegram-reverse";
|
||||||
TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${telebots}/bin/telegram-reverse
|
|
||||||
'';
|
|
||||||
serviceConfig.Restart = "always";
|
serviceConfig.Restart = "always";
|
||||||
serviceConfig.WorkingDirectory = reverseDirectory;
|
serviceConfig.WorkingDirectory = reverseDirectory;
|
||||||
serviceConfig.LoadCredential = "token:${config.age.secrets.telegram-token-reverse.path}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.telegram-betacode = {
|
systemd.services.telegram-betacode = {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
description = "Telegram beta code bot";
|
description = "Telegram beta code bot";
|
||||||
|
environment.TELEGRAM_BOT_TOKEN = lib.strings.fileContents <system-secrets/telegram/betacode.token>;
|
||||||
enable = true;
|
enable = true;
|
||||||
script = ''
|
script = "${telebots}/bin/telegram-betacode";
|
||||||
TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${telebots}/bin/telegram-betacode
|
|
||||||
'';
|
|
||||||
serviceConfig.Restart = "always";
|
serviceConfig.Restart = "always";
|
||||||
serviceConfig.LoadCredential = "token:${config.age.secrets.telegram-token-betacode.path}";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.telegram-proverb = {
|
systemd.services.telegram-proverb = {
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
description = "Telegram proverb bot";
|
description = "Telegram proverb bot";
|
||||||
|
environment.TELEGRAM_BOT_TOKEN = lib.strings.fileContents <system-secrets/telegram/proverb.token>;
|
||||||
enable = true;
|
enable = true;
|
||||||
script = ''
|
script = "${telebots}/bin/telegram-proverb";
|
||||||
TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${telebots}/bin/telegram-proverb
|
|
||||||
'';
|
|
||||||
serviceConfig.Restart = "always";
|
serviceConfig.Restart = "always";
|
||||||
serviceConfig.WorkingDirectory = proverbDirectory;
|
serviceConfig.WorkingDirectory = proverbDirectory;
|
||||||
serviceConfig.LoadCredential = "token:${config.age.secrets.telegram-token-proverb.path}";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
hesychius = inputs.scripts.outPath + "/hesychius/hesychius.txt";
|
|
||||||
in {
|
|
||||||
niveum.telegramBots.hesychius = {
|
|
||||||
enable = true;
|
|
||||||
time = "08:00";
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@HesychiosAlexandreus"];
|
|
||||||
command = "${pkgs.coreutils}/bin/shuf -n1 ${hesychius}";
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.telegram-bot-hesychius.timerConfig.RandomizedDelaySec = "10h";
|
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Hesychius of Alexandria Bot";
|
|
||||||
description = "sends a random word from Hesychius of Alexandria's lexicon to Telegram.";
|
|
||||||
link = "https://t.me/HesychiosAlexandreus";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,23 +1,17 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
niveumPackages,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
|
scripts = import <niveum/packages/scripts> {inherit pkgs lib;};
|
||||||
|
inherit (scripts) literature-quote;
|
||||||
|
in {
|
||||||
niveum.telegramBots.quotebot = {
|
niveum.telegramBots.quotebot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "08/6:00";
|
time = "08/6:00";
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
chatIds = ["-1001760262519"];
|
chatIds = ["18980945" "757821027" "455964311"];
|
||||||
command = "${niveumPackages.literature-quote}/bin/literature-quote";
|
command = "${literature-quote}/bin/literature-quote";
|
||||||
parseMode = "Markdown";
|
parseMode = "Markdown";
|
||||||
};
|
};
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Literature quote bot";
|
|
||||||
description = "sends me and my friends three <a href=\"https://logotheca.xn--kiern-0qa.de/\">logotheca</a> quotes a day.";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,29 +1,28 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
nachtischsatan-bot = {tokenFile}:
|
nachtischsatan-bot = {token}:
|
||||||
pkgs.writers.writePython3 "nachtischsatan-bot" {
|
pkgs.writers.writePython3 "nachtischsatan-bot" {
|
||||||
libraries = [pkgs.python3Packages.python-telegram-bot];
|
libraries = [pkgs.python3Packages.python-telegram-bot];
|
||||||
} ''
|
} ''
|
||||||
from telegram.ext import Application, ContextTypes, MessageHandler, filters
|
from telegram.ext import Updater, MessageHandler
|
||||||
from telegram import Update
|
from telegram.ext.filters import Filters
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
async def flubber(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
def flubber(update, context):
|
||||||
time.sleep(random.randrange(4000) / 1000)
|
time.sleep(random.randrange(4000) / 1000)
|
||||||
await update.message.reply_text("*flubberflubber*")
|
update.message.reply_text("*flubberflubber*")
|
||||||
|
|
||||||
|
|
||||||
with open('${tokenFile}', 'r') as tokenFile:
|
updater = Updater('${token}')
|
||||||
token = tokenFile.read().strip()
|
|
||||||
application = Application.builder().token(token).build()
|
updater.dispatcher.add_handler(MessageHandler(Filters.all, flubber))
|
||||||
application.add_handler(MessageHandler(filters.ALL, flubber))
|
updater.start_polling()
|
||||||
application.run_polling()
|
updater.idle()
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
systemd.services.telegram-nachtischsatan = {
|
systemd.services.telegram-nachtischsatan = {
|
||||||
@@ -31,18 +30,8 @@ in {
|
|||||||
description = "*flubberflubber*";
|
description = "*flubberflubber*";
|
||||||
enable = true;
|
enable = true;
|
||||||
script = toString (nachtischsatan-bot {
|
script = toString (nachtischsatan-bot {
|
||||||
tokenFile = config.age.secrets.telegram-token-nachtischsatan.path;
|
token = lib.strings.fileContents <system-secrets/telegram/nachtischsatan.token>;
|
||||||
});
|
});
|
||||||
serviceConfig.Restart = "always";
|
serviceConfig.Restart = "always";
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets.telegram-token-nachtischsatan.file = ../../secrets/telegram-token-nachtischsatan.age;
|
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Nachtischsatan-Bot";
|
|
||||||
link = "https://t.me/NachtischsatanBot";
|
|
||||||
description = "*flubberflubber*";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
niveum.telegramBots.smyth = {
|
|
||||||
enable = true;
|
|
||||||
time = "08:00";
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@HerbertWeirSmyth"];
|
|
||||||
command = toString (pkgs.writers.writeDash "random-smyth" ''
|
|
||||||
set -efu
|
|
||||||
|
|
||||||
RANDOM_SECTION=$(
|
|
||||||
${pkgs.curl}/bin/curl -sSL http://www.perseus.tufts.edu/hopper/xmltoc?doc=Perseus%3Atext%3A1999.04.0007%3Asmythp%3D1 \
|
|
||||||
| ${pkgs.gnugrep}/bin/grep -o 'ref="[^"]*"' \
|
|
||||||
| ${pkgs.coreutils}/bin/shuf -n1 \
|
|
||||||
| ${pkgs.gnused}/bin/sed 's/^ref="//;s/"$//'
|
|
||||||
)
|
|
||||||
|
|
||||||
${pkgs.curl}/bin/curl -sSL http://www.perseus.tufts.edu/hopper/text?doc=$RANDOM_SECTION\
|
|
||||||
| ${pkgs.htmlq}/bin/htmlq '#text_main' \
|
|
||||||
| ${pkgs.gnused}/bin/sed 's/<\/\?hr>//g' \
|
|
||||||
| ${pkgs.pandoc}/bin/pandoc -f html -t plain --wrap=none
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.telegram-bot-smyth.timerConfig.RandomizedDelaySec = "10h";
|
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Herbert Weir Smyth Bot";
|
|
||||||
description = "sends a random section from Smyth's Ancient Greek grammar to Telegram.";
|
|
||||||
link = "https://t.me/HerbertWeirSmyth";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,29 +1,20 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
niveum.telegramBots.tlg-wotd = {
|
niveum.telegramBots.tlg-wotd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "9:30";
|
time = "9:30";
|
||||||
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
chatIds = ["@tlgwotd"];
|
chatIds = ["@tlgwotd"];
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
command = toString (pkgs.writers.writeDash "tlg-wotd" ''
|
command = toString (pkgs.writers.writeDash "tlg-wotd" ''
|
||||||
${pkgs.curl}/bin/curl -sSL http://stephanus.tlg.uci.edu/Iris/Wotd \
|
${pkgs.curl}/bin/curl -sSL http://stephanus.tlg.uci.edu/Iris/Wotd \
|
||||||
| ${pkgs.recode}/bin/recode html..utf8 \
|
| ${pkgs.recode}/bin/recode html..utf8 \
|
||||||
| ${pkgs.jq}/bin/jq -r '
|
| ${pkgs.jq}/bin/jq -r '
|
||||||
"*\(.word)* '\'''\(.definition | sub("<.*>"; "") | rtrimstr(" "))'\'''\n\nFirst occurrence: \(.firstOccurrence)\nNumber of occurrences: \(.totalOccurrences)"
|
"*\(.word)* '\'''\(.definition | rtrimstr(" "))'\'''\n\nFirst occurrence: \(.firstOccurrence)\nNumber of occurrences: \(.totalOccurrences)"
|
||||||
'
|
'
|
||||||
'');
|
'');
|
||||||
parseMode = "Markdown";
|
parseMode = "Markdown";
|
||||||
};
|
};
|
||||||
|
|
||||||
niveum.passport.services = [
|
|
||||||
{
|
|
||||||
title = "Thesaurus Linguae Graecae Word of the Day";
|
|
||||||
description = "sends <a href=\"https://stephanus.tlg.uci.edu/\">TLG</a>'s word of the day to Telegram.";
|
|
||||||
link = "https://t.me/tlgwotd";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
28
configs/theming.nix
Normal file
28
configs/theming.nix
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
theme = (import <niveum/lib>).theme pkgs;
|
||||||
|
in {
|
||||||
|
environment.systemPackages = [theme.gtk.package theme.icon.package theme.cursor.package];
|
||||||
|
|
||||||
|
services.xserver.displayManager.lightdm.greeters.gtk = {
|
||||||
|
theme = {inherit (theme.gtk) name package;};
|
||||||
|
iconTheme = {inherit (theme.icon) name package;};
|
||||||
|
};
|
||||||
|
|
||||||
|
home-manager.users.me = {
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
iconTheme = theme.icon;
|
||||||
|
theme = theme.gtk;
|
||||||
|
};
|
||||||
|
qt = {
|
||||||
|
enable = true;
|
||||||
|
platformTheme = "gtk";
|
||||||
|
};
|
||||||
|
xsession.pointerCursor = theme.cursor // {size = 16;};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
services.tor.enable = true;
|
services.tor.enable = true;
|
||||||
services.tor.client.enable = true;
|
environment.systemPackages = [pkgs.tor];
|
||||||
environment.systemPackages = [pkgs.tor pkgs.torsocks];
|
|
||||||
}
|
}
|
||||||
|
|||||||
37
configs/traadfri.nix
Normal file
37
configs/traadfri.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (import <niveum/lib>) localAddresses;
|
||||||
|
living-room-id = 131090;
|
||||||
|
in {
|
||||||
|
imports = [<niveum/modules/traadfri.nix>];
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
(pkgs.writers.writeDashBin "traadfri-party" ''
|
||||||
|
while true; do
|
||||||
|
for color in $(traadfri colours | shuf); do
|
||||||
|
echo "$color"
|
||||||
|
traadfri group "''${2:-${toString living-room-id}}" --on --colour="$color"
|
||||||
|
sleep "''${1:-2}"
|
||||||
|
done
|
||||||
|
done
|
||||||
|
'')
|
||||||
|
];
|
||||||
|
|
||||||
|
niveum.traadfri = {
|
||||||
|
enable = true;
|
||||||
|
user = "kmein";
|
||||||
|
host = localAddresses.tradfri;
|
||||||
|
key = lib.strings.fileContents <secrets/traadfri.key>;
|
||||||
|
rooms = {
|
||||||
|
corridor = 131080;
|
||||||
|
kitchen = 131081;
|
||||||
|
bedroom = 131082;
|
||||||
|
living-room = living-room-id;
|
||||||
|
bedside = 131087;
|
||||||
|
chain = 131089;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -2,27 +2,18 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
|
imports = [<stockholm/krebs/3modules/fetchWallpaper.nix>];
|
||||||
stateDir = "~/.cache/wallpaper";
|
|
||||||
in {
|
|
||||||
systemd.user.services.wallpaper = {
|
|
||||||
wantedBy = ["graphical-session.target"];
|
|
||||||
after = ["network.target"];
|
|
||||||
script = ''
|
|
||||||
set -euf
|
|
||||||
|
|
||||||
mkdir -p ${stateDir}
|
krebs.fetchWallpaper = {
|
||||||
chmod o+rx ${stateDir}
|
enable = true;
|
||||||
cd ${stateDir}
|
url = "http://prism.r/realwallpaper-krebs-stars-berlin.png";
|
||||||
(${pkgs.curl}/bin/curl -s -o wallpaper.tmp -z wallpaper.tmp ${lib.escapeShellArg url} && cp wallpaper.tmp wallpaper) || :
|
};
|
||||||
${pkgs.feh}/bin/feh --no-fehbg --bg-scale wallpaper
|
|
||||||
'';
|
users.users.fetchWallpaper.isSystemUser = true;
|
||||||
startAt = "*:00,10,20,30,40,50";
|
|
||||||
serviceConfig = {
|
services.xserver = {
|
||||||
Restart = "always";
|
display = lib.mkForce 0; # needed for fetchWallpaper to find the X display
|
||||||
RestartSec = "15s";
|
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +LOCAL:";
|
||||||
StartLimitBurst = 0;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,15 +7,6 @@
|
|||||||
# nothing to see here
|
# nothing to see here
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.systemPackages = [pkgs.atuin];
|
|
||||||
environment.variables.ATUIN_CONFIG_DIR = toString (pkgs.writeTextDir "/config.toml" ''
|
|
||||||
auto_sync = true
|
|
||||||
update_check = false
|
|
||||||
sync_address = "http://zaatar.r:8888"
|
|
||||||
sync_frequency = 0
|
|
||||||
style = "compact"
|
|
||||||
'');
|
|
||||||
|
|
||||||
programs.zsh = let
|
programs.zsh = let
|
||||||
zsh-completions = pkgs.fetchFromGitHub {
|
zsh-completions = pkgs.fetchFromGitHub {
|
||||||
owner = "zsh-users";
|
owner = "zsh-users";
|
||||||
@@ -23,6 +14,12 @@
|
|||||||
rev = "cf565254e26bb7ce03f51889e9a29953b955b1fb";
|
rev = "cf565254e26bb7ce03f51889e9a29953b955b1fb";
|
||||||
sha256 = "1yf4rz99acdsiy0y1v3bm65xvs2m0sl92ysz0rnnrlbd5amn283l";
|
sha256 = "1yf4rz99acdsiy0y1v3bm65xvs2m0sl92ysz0rnnrlbd5amn283l";
|
||||||
};
|
};
|
||||||
|
zsh-history-substring-search = pkgs.fetchFromGitHub {
|
||||||
|
owner = "zsh-users";
|
||||||
|
repo = "zsh-history-substring-search";
|
||||||
|
rev = "aae3388491c2312c4efb2e86bcb999927bb2900e";
|
||||||
|
sha256 = "0lgmq1xcccnz5cf7vl0r0qj351hwclx9p80cl0qczxry4r2g5qaz";
|
||||||
|
};
|
||||||
in {
|
in {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
@@ -57,6 +54,12 @@
|
|||||||
autoload -U zmv run-help
|
autoload -U zmv run-help
|
||||||
|
|
||||||
fpath=(${zsh-completions}/src $fpath)
|
fpath=(${zsh-completions}/src $fpath)
|
||||||
|
source ${zsh-history-substring-search}/zsh-history-substring-search.zsh
|
||||||
|
|
||||||
|
bindkey '^[[A' history-substring-search-up
|
||||||
|
bindkey '^[[B' history-substring-search-down
|
||||||
|
bindkey -M vicmd 'k' history-substring-search-up
|
||||||
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
'';
|
'';
|
||||||
promptInit = with config.niveum; ''
|
promptInit = with config.niveum; ''
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
@@ -68,20 +71,9 @@
|
|||||||
zstyle ':vcs_info:*' formats "%c%u%F{cyan}%b%f"
|
zstyle ':vcs_info:*' formats "%c%u%F{cyan}%b%f"
|
||||||
zstyle ':vcs_info:*' actionformats "(%a) %c%u%F{cyan}%b%f"
|
zstyle ':vcs_info:*' actionformats "(%a) %c%u%F{cyan}%b%f"
|
||||||
|
|
||||||
# atuin distributed shell history
|
|
||||||
export ATUIN_NOBIND="true" # disable all keybdinings of atuin
|
|
||||||
eval "$(atuin init zsh)"
|
|
||||||
bindkey '^r' _atuin_search_widget # bind ctrl+r to atuin
|
|
||||||
# use zsh only session history
|
|
||||||
fc -p
|
|
||||||
|
|
||||||
precmd () {
|
precmd () {
|
||||||
vcs_info
|
vcs_info
|
||||||
if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ] || [ -n "$SSH_CONNECTION" ]; then
|
RPROMPT="$vcs_info_msg_0_"
|
||||||
RPROMPT="$(hostname)"
|
|
||||||
else
|
|
||||||
RPROMPT="$vcs_info_msg_0_"
|
|
||||||
fi
|
|
||||||
if [[ -n $IN_NIX_SHELL ]]; then
|
if [[ -n $IN_NIX_SHELL ]]; then
|
||||||
PROMPT='%B%~%b %(?.%F{${promptColours.success}}.%F{${promptColours.failure}})λ%f '
|
PROMPT='%B%~%b %(?.%F{${promptColours.success}}.%F{${promptColours.failure}})λ%f '
|
||||||
else
|
else
|
||||||
|
|||||||
684
flake.lock
generated
684
flake.lock
generated
@@ -1,132 +1,12 @@
|
|||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"agenix": {
|
|
||||||
"inputs": {
|
|
||||||
"darwin": "darwin",
|
|
||||||
"home-manager": [
|
|
||||||
"home-manager"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1690228878,
|
|
||||||
"narHash": "sha256-9Xe7JV0krp4RJC9W9W9WutZVlw6BlHTFMiUP/k48LQY=",
|
|
||||||
"owner": "ryantm",
|
|
||||||
"repo": "agenix",
|
|
||||||
"rev": "d8c973fd228949736dedf61b7f8cc1ece3236792",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "ryantm",
|
|
||||||
"repo": "agenix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"base16": {
|
|
||||||
"inputs": {
|
|
||||||
"fromYaml": "fromYaml"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1689633990,
|
|
||||||
"narHash": "sha256-iwvQg2Vx0IIDWZaKo8Xmzxlv1YPHg+Kp/QSv8dRv0RY=",
|
|
||||||
"owner": "SenchoPens",
|
|
||||||
"repo": "base16.nix",
|
|
||||||
"rev": "dddf2e1c04845d43c89a8e9e37d574519649a404",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "SenchoPens",
|
|
||||||
"repo": "base16.nix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"blessings": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1549397368,
|
|
||||||
"narHash": "sha256-YVIGRG+/ey4nFEZl1ZPHj7Hx/Of3rsUGnkLK4V4zZd0=",
|
|
||||||
"ref": "refs/heads/master",
|
|
||||||
"rev": "d94712a015636efe7ec79bc0a2eec6739d0be779",
|
|
||||||
"revCount": 18,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://cgit.krebsco.de/blessings"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://cgit.krebsco.de/blessings"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"coptic-dictionary": {
|
|
||||||
"inputs": {
|
|
||||||
"kellia-dictionary": "kellia-dictionary",
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1691406669,
|
|
||||||
"narHash": "sha256-8QKnoDfdQuy2ODnCi6NNUv+wewONseGEH1QAvzA7io0=",
|
|
||||||
"owner": "kmein",
|
|
||||||
"repo": "coptic-dictionary",
|
|
||||||
"rev": "7316ef7a4264afa65c96a2e089845c79fa25f19c",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "kmein",
|
|
||||||
"repo": "coptic-dictionary",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"darwin": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"agenix",
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1673295039,
|
|
||||||
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
|
|
||||||
"owner": "lnl7",
|
|
||||||
"repo": "nix-darwin",
|
|
||||||
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "lnl7",
|
|
||||||
"ref": "master",
|
|
||||||
"repo": "nix-darwin",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"flake-compat": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1673956053,
|
|
||||||
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
|
|
||||||
"owner": "edolstra",
|
|
||||||
"repo": "flake-compat",
|
|
||||||
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "edolstra",
|
|
||||||
"repo": "flake-compat",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"inputs": {
|
|
||||||
"systems": "systems"
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692799911,
|
"lastModified": 1648297722,
|
||||||
"narHash": "sha256-3eihraek4qL744EvQXsK1Ha6C3CR7nnT8X2qWap4RNk=",
|
"narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "f9e7cf818399d17d347f847525c5a5a8032e4e44",
|
"rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -135,37 +15,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flake-utils_2": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1676283394,
|
|
||||||
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "flake-utils",
|
|
||||||
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "flake-utils",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fromYaml": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1689549921,
|
|
||||||
"narHash": "sha256-iX0pk/uB019TdBGlaJEWvBCfydT6sRq+eDcGPifVsCM=",
|
|
||||||
"owner": "SenchoPens",
|
|
||||||
"repo": "fromYaml",
|
|
||||||
"rev": "11fbbbfb32e3289d3c631e0134a23854e7865c84",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "SenchoPens",
|
|
||||||
"repo": "fromYaml",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
@@ -173,54 +22,51 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692099905,
|
"lastModified": 1648834319,
|
||||||
"narHash": "sha256-/pSusGhmIdSdAaywQRFA5dVbfdIzlWQTecM+E46+cJ0=",
|
"narHash": "sha256-i5Aj4Aw64D/A0X6XW5LxSS4XBnYj7gMz+kN4dpsbdk8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2a6679aa9cc3872c29ba2a57fe1b71b3e3c5649f",
|
"rev": "0bdbdea2e26c984b096f4f7d10e3c88536a980b0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "release-23.05",
|
"ref": "release-21.11",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"kellia-dictionary": {
|
"krops": {
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1660946774,
|
|
||||||
"narHash": "sha256-7C+vE1hvo9OfonmBVT1as6c8rZeLf8f4nEsELwnUPXc=",
|
|
||||||
"owner": "KELLIA",
|
|
||||||
"repo": "dictionary",
|
|
||||||
"rev": "4fe62847e93b8a87ad7ca5de19190b34ff9e0c99",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "KELLIA",
|
|
||||||
"repo": "dictionary",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"menstruation-backend": {
|
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": [
|
"flake-utils": [
|
||||||
"flake-utils"
|
"flake-utils"
|
||||||
],
|
],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
|
||||||
"rust-overlay": [
|
|
||||||
"rust-overlay"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677075142,
|
"lastModified": 1644957911,
|
||||||
"narHash": "sha256-0RXVZcK2YtPckd/3+jb+yLpeXZ6jnQe25w9idztDXi8=",
|
"narHash": "sha256-ggie/j7pdBqzDs4W7OiPmhqH9IGbXAbJxGqBdVxA8jA=",
|
||||||
|
"owner": "Mic92",
|
||||||
|
"repo": "krops",
|
||||||
|
"rev": "86fb3d2ee94fd8306231853b323ed8804edf26ec",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "Mic92",
|
||||||
|
"repo": "krops",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"menstruation-backend": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1649545504,
|
||||||
|
"narHash": "sha256-TVm3246ML7gWPeGm+bdb+Qo8o/7nve7sQ2hBdCZm3z8=",
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "menstruation.rs",
|
"repo": "menstruation.rs",
|
||||||
"rev": "e34af4393963cdbadb456b7b9ae2e95e6db7b8a3",
|
"rev": "d9f3c6d53542fd7c7ed191e37cf4e342d4a47bcb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -230,23 +76,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"menstruation-telegram": {
|
"menstruation-telegram": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"flake-utils": [
|
|
||||||
"flake-utils"
|
|
||||||
],
|
|
||||||
"menstruation-backend": [
|
|
||||||
"menstruation-backend"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs-old"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677075205,
|
"lastModified": 1634815642,
|
||||||
"narHash": "sha256-2+xuAhsS3y2qB0ObVPCHXrmnTsIZ8uI5HFI4+Ash8PY=",
|
"narHash": "sha256-q1OTMx5ayNu9ppHJBDUie/ow+BcA5DXnHEm11EY+C4E=",
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "menstruation-telegram",
|
"repo": "menstruation-telegram",
|
||||||
"rev": "f7ddb6d9610aacb50ec66a3ce1bdc49fe4664a49",
|
"rev": "a34555cf46f02157718b0565b5456348fff54181",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -255,147 +91,29 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nix-formatter-pack": {
|
"nix-writers": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"nixpkgs": [
|
|
||||||
"nix-on-droid",
|
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"nmd": "nmd",
|
|
||||||
"nmt": "nmt"
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1666720474,
|
"lastModified": 1554228333,
|
||||||
"narHash": "sha256-iWojjDS1D19zpeZXbBdjWb9MiKmVVFQCqtJmtTXgPx8=",
|
"narHash": "sha256-hG/PlcCvCQhNcU55NpHfATkyH9k6cZmO7uvBoJjasXU=",
|
||||||
"owner": "Gerschtli",
|
"ref": "master",
|
||||||
"repo": "nix-formatter-pack",
|
"rev": "c528cf970e292790b414b4c1c8c8e9d7e73b2a71",
|
||||||
"rev": "14876cc8fe94a3d329964ecb073b4c988c7b61f5",
|
"revCount": 32,
|
||||||
"type": "github"
|
"type": "git",
|
||||||
|
"url": "https://cgit.krebsco.de/nix-writers"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Gerschtli",
|
"type": "git",
|
||||||
"repo": "nix-formatter-pack",
|
"url": "https://cgit.krebsco.de/nix-writers"
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nix-on-droid": {
|
|
||||||
"inputs": {
|
|
||||||
"home-manager": [
|
|
||||||
"home-manager"
|
|
||||||
],
|
|
||||||
"nix-formatter-pack": "nix-formatter-pack",
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"nixpkgs-for-bootstrap": "nixpkgs-for-bootstrap",
|
|
||||||
"nmd": "nmd_2"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1688144254,
|
|
||||||
"narHash": "sha256-8KL1l/7eP2Zm1aJjdVaSOk0W5kTnJo9kcgW03gqWuiI=",
|
|
||||||
"owner": "t184256",
|
|
||||||
"repo": "nix-on-droid",
|
|
||||||
"rev": "2301e01d48c90b60751005317de7a84a51a87eb6",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "t184256",
|
|
||||||
"ref": "release-23.05",
|
|
||||||
"repo": "nix-on-droid",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixinate": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1688141737,
|
|
||||||
"narHash": "sha256-qHrNMYWukOKmKVf6wXOGKj1xxUnOGjvTRbt/PLLXuBE=",
|
|
||||||
"owner": "matthewcroughan",
|
|
||||||
"repo": "nixinate",
|
|
||||||
"rev": "7902ae845e6cc5bd450e510cdf5e009a6e4a44d9",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "matthewcroughan",
|
|
||||||
"repo": "nixinate",
|
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692986144,
|
"lastModified": 1649490789,
|
||||||
"narHash": "sha256-M4VFpy7Av9j+33HF5nIGm0k2+DXXW4qSSKdidIKg5jY=",
|
"narHash": "sha256-YrhVxwoofZSx/wLZ4GYET//8vS+uqWX572zvdmP/Etg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "74e5bdc5478ebbe7ba5849f0d765f92757bb9dbf",
|
"rev": "c86185d20d708013caf97a6adaa8dc6d72313c75",
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-23.05",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs-for-bootstrap": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1686921029,
|
|
||||||
"narHash": "sha256-J1bX9plPCFhTSh6E3TWn9XSxggBh/zDD4xigyaIQBy8=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "c7ff1b9b95620ce8728c0d7bd501c458e6da9e04",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs-old": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1682600000,
|
|
||||||
"narHash": "sha256-ha4BehR1dh8EnXSoE1m/wyyYVvHI9txjW4w5/oxsW5Y=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "50fc86b75d2744e1ab3837ef74b53f103a9b55a0",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs-unstable": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1693094031,
|
|
||||||
"narHash": "sha256-PyPWn5/WzryKDKuuiJJ8cd1BJCenhjbaicYQbwRM9Ao=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "38b9aaf6682015f1d2fc7b7f48da96992c30cfa3",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "master",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs_2": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1659446231,
|
|
||||||
"narHash": "sha256-hekabNdTdgR/iLsgce5TGWmfIDZ86qjPhxDg/8TlzhE=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "eabc38219184cc3e04a974fe31857d8e0eac098d",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -405,98 +123,30 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1615532953,
|
"lastModified": 1649541735,
|
||||||
"narHash": "sha256-SWpaGjrp/INzorEqMz3HLi6Uuk9I0KAn4YS8B4n3q5g=",
|
"narHash": "sha256-JdOywA2jcdGCxNgu0dJA7ZNtaV7sS0HwuZg9YaXd94c=",
|
||||||
"path": "/nix/store/vw365chp87kvfczxm26qiq7z2pq3jk5z-source",
|
"owner": "NixOS",
|
||||||
"rev": "916ee862e87ac5ee2439f2fb7856386b4dc906ae",
|
"repo": "nixpkgs",
|
||||||
"type": "path"
|
"rev": "c2b6e029cd1efa0efd37daab89264ef040ae5669",
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"id": "nixpkgs",
|
|
||||||
"type": "indirect"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nmd": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1666190571,
|
|
||||||
"narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=",
|
|
||||||
"owner": "rycee",
|
|
||||||
"repo": "nmd",
|
|
||||||
"rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169",
|
|
||||||
"type": "gitlab"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "rycee",
|
|
||||||
"repo": "nmd",
|
|
||||||
"type": "gitlab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nmd_2": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1666190571,
|
|
||||||
"narHash": "sha256-Z1hc7M9X6L+H83o9vOprijpzhTfOBjd0KmUTnpHAVjA=",
|
|
||||||
"owner": "rycee",
|
|
||||||
"repo": "nmd",
|
|
||||||
"rev": "b75d312b4f33bd3294cd8ae5c2ca8c6da2afc169",
|
|
||||||
"type": "gitlab"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "rycee",
|
|
||||||
"repo": "nmd",
|
|
||||||
"type": "gitlab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nmt": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1648075362,
|
|
||||||
"narHash": "sha256-u36WgzoA84dMVsGXzml4wZ5ckGgfnvS0ryzo/3zn/Pc=",
|
|
||||||
"owner": "rycee",
|
|
||||||
"repo": "nmt",
|
|
||||||
"rev": "d83601002c99b78c89ea80e5e6ba21addcfe12ae",
|
|
||||||
"type": "gitlab"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "rycee",
|
|
||||||
"repo": "nmt",
|
|
||||||
"type": "gitlab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nur": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1693082793,
|
|
||||||
"narHash": "sha256-di/x+vrMYmjSHabbiuPi6EZ0m6HoPXOVtA7ugU3rVZM=",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "NUR",
|
|
||||||
"rev": "0f81f016eecec153a26099beb25b0c8bac87bd23",
|
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "NixOS",
|
||||||
"repo": "NUR",
|
"ref": "master",
|
||||||
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"recht": {
|
"recht": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"blessings": "blessings",
|
|
||||||
"flake-utils": [
|
|
||||||
"flake-utils"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677165419,
|
"lastModified": 1619583518,
|
||||||
"narHash": "sha256-pjYpXg+09rayon6uhSNd30ryrT2zYLOlDLBHQ9pnGZg=",
|
"narHash": "sha256-3eFw6xWue9cvPxXq1ROq32ecvPOmqOedgQhyOr7N9iE=",
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "recht",
|
"repo": "recht",
|
||||||
"rev": "5fa158ce21de797bd95a934dab8d4403b7531d20",
|
"rev": "d551afed23122bb3106e59eb2274394ec5555048",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -506,87 +156,49 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"retiolum": {
|
"retiolum": {
|
||||||
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691992809,
|
"lastModified": 1647444524,
|
||||||
"narHash": "sha256-qUTsMDSV2L5t6Oj+L60n0KQKbvOhak3+d6++h9AZJPg=",
|
"narHash": "sha256-N4T1UXLkYJMQqk65LkTDpW70ujXXeZ9xe5k+LOpznAI=",
|
||||||
"ref": "refs/heads/master",
|
"owner": "krebs",
|
||||||
"rev": "6216c30551876303dac5373e92690a7f05fd0f6f",
|
"repo": "retiolum",
|
||||||
"revCount": 315,
|
"rev": "de6d7dc9bd671e65f2ee3004b6807625e7553e84",
|
||||||
"type": "git",
|
"type": "github"
|
||||||
"url": "https://git.thalheim.io/Mic92/retiolum"
|
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"owner": "krebs",
|
||||||
"url": "https://git.thalheim.io/Mic92/retiolum"
|
"repo": "retiolum",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
|
||||||
"coptic-dictionary": "coptic-dictionary",
|
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
|
"krops": "krops",
|
||||||
"menstruation-backend": "menstruation-backend",
|
"menstruation-backend": "menstruation-backend",
|
||||||
"menstruation-telegram": "menstruation-telegram",
|
"menstruation-telegram": "menstruation-telegram",
|
||||||
"nix-on-droid": "nix-on-droid",
|
"nix-writers": "nix-writers",
|
||||||
"nixinate": "nixinate",
|
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-old": "nixpkgs-old",
|
|
||||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||||
"nur": "nur",
|
|
||||||
"recht": "recht",
|
"recht": "recht",
|
||||||
"retiolum": "retiolum",
|
"retiolum": "retiolum",
|
||||||
"rust-overlay": "rust-overlay",
|
|
||||||
"scripts": "scripts",
|
"scripts": "scripts",
|
||||||
"stylix": "stylix",
|
"stockholm": "stockholm",
|
||||||
"telebots": "telebots",
|
"telebots": "telebots",
|
||||||
"tinc-graph": "tinc-graph",
|
"tinc-graph": "tinc-graph",
|
||||||
"voidrice": "voidrice",
|
"traadfri": "traadfri",
|
||||||
"wallpaper-generator": "wallpaper-generator",
|
"tuna": "tuna"
|
||||||
"wallpapers": "wallpapers"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"rust-overlay": {
|
|
||||||
"inputs": {
|
|
||||||
"flake-utils": [
|
|
||||||
"flake-utils"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1693015707,
|
|
||||||
"narHash": "sha256-SFr93DYn502sVT9nB5U8/cKg1INyEk/jCeq8tHioz7Y=",
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "rust-overlay",
|
|
||||||
"rev": "e90223633068a44f0fb62374e0fa360ccc987292",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "oxalica",
|
|
||||||
"repo": "rust-overlay",
|
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"flake-utils": [
|
|
||||||
"flake-utils"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"rust-overlay": [
|
|
||||||
"rust-overlay"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1689276466,
|
"lastModified": 1648400983,
|
||||||
"narHash": "sha256-T+1f2GsTDzfiEasSPntbaSsJvpJxZ78a5g6CL4NyAK0=",
|
"narHash": "sha256-I9ADWgUN1orbnXPBW4kulHpv8wkx6C8zsQcg9wphpPg=",
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "scripts",
|
"repo": "scripts",
|
||||||
"rev": "55dff522684f342f4e970116ab374ba999539288",
|
"rev": "f5df67a2416d8f05a7dbfea269c44668854c7887",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -595,58 +207,30 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stylix": {
|
"stockholm": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"base16": "base16",
|
|
||||||
"flake-compat": "flake-compat",
|
|
||||||
"home-manager": [
|
|
||||||
"home-manager"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690463825,
|
"lastModified": 1649089964,
|
||||||
"narHash": "sha256-LILKFcKNVxYcYmzCB2+Gswyob5XrPJAF1YBExFR2yak=",
|
"narHash": "sha256-ybuVI8rnpMyBUoyoIXJ1e3QBMBIOoEgKTiFzIPfzy8A=",
|
||||||
"owner": "danth",
|
"ref": "master",
|
||||||
"repo": "stylix",
|
"rev": "b3833baee96d7bce2c54295110b40c646468a1ff",
|
||||||
"rev": "5c829554280f3139ddbfce8561d7430efbf2abfb",
|
"revCount": 10500,
|
||||||
"type": "github"
|
"type": "git",
|
||||||
|
"url": "https://cgit.lassul.us/stockholm"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "danth",
|
"type": "git",
|
||||||
"ref": "release-23.05",
|
"url": "https://cgit.lassul.us/stockholm"
|
||||||
"repo": "stylix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"systems": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1681028828,
|
|
||||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
||||||
"owner": "nix-systems",
|
|
||||||
"repo": "default",
|
|
||||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-systems",
|
|
||||||
"repo": "default",
|
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"telebots": {
|
"telebots": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"flake-utils": "flake-utils_2",
|
|
||||||
"nixpkgs": "nixpkgs_2"
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1677156381,
|
"lastModified": 1623510321,
|
||||||
"narHash": "sha256-OMhqYJO2bWtL6osTMpQhA4ySUl4gvJTI13m1agipHJ0=",
|
"narHash": "sha256-MxYNNL81RXZkYLd4IgiNTSo1X80kTuDzsdGNSA0f1y8=",
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "telebots",
|
"repo": "telebots",
|
||||||
"rev": "5527e359e8394f2f66067de7f61587eb65055209",
|
"rev": "22931c9457e092c4e413555dbe61819d77844246",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -656,23 +240,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tinc-graph": {
|
"tinc-graph": {
|
||||||
"inputs": {
|
"flake": false,
|
||||||
"flake-utils": [
|
|
||||||
"flake-utils"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
],
|
|
||||||
"rust-overlay": [
|
|
||||||
"rust-overlay"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687504941,
|
"lastModified": 1639820904,
|
||||||
"narHash": "sha256-wnCRcQn8izEHE8MfBpPkLezxAMIg7SVTq8CZsgkar54=",
|
"narHash": "sha256-d4s2PulBGIIQXtX7blZz+Wnmij5dK/IrBcilNGjqZC4=",
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "tinc-graph",
|
"repo": "tinc-graph",
|
||||||
"rev": "91a3a85beaaec4ec43ea5a41322c3a5a6e04edc4",
|
"rev": "1b9c69ffdbdab82d30a23e44f739feea63d94163",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -681,57 +255,35 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"voidrice": {
|
"traadfri": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1692950210,
|
"lastModified": 1640451803,
|
||||||
"narHash": "sha256-0RHvrinkg8LEV/aGnT2n9MNOwaf2ke/YAXRIipZiT2w=",
|
"narHash": "sha256-zS/b93uFpPM9basNP7ngmm+YjYV0IUQAmNghetHA6Ss=",
|
||||||
"owner": "Lukesmithxyz",
|
|
||||||
"repo": "voidrice",
|
|
||||||
"rev": "86f05abcce1fd270032975775adb40040c746cfe",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "Lukesmithxyz",
|
|
||||||
"repo": "voidrice",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"wallpaper-generator": {
|
|
||||||
"inputs": {
|
|
||||||
"flake-utils": [
|
|
||||||
"flake-utils"
|
|
||||||
],
|
|
||||||
"nixpkgs": "nixpkgs_3"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1615819231,
|
|
||||||
"narHash": "sha256-vZzc1ViF/3rCm81+x+pyneuOzoWd0przy9ULgwhGSj4=",
|
|
||||||
"owner": "pinpox",
|
|
||||||
"repo": "wallpaper-generator",
|
|
||||||
"rev": "a2223b9b0c51e0eee0d0b23a5e87228e370bdd5c",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "pinpox",
|
|
||||||
"ref": "v1.1",
|
|
||||||
"repo": "wallpaper-generator",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"wallpapers": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1589319718,
|
|
||||||
"narHash": "sha256-2NruGq3z37vY3uAH8S4sLqHvFAGi8gaDJAgEzMIvM/4=",
|
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "wallpapers",
|
"repo": "traadfri",
|
||||||
"rev": "7c553bc6bd78afa6dbf2824691466bbad0d8e6e9",
|
"rev": "cf46bd09cd3263b90a09b0ca979aa705a4c3671c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kmein",
|
"owner": "kmein",
|
||||||
"repo": "wallpapers",
|
"repo": "traadfri",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tuna": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1627117248,
|
||||||
|
"narHash": "sha256-OfqbWLblJY4BJlrCpn8EkHoP3baNJSDTbw45SPaX+0Q=",
|
||||||
|
"owner": "kmein",
|
||||||
|
"repo": "tuna",
|
||||||
|
"rev": "1cbed44069a3009738afdafecefe0a05316039a6",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "kmein",
|
||||||
|
"repo": "tuna",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
496
flake.nix
496
flake.nix
@@ -2,391 +2,135 @@
|
|||||||
description = "niveum: packages, modules, systems";
|
description = "niveum: packages, modules, systems";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
agenix.url = "github:ryantm/agenix";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11";
|
||||||
coptic-dictionary.url = "github:kmein/coptic-dictionary";
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
|
||||||
home-manager.url = "github:nix-community/home-manager/release-23.05";
|
|
||||||
menstruation-backend.url = "github:kmein/menstruation.rs";
|
|
||||||
menstruation-telegram.url = "github:kmein/menstruation-telegram";
|
|
||||||
nix-on-droid.url = "github:t184256/nix-on-droid/release-23.05";
|
|
||||||
nixinate.url = "github:matthewcroughan/nixinate";
|
|
||||||
nixpkgs-old.url = "github:NixOS/nixpkgs/50fc86b75d2744e1ab3837ef74b53f103a9b55a0";
|
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
nur.url = "github:nix-community/NUR";
|
home-manager = {
|
||||||
recht.url = "github:kmein/recht";
|
url = "github:nix-community/home-manager/release-21.11";
|
||||||
retiolum.url = "git+https://git.thalheim.io/Mic92/retiolum";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
};
|
||||||
scripts.url = "github:kmein/scripts";
|
krops = {
|
||||||
stylix.url = "github:danth/stylix/release-23.05";
|
url = "github:Mic92/krops";
|
||||||
telebots.url = "github:kmein/telebots";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
tinc-graph.url = "github:kmein/tinc-graph";
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
voidrice.url = "github:Lukesmithxyz/voidrice";
|
};
|
||||||
wallpaper-generator.url = "github:pinpox/wallpaper-generator/v1.1";
|
|
||||||
wallpapers.url = "github:kmein/wallpapers";
|
|
||||||
|
|
||||||
agenix.inputs.home-manager.follows = "home-manager";
|
# legacy
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
menstruation-backend = {
|
||||||
coptic-dictionary.inputs.nixpkgs.follows = "nixpkgs";
|
url = "github:kmein/menstruation.rs";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
flake = false;
|
||||||
menstruation-backend.inputs.flake-utils.follows = "flake-utils";
|
};
|
||||||
menstruation-backend.inputs.nixpkgs.follows = "nixpkgs";
|
menstruation-telegram = {
|
||||||
menstruation-backend.inputs.rust-overlay.follows = "rust-overlay";
|
url = "github:kmein/menstruation-telegram";
|
||||||
menstruation-telegram.inputs.flake-utils.follows = "flake-utils";
|
flake = false;
|
||||||
menstruation-telegram.inputs.menstruation-backend.follows = "menstruation-backend";
|
};
|
||||||
menstruation-telegram.inputs.nixpkgs.follows = "nixpkgs-old";
|
nix-writers = {
|
||||||
nix-on-droid.inputs.home-manager.follows = "home-manager";
|
url = "git+https://cgit.krebsco.de/nix-writers";
|
||||||
nix-on-droid.inputs.nixpkgs.follows = "nixpkgs";
|
flake = false;
|
||||||
nixinate.inputs.nixpkgs.follows = "nixpkgs";
|
};
|
||||||
recht.inputs.flake-utils.follows = "flake-utils";
|
recht = {
|
||||||
recht.inputs.nixpkgs.follows = "nixpkgs";
|
url = "github:kmein/recht";
|
||||||
rust-overlay.inputs.flake-utils.follows = "flake-utils";
|
flake = false;
|
||||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
};
|
||||||
scripts.inputs.flake-utils.follows = "flake-utils";
|
retiolum = {
|
||||||
scripts.inputs.nixpkgs.follows = "nixpkgs";
|
url = "github:krebs/retiolum";
|
||||||
scripts.inputs.rust-overlay.follows = "rust-overlay";
|
flake = false;
|
||||||
stylix.inputs.home-manager.follows = "home-manager";
|
};
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
scripts = {
|
||||||
tinc-graph.inputs.flake-utils.follows = "flake-utils";
|
url = "github:kmein/scripts";
|
||||||
tinc-graph.inputs.nixpkgs.follows = "nixpkgs";
|
flake = false;
|
||||||
tinc-graph.inputs.rust-overlay.follows = "rust-overlay";
|
};
|
||||||
voidrice.flake = false;
|
stockholm = {
|
||||||
wallpaper-generator.inputs.flake-utils.follows = "flake-utils";
|
url = "git+https://cgit.lassul.us/stockholm";
|
||||||
wallpapers.flake = false;
|
flake = false;
|
||||||
|
};
|
||||||
|
telebots = {
|
||||||
|
url = "github:kmein/telebots";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
tinc-graph = {
|
||||||
|
url = "github:kmein/tinc-graph";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
traadfri = {
|
||||||
|
url = "github:kmein/traadfri";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
tuna = {
|
||||||
|
url = "github:kmein/tuna";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs @ {
|
outputs = {
|
||||||
self,
|
self,
|
||||||
|
flake-utils,
|
||||||
|
home-manager,
|
||||||
|
krops,
|
||||||
|
menstruation-backend,
|
||||||
|
menstruation-telegram,
|
||||||
|
nix-writers,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nixpkgs-unstable,
|
nixpkgs-unstable,
|
||||||
nur,
|
recht,
|
||||||
home-manager,
|
|
||||||
nixinate,
|
|
||||||
agenix,
|
|
||||||
retiolum,
|
retiolum,
|
||||||
flake-utils,
|
scripts,
|
||||||
nix-on-droid,
|
stockholm,
|
||||||
stylix,
|
telebots,
|
||||||
...
|
tinc-graph,
|
||||||
}:
|
traadfri,
|
||||||
{
|
tuna,
|
||||||
apps =
|
} @ inputs: let
|
||||||
nixinate.nixinate.x86_64-linux self
|
system = "x86_64-linux";
|
||||||
// {
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
x86_64-linux = let
|
source = name:
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
{
|
||||||
in {
|
niveum.file = toString ./.;
|
||||||
mock-secrets = {
|
nixos-config.symlink = "niveum/systems/${name}/configuration.nix";
|
||||||
type = "app";
|
system-secrets.pass = {
|
||||||
program = toString (pkgs.writers.writeDash "mock-secrets" ''
|
dir = toString ~/.password-store;
|
||||||
${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f | ${pkgs.coreutils}/bin/sort > secrets.txt
|
name = "systems/${name}";
|
||||||
'');
|
};
|
||||||
};
|
secrets.pass = {
|
||||||
deploy = {
|
dir = toString ~/.password-store;
|
||||||
type = "app";
|
name = "shared";
|
||||||
program = toString (pkgs.writers.writeDash "deploy" ''
|
};
|
||||||
if [ $# -eq 0 ]
|
}
|
||||||
then
|
// nixpkgs.lib.mapAttrs' (name: value: {
|
||||||
systems='${toString (builtins.attrNames self.nixosConfigurations)}'
|
inherit name;
|
||||||
else
|
value.file = toString value;
|
||||||
systems=$*
|
}) (nixpkgs.lib.filterAttrs (name: _: !builtins.elem name ["flake-utils" "krops" "self"]) inputs);
|
||||||
fi
|
deployScriptFor = {
|
||||||
${pkgs.parallel}/bin/parallel --line-buffer --tagstring '{}' 'nix run .\?submodules=1\#apps.nixinate.{}' ::: $systems
|
name,
|
||||||
'');
|
host,
|
||||||
};
|
}: let
|
||||||
|
inherit (import ./lib/default.nix) sshPort;
|
||||||
|
in
|
||||||
|
toString (krops.packages.${system}.writeDeploy "deploy-${name}" {
|
||||||
|
source = krops.lib.evalSource [(source name)];
|
||||||
|
target = "root@${host}:${toString sshPort}";
|
||||||
|
});
|
||||||
|
in {
|
||||||
|
apps.${system} = let
|
||||||
|
forSystems = f: builtins.listToAttrs (map f (builtins.attrNames (builtins.readDir ./systems)));
|
||||||
|
deployScripts = forSystems (name: {
|
||||||
|
name = "deploy-${name}";
|
||||||
|
value = {
|
||||||
|
type = "app";
|
||||||
|
program = deployScriptFor {
|
||||||
|
inherit name;
|
||||||
|
host = "${name}.r";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
});
|
||||||
nixosModules = {
|
ciScripts = forSystems (name: {
|
||||||
htgen = import modules/htgen.nix;
|
name = "build-${name}";
|
||||||
moodle-dl = import modules/moodle-dl.nix;
|
value = {
|
||||||
networkmanager-declarative = import modules/networkmanager-declarative.nix;
|
type = "app";
|
||||||
passport = import modules/passport.nix;
|
program = import ./ci.nix {inherit name system inputs;};
|
||||||
panoptikon = import modules/panoptikon.nix;
|
|
||||||
power-action = import modules/power-action.nix;
|
|
||||||
system-dependent = import modules/system-dependent.nix;
|
|
||||||
telegram-bot = import modules/telegram-bot.nix;
|
|
||||||
};
|
|
||||||
|
|
||||||
lib = {
|
|
||||||
panoptikon = import lib/panoptikon.nix;
|
|
||||||
};
|
|
||||||
|
|
||||||
nixOnDroidConfigurations = {
|
|
||||||
moto = nix-on-droid.lib.nixOnDroidConfiguration {
|
|
||||||
modules = [systems/moto/configuration.nix];
|
|
||||||
pkgs = import nixpkgs {
|
|
||||||
system = "aarch64-linux";
|
|
||||||
overlays = [nix-on-droid.overlays.default];
|
|
||||||
};
|
|
||||||
extraSpecialArgs = {
|
|
||||||
niveumPackages = inputs.self.packages.aarch64-linux;
|
|
||||||
niveumLib = inputs.self.lib;
|
|
||||||
inherit inputs;
|
|
||||||
};
|
|
||||||
home-manager-path = home-manager.outPath;
|
|
||||||
};
|
};
|
||||||
};
|
});
|
||||||
|
in
|
||||||
nixosConfigurations = let
|
deployScripts // ciScripts;
|
||||||
niveumSpecialArgs = system: {
|
};
|
||||||
unstablePackages = import nixpkgs-unstable {
|
|
||||||
inherit system;
|
|
||||||
config.allowUnfreePredicate = pkg:
|
|
||||||
builtins.elem (nixpkgs-unstable.lib.getName pkg) [
|
|
||||||
"obsidian"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
niveumPackages = inputs.self.packages.${system};
|
|
||||||
niveumLib = inputs.self.lib;
|
|
||||||
inherit inputs;
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
ful = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "aarch64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
_module.args.nixinate = {
|
|
||||||
host = "ful";
|
|
||||||
sshUser = "root";
|
|
||||||
buildOn = "remote";
|
|
||||||
substituteOnTarget = true;
|
|
||||||
hermetic = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
systems/ful/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
inputs.self.nixosModules.passport
|
|
||||||
inputs.self.nixosModules.panoptikon
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
nur.nixosModules.nur
|
|
||||||
];
|
|
||||||
};
|
|
||||||
zaatar = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
_module.args.nixinate = {
|
|
||||||
host = "zaatar";
|
|
||||||
sshUser = "root";
|
|
||||||
buildOn = "remote";
|
|
||||||
substituteOnTarget = true;
|
|
||||||
hermetic = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
systems/zaatar/configuration.nix
|
|
||||||
inputs.self.nixosModules.moodle-dl
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
];
|
|
||||||
};
|
|
||||||
makanek = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
# for using inputs in other config files
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
_module.args.nixinate = {
|
|
||||||
host = "makanek";
|
|
||||||
sshUser = "root";
|
|
||||||
buildOn = "local";
|
|
||||||
substituteOnTarget = true;
|
|
||||||
hermetic = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
systems/makanek/configuration.nix
|
|
||||||
inputs.self.nixosModules.telegram-bot
|
|
||||||
inputs.self.nixosModules.htgen
|
|
||||||
inputs.self.nixosModules.passport
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
nur.nixosModules.nur
|
|
||||||
];
|
|
||||||
};
|
|
||||||
tahina = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
modules = [
|
|
||||||
systems/tahina/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
];
|
|
||||||
};
|
|
||||||
tabula = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
modules = [
|
|
||||||
systems/tabula/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
];
|
|
||||||
};
|
|
||||||
manakish = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
_module.args.nixinate = {
|
|
||||||
host = "manakish";
|
|
||||||
sshUser = "root";
|
|
||||||
buildOn = "local";
|
|
||||||
substituteOnTarget = true;
|
|
||||||
hermetic = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
systems/manakish/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
nur.nixosModules.nur
|
|
||||||
stylix.nixosModules.stylix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
kabsa = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
{
|
|
||||||
_module.args.nixinate = {
|
|
||||||
host = "kabsa";
|
|
||||||
sshUser = "root";
|
|
||||||
buildOn = "remote";
|
|
||||||
substituteOnTarget = true;
|
|
||||||
hermetic = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
systems/kabsa/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
nur.nixosModules.nur
|
|
||||||
stylix.nixosModules.stylix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
// flake-utils.lib.eachSystem [flake-utils.lib.system.x86_64-linux flake-utils.lib.system.aarch64-linux] (system: let
|
|
||||||
pkgs = import nixpkgs {
|
|
||||||
inherit system;
|
|
||||||
overlays = [
|
|
||||||
nur.overlay
|
|
||||||
(self: super: {
|
|
||||||
mpv = super.mpv.override {scripts = [inputs.self.packages.${system}.mpv-visualizer];};
|
|
||||||
dmenu = super.writers.writeDashBin "dmenu" ''exec ${pkgs.rofi}/bin/rofi -dmenu "$@"'';
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
unstablePackages = import nixpkgs-unstable {
|
|
||||||
inherit system;
|
|
||||||
};
|
|
||||||
wrapScript = {
|
|
||||||
packages ? [],
|
|
||||||
name,
|
|
||||||
script,
|
|
||||||
}:
|
|
||||||
pkgs.writers.writeDashBin name ''PATH=$PATH:${nixpkgs.lib.makeBinPath (packages ++ [pkgs.findutils pkgs.coreutils pkgs.gnused pkgs.gnugrep])} ${script} "$@"'';
|
|
||||||
in {
|
|
||||||
packages = rec {
|
|
||||||
auc = pkgs.callPackage packages/auc.nix {};
|
|
||||||
betacode = pkgs.callPackage packages/betacode.nix {};
|
|
||||||
cheat-sh = pkgs.callPackage packages/cheat-sh.nix {};
|
|
||||||
closest = pkgs.callPackage packages/closest {};
|
|
||||||
cyberlocker-tools = pkgs.callPackage packages/cyberlocker-tools.nix {};
|
|
||||||
default-gateway = pkgs.callPackage packages/default-gateway.nix {};
|
|
||||||
depp = pkgs.callPackage packages/depp.nix {};
|
|
||||||
devanagari = pkgs.callPackage packages/devanagari {};
|
|
||||||
devour = pkgs.callPackage packages/devour.nix {};
|
|
||||||
dic = pkgs.callPackage packages/dic.nix {};
|
|
||||||
dirmir = pkgs.callPackage packages/dirmir.nix {};
|
|
||||||
dmenu-bluetooth = pkgs.callPackage packages/dmenu-bluetooth.nix {};
|
|
||||||
dmenu-scrot = pkgs.callPackage packages/dmenu-scrot.nix {};
|
|
||||||
dns-sledgehammer = pkgs.callPackage packages/dns-sledgehammer.nix {};
|
|
||||||
fkill = pkgs.callPackage packages/fkill.nix {};
|
|
||||||
fzfmenu = pkgs.callPackage packages/fzfmenu.nix {};
|
|
||||||
genius = pkgs.callPackage packages/genius.nix {};
|
|
||||||
gfs-fonts = pkgs.callPackage packages/gfs-fonts.nix {};
|
|
||||||
git-preview = pkgs.callPackage packages/git-preview.nix {};
|
|
||||||
gpt = pkgs.callPackage packages/gpt.nix {};
|
|
||||||
hc = pkgs.callPackage packages/hc.nix {};
|
|
||||||
heuretes = pkgs.callPackage packages/heuretes.nix {};
|
|
||||||
htgen = pkgs.callPackage packages/htgen.nix {};
|
|
||||||
image-convert-favicon = pkgs.callPackage packages/image-convert-favicon.nix {};
|
|
||||||
image-convert-tolino = pkgs.callPackage packages/image-convert-tolino.nix {};
|
|
||||||
infschmv = pkgs.callPackage packages/infschmv.nix {};
|
|
||||||
iolanguage = pkgs.callPackage packages/iolanguage.nix {};
|
|
||||||
ipa = pkgs.writers.writePython3Bin "ipa" {flakeIgnore = ["E501"];} (builtins.readFile packages/ipa.py);
|
|
||||||
ix = pkgs.callPackage packages/ix.nix {};
|
|
||||||
jsesh = pkgs.callPackage packages/jsesh.nix {};
|
|
||||||
k-lock = pkgs.callPackage packages/k-lock.nix {};
|
|
||||||
kirciuoklis = pkgs.callPackage packages/kirciuoklis.nix {};
|
|
||||||
klem = pkgs.callPackage packages/klem.nix {};
|
|
||||||
kpaste = pkgs.callPackage packages/kpaste.nix {};
|
|
||||||
literature-quote = pkgs.callPackage packages/literature-quote.nix {};
|
|
||||||
mahlzeit = pkgs.haskellPackages.callPackage packages/mahlzeit.nix {};
|
|
||||||
man-pandoc = pkgs.callPackage packages/man/pandoc.nix {};
|
|
||||||
man-pdf = pkgs.callPackage packages/man-pdf.nix {};
|
|
||||||
mansplain = pkgs.callPackage packages/mansplain.nix {};
|
|
||||||
manual-sort = pkgs.callPackage packages/manual-sort.nix {};
|
|
||||||
menu-calc = pkgs.callPackage packages/menu-calc.nix {};
|
|
||||||
meteo = pkgs.callPackage packages/meteo.nix {};
|
|
||||||
mpv-radio = pkgs.callPackage packages/mpv-radio.nix {di-fm-key-file = "/dev/null";};
|
|
||||||
mpv-tuner = pkgs.callPackage packages/mpv-tuner.nix {di-fm-key-file = "/dev/null";};
|
|
||||||
mpv-tv = pkgs.callPackage packages/mpv-tv.nix {};
|
|
||||||
mpv-visualizer = unstablePackages.mpvScripts.visualizer;
|
|
||||||
new-mac = pkgs.callPackage packages/new-mac.nix {};
|
|
||||||
nix-git = pkgs.callPackage packages/nix-git.nix {};
|
|
||||||
nix-index-update = pkgs.callPackage packages/nix-index-update.nix {inherit system;};
|
|
||||||
notemenu = pkgs.callPackage packages/notemenu.nix {niveumPackages = self.packages.${system};};
|
|
||||||
opustags = pkgs.callPackage packages/opustags.nix {};
|
|
||||||
pls = pkgs.callPackage packages/pls.nix {};
|
|
||||||
qrpaste = pkgs.callPackage packages/qrpaste.nix {};
|
|
||||||
rfc = pkgs.callPackage packages/rfc.nix {};
|
|
||||||
scanned = pkgs.callPackage packages/scanned.nix {};
|
|
||||||
swallow = pkgs.callPackage packages/swallow.nix {};
|
|
||||||
text2pdf = pkgs.callPackage packages/text2pdf.nix {};
|
|
||||||
timer = pkgs.callPackage packages/timer.nix {};
|
|
||||||
tocharian-font = pkgs.callPackage packages/tocharian-font.nix {};
|
|
||||||
trans = pkgs.callPackage packages/trans.nix {};
|
|
||||||
ttspaste = pkgs.callPackage packages/ttspaste.nix {};
|
|
||||||
unicodmenu = pkgs.callPackage packages/unicodmenu.nix {};
|
|
||||||
untilport = pkgs.callPackage packages/untilport.nix {};
|
|
||||||
vg = pkgs.callPackage packages/vg.nix {};
|
|
||||||
vim = pkgs.callPackage packages/vim.nix {niveumPackages = self.packages.${system};};
|
|
||||||
obsidian-vim = pkgs.callPackage packages/obsidian-vim.nix {};
|
|
||||||
vimPlugins-cheat-sh-vim = pkgs.callPackage packages/vimPlugins/cheat-sh.nix {};
|
|
||||||
vimPlugins-icalendar-vim = pkgs.callPackage packages/vimPlugins/icalendar-vim.nix {};
|
|
||||||
vimPlugins-jq-vim = pkgs.callPackage packages/vimPlugins/jq-vim.nix {};
|
|
||||||
vimPlugins-typst-vim = pkgs.callPackage packages/vimPlugins/typst-vim.nix {};
|
|
||||||
vimPlugins-vim-256noir = pkgs.callPackage packages/vimPlugins/vim-256noir.nix {};
|
|
||||||
vimPlugins-vim-colors-paramount = pkgs.callPackage packages/vimPlugins/vim-colors-paramount.nix {};
|
|
||||||
vimPlugins-vim-fetch = pkgs.callPackage packages/vimPlugins/vim-fetch.nix {};
|
|
||||||
vimPlugins-vim-fsharp = pkgs.callPackage packages/vimPlugins/vim-fsharp.nix {};
|
|
||||||
vimPlugins-vim-mail = pkgs.callPackage packages/vimPlugins/vim-mail.nix {};
|
|
||||||
vimPlugins-vim-reason-plus = pkgs.callPackage packages/vimPlugins/vim-reason-plus.nix {};
|
|
||||||
vimv = pkgs.callPackage packages/vimv.nix {};
|
|
||||||
weechat-declarative = pkgs.callPackage packages/weechat-declarative.nix {};
|
|
||||||
weechatScripts-hotlist2extern = pkgs.callPackage packages/weechatScripts/hotlist2extern.nix {};
|
|
||||||
wttr = pkgs.callPackage packages/wttr.nix {};
|
|
||||||
|
|
||||||
itl = pkgs.callPackage packages/itl.nix {};
|
|
||||||
itools = pkgs.callPackage packages/itools.nix {itl = itl;};
|
|
||||||
|
|
||||||
booksplit = wrapScript {
|
|
||||||
script = inputs.voidrice.outPath + "/.local/bin/booksplit";
|
|
||||||
name = "booksplit";
|
|
||||||
packages = [pkgs.ffmpeg pkgs.glibc.bin];
|
|
||||||
};
|
|
||||||
dmenu-randr = wrapScript {
|
|
||||||
script = inputs.voidrice.outPath + "/.local/bin/displayselect";
|
|
||||||
name = "dmenu-randr";
|
|
||||||
packages = [pkgs.dmenu pkgs.bc pkgs.psmisc pkgs.util-linux pkgs.xorg.xrandr pkgs.gawk pkgs.libnotify pkgs.arandr (pkgs.writers.writeDashBin "setbg" "")];
|
|
||||||
};
|
|
||||||
tag = wrapScript {
|
|
||||||
script = inputs.voidrice.outPath + "/.local/bin/tag";
|
|
||||||
name = "tag";
|
|
||||||
packages = [pkgs.ffmpeg];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|||||||
37
lib/colours/antares.nix
Normal file
37
lib/colours/antares.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
bright = "#151515";
|
||||||
|
dark = "#000000";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#de575c";
|
||||||
|
dark = "#de575c";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#ebe971";
|
||||||
|
dark = "#ebe971";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#00b853";
|
||||||
|
dark = "#00b853";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#90d0f0";
|
||||||
|
dark = "#7fc6f0";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#cf9ffa";
|
||||||
|
dark = "#cf9ffa";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#4ae5e8";
|
||||||
|
dark = "#4ae5e8";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#ffffff";
|
||||||
|
dark = "#bbbbbb";
|
||||||
|
};
|
||||||
|
background = black.dark;
|
||||||
|
foreground = white.dark;
|
||||||
|
cursor = green.bright;
|
||||||
|
}
|
||||||
37
lib/colours/apprentice.nix
Normal file
37
lib/colours/apprentice.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
black = {
|
||||||
|
bright = "#444444";
|
||||||
|
dark = "#1c1c1c";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#ff8700";
|
||||||
|
dark = "#af5f5f";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#87af87";
|
||||||
|
dark = "#5f875f";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#ffffaf";
|
||||||
|
dark = "#87875f";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#8fafd7";
|
||||||
|
dark = "#5f87af";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#8787af";
|
||||||
|
dark = "#5f5f87";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#5fafaf";
|
||||||
|
dark = "#5f8787";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#999999";
|
||||||
|
dark = "#6c6c6c";
|
||||||
|
};
|
||||||
|
background = "#262626";
|
||||||
|
foreground = "#bcbcbc";
|
||||||
|
cursor = "#bcbcbc";
|
||||||
|
}
|
||||||
37
lib/colours/connermcd.nix
Normal file
37
lib/colours/connermcd.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
bright = "#454545";
|
||||||
|
dark = "#222222";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#FA8072";
|
||||||
|
dark = "#B22222";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#779A3E";
|
||||||
|
dark = "#556B2F";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#DAA520";
|
||||||
|
dark = "#B8860B";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#6495ED";
|
||||||
|
dark = "#4682B4";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#DA70D6";
|
||||||
|
dark = "#9932CC";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#B0E0E6";
|
||||||
|
dark = "#87CEEB";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#FFFFFF";
|
||||||
|
dark = "#C0C0C0";
|
||||||
|
};
|
||||||
|
background = "#000000";
|
||||||
|
foreground = "#AAAAAA";
|
||||||
|
cursor = green.bright;
|
||||||
|
}
|
||||||
37
lib/colours/ibm-3270.nix
Normal file
37
lib/colours/ibm-3270.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
bright = "#888888";
|
||||||
|
dark = "#222222";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#ef8383";
|
||||||
|
dark = "#f01818";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#efe28b";
|
||||||
|
dark = "#f8d824";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#23d830";
|
||||||
|
dark = "#7ed684";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#b3bfef";
|
||||||
|
dark = "#7890f0";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#efb3e3";
|
||||||
|
dark = "#f078d8";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#9ce2e2";
|
||||||
|
dark = "#54e4e4";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#ffffff";
|
||||||
|
dark = "#a5a5a5";
|
||||||
|
};
|
||||||
|
background = "#000000";
|
||||||
|
foreground = "#bbbbbb";
|
||||||
|
cursor = green.bright;
|
||||||
|
}
|
||||||
37
lib/colours/mac-os.nix
Normal file
37
lib/colours/mac-os.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
bright = "#818383";
|
||||||
|
dark = "#000000";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#fc391f";
|
||||||
|
dark = "#c23621";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#eaec23";
|
||||||
|
dark = "#adad27";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#31e722";
|
||||||
|
dark = "#25bc24";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#5833ff";
|
||||||
|
dark = "#492ee1";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#f935f8";
|
||||||
|
dark = "#d338d3";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#14f0f0";
|
||||||
|
dark = "#33bbc8";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#e9ebeb";
|
||||||
|
dark = "#cbcccd";
|
||||||
|
};
|
||||||
|
background = black.dark;
|
||||||
|
foreground = white.dark;
|
||||||
|
cursor = green.bright;
|
||||||
|
}
|
||||||
37
lib/colours/owickstrom-dark.nix
Normal file
37
lib/colours/owickstrom-dark.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
bright = "#4b4b4b";
|
||||||
|
dark = "#242424";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#fc1c18";
|
||||||
|
dark = "#d71c15";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#6bc219";
|
||||||
|
dark = "#5aa513";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#fec80e";
|
||||||
|
dark = "#fdb40c";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#0955ff";
|
||||||
|
dark = "#063b8c";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#fb0050";
|
||||||
|
dark = "#e40038";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#3ea8fc";
|
||||||
|
dark = "#2595e1";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#8c00ec";
|
||||||
|
dark = "#efefef";
|
||||||
|
};
|
||||||
|
background = "#181818";
|
||||||
|
foreground = white.dark;
|
||||||
|
cursor = "#bbbbbb";
|
||||||
|
}
|
||||||
37
lib/colours/owickstrom.nix
Normal file
37
lib/colours/owickstrom.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
bright = "#282c34";
|
||||||
|
dark = "#282c34";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
bright = "#e06c75";
|
||||||
|
dark = "#e06c75";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
bright = "#98c379";
|
||||||
|
dark = "#98c379";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
bright = "#e5c07b";
|
||||||
|
dark = "#e5c07b";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
bright = "#61afef";
|
||||||
|
dark = "#61afef";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
bright = "#c678dd";
|
||||||
|
dark = "#c678dd";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
bright = "#56b6c2";
|
||||||
|
dark = "#56b6c2";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
bright = "#dcdfe4";
|
||||||
|
dark = "#dcdfe4";
|
||||||
|
};
|
||||||
|
background = black.dark;
|
||||||
|
foreground = white.bright;
|
||||||
|
cursor = "#a3b3cc";
|
||||||
|
}
|
||||||
37
lib/colours/solarized-dark.nix
Normal file
37
lib/colours/solarized-dark.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
dark = "#073642";
|
||||||
|
bright = "#002b36";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
dark = "#dc322f";
|
||||||
|
bright = "#cb4b16";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
dark = "#b58900";
|
||||||
|
bright = "#657b83";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
dark = "#859900";
|
||||||
|
bright = "#586e75";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
dark = "#268bd2";
|
||||||
|
bright = "#839496";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
dark = "#d33682";
|
||||||
|
bright = "#6c71c4";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
dark = "#2aa198";
|
||||||
|
bright = "#93a1a1";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
dark = "#eee8d5";
|
||||||
|
bright = "#fdf6e3";
|
||||||
|
};
|
||||||
|
background = black.bright;
|
||||||
|
foreground = blue.bright;
|
||||||
|
cursor = cyan.bright;
|
||||||
|
}
|
||||||
37
lib/colours/solarized-light.nix
Normal file
37
lib/colours/solarized-light.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
rec {
|
||||||
|
black = {
|
||||||
|
dark = "#073642";
|
||||||
|
bright = "#002b36";
|
||||||
|
};
|
||||||
|
red = {
|
||||||
|
dark = "#dc322f";
|
||||||
|
bright = "#cb4b16";
|
||||||
|
};
|
||||||
|
yellow = {
|
||||||
|
dark = "#b58900";
|
||||||
|
bright = "#657b83";
|
||||||
|
};
|
||||||
|
green = {
|
||||||
|
dark = "#859900";
|
||||||
|
bright = "#586e75";
|
||||||
|
};
|
||||||
|
blue = {
|
||||||
|
dark = "#268bd2";
|
||||||
|
bright = "#839496";
|
||||||
|
};
|
||||||
|
magenta = {
|
||||||
|
dark = "#d33682";
|
||||||
|
bright = "#6c71c4";
|
||||||
|
};
|
||||||
|
cyan = {
|
||||||
|
dark = "#2aa198";
|
||||||
|
bright = "#93a1a1";
|
||||||
|
};
|
||||||
|
white = {
|
||||||
|
dark = "#eee8d5";
|
||||||
|
bright = "#fdf6e3";
|
||||||
|
};
|
||||||
|
background = white.bright;
|
||||||
|
foreground = yellow.bright;
|
||||||
|
cursor = green.bright;
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
pkgs: rec {
|
pkgs: rec {
|
||||||
terminal = "alacritty";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
browser = "${pkgs.firefox}/bin/firefox";
|
browser = "${pkgs.brave}/bin/brave";
|
||||||
fileManager = "${pkgs.cinnamon.nemo}/bin/nemo";
|
fileManager = "${terminal} -e ${pkgs.ranger}/bin/ranger";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
rec {
|
||||||
tmpfilesConfig = {
|
tmpfilesConfig = {
|
||||||
type,
|
type,
|
||||||
path,
|
path,
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
serveHtml = file: pkgs: ''
|
serveHtml = file: pkgs: ''
|
||||||
default_type "text/html";
|
default_type "text/html";
|
||||||
root ${
|
root ${
|
||||||
pkgs.linkFarm "www" [
|
pkgs.linkFarm "fahrplan" [
|
||||||
{
|
{
|
||||||
name = "index.html";
|
name = "index.html";
|
||||||
path = file;
|
path = file;
|
||||||
@@ -40,14 +40,16 @@
|
|||||||
|
|
||||||
sshPort = 22022;
|
sshPort = 22022;
|
||||||
|
|
||||||
|
colours = import ./colours/ibm-3270.nix;
|
||||||
|
|
||||||
theme = pkgs: {
|
theme = pkgs: {
|
||||||
gtk = {
|
gtk = {
|
||||||
name = "Adwaita-dark";
|
name = "Adwaita-dark";
|
||||||
package = pkgs.gnome.gnome-themes-extra;
|
package = pkgs.gnome3.gnome-themes-extra;
|
||||||
};
|
};
|
||||||
icon = {
|
icon = {
|
||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.gnome.adwaita-icon-theme;
|
package = pkgs.gnome3.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "capitaine-cursors-white";
|
name = "capitaine-cursors-white";
|
||||||
@@ -70,7 +72,7 @@
|
|||||||
sshKeys = pkgs:
|
sshKeys = pkgs:
|
||||||
pkgs.lib.strings.splitString "\n" (pkgs.lib.strings.fileContents (pkgs.fetchurl {
|
pkgs.lib.strings.splitString "\n" (pkgs.lib.strings.fileContents (pkgs.fetchurl {
|
||||||
url = "https://github.com/kmein.keys";
|
url = "https://github.com/kmein.keys";
|
||||||
hash = "sha256-TvvPwplrH9cw7NE4GKqbE5ga+oBHM+TkjxYQ3b1fpLI=";
|
sha256 = "09c6ny0rmpid1m0pc1wsmb3wyy9g721lf4kv55i4lrp42b3i2d5b";
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
defaults = {
|
|
||||||
aerc.enable = true;
|
|
||||||
realName = "Kierán Meinhardt";
|
|
||||||
folders.inbox = "INBOX";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
ful = "130.61.217.114";
|
|
||||||
makanek = "88.99.83.173";
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user