mirror of
https://github.com/kmein/niveum
synced 2026-03-18 11:01:07 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d751ecdab7 | |||
| 2280b21a75 |
@@ -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,21 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
set -xfu
|
|
||||||
|
|
||||||
drive="$1"
|
|
||||||
mountpoint="/media/sd-card-$(date +%s)"
|
|
||||||
backup_directory="$(pwd)"
|
|
||||||
|
|
||||||
trap clean EXIT
|
|
||||||
clean() {
|
|
||||||
umount "$mountpoint"
|
|
||||||
rmdir "$mountpoint"
|
|
||||||
fsck.exfat "$drive"
|
|
||||||
}
|
|
||||||
|
|
||||||
filenames="$(fsck.exfat "$drive" 2>&1 | sed -nE "s/.* file '(.*?)' is not allocated.*/\1/p")"
|
|
||||||
mkdir "$mountpoint"
|
|
||||||
mount "$drive" "$mountpoint"
|
|
||||||
|
|
||||||
echo "$filenames" | while read -r filename; do
|
|
||||||
find "$mountpoint" -type f -name "$filename" -exec mv {} "$backup_directory" \;
|
|
||||||
done
|
|
||||||
@@ -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,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)))
|
|
||||||
33
.github/workflows/niveum.yml
vendored
33
.github/workflows/niveum.yml
vendored
@@ -7,33 +7,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
system: [makanek,manakish,kabsa,zaatar,ful,fatteh]
|
system: [makanek,manakish,kabsa,zaatar,ful]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: Install QEMU (ARM)
|
- uses: cachix/install-nix-action@v16
|
||||||
run: |
|
- run: nix run .#build-${{matrix.system}}
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y qemu-user-static
|
|
||||||
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
|
|
||||||
@@ -7,6 +7,4 @@
|
|||||||
> 2. Transf., _snow-white, snowy_ (mostly poet.): a similitudine sic: Corpore niveum candorem, aspectu igneum ardorem assequebatur, Auct. Her. 4, 33, 44: lacerti, Verg. A. 8, 387: lac, id. E. 2, 20: hanc si capite niveae agnae exorari judicas, Sen. Q. N. 2, 36: Briseis niveo colore, Hor. C. 2, 4, 3: vestis, Ov. M. 10, 432: candidior nivei folio, Galatea, ligustri, id. ib. 13, 789: dens, id. H. 18, 18: quā notam duxit niveus videri, Hor. C. 4, 2, 59: panis, Juv. 5, 70: flumen, _clear, pellucid_, Sen. Hippol. 504: undae, Mart. 7, 32, 11: tribuni, _clothed in white togas_, Calp. Ecl. 7, 29; so, Quirites, Juv. 10, 45.
|
> 2. Transf., _snow-white, snowy_ (mostly poet.): a similitudine sic: Corpore niveum candorem, aspectu igneum ardorem assequebatur, Auct. Her. 4, 33, 44: lacerti, Verg. A. 8, 387: lac, id. E. 2, 20: hanc si capite niveae agnae exorari judicas, Sen. Q. N. 2, 36: Briseis niveo colore, Hor. C. 2, 4, 3: vestis, Ov. M. 10, 432: candidior nivei folio, Galatea, ligustri, id. ib. 13, 789: dens, id. H. 18, 18: quā notam duxit niveus videri, Hor. C. 4, 2, 59: panis, Juv. 5, 70: flumen, _clear, pellucid_, Sen. Hippol. 504: undae, Mart. 7, 32, 11: tribuni, _clothed in white togas_, Calp. Ecl. 7, 29; so, Quirites, Juv. 10, 45.
|
||||||
|
|
||||||
## Pressestimmen
|
## Pressestimmen
|
||||||
> das ist ja pure poesie —[riotbib](https://github.com/riotbib/)
|
> das ist ja pure poesie —[xkey](https://github.com/riotbib)
|
||||||
|
|
||||||
> Deine Configs sind wunderschön <3 —[flxai](https://github.com/flxai/)
|
|
||||||
|
|||||||
94
ci.nix
Normal file
94
ci.nix
Normal file
@@ -0,0 +1,94 @@
|
|||||||
|
{
|
||||||
|
inputs,
|
||||||
|
system,
|
||||||
|
name,
|
||||||
|
}: let
|
||||||
|
nixpkgs = inputs.nixos-stable;
|
||||||
|
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=${
|
||||||
|
toString (
|
||||||
|
if name == "kabsa" || name == "manakish"
|
||||||
|
then inputs.nixos-unstable
|
||||||
|
else inputs.nixos-stable
|
||||||
|
)
|
||||||
|
}"
|
||||||
|
]
|
||||||
|
++ 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"
|
||||||
|
"github/notification.token"
|
||||||
|
"hass/token"
|
||||||
|
"mail/cock"
|
||||||
|
"mail/fastmail"
|
||||||
|
"mail/gmail/amroplay"
|
||||||
|
"mail/gmail/kieran.meinhardt"
|
||||||
|
"mail/meinhaki"
|
||||||
|
"mail/dslalewa"
|
||||||
|
"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;
|
||||||
|
ful = ensureFiles (["root.password"] ++ 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/krebs.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")
|
||||||
@@ -1,119 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
niveumPackages,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
darwin = lib.strings.hasSuffix "-darwin" pkgs.system;
|
|
||||||
in {
|
|
||||||
environment.systemPackages =
|
|
||||||
[
|
|
||||||
pkgs.htop
|
|
||||||
pkgs.w3m
|
|
||||||
pkgs.wget
|
|
||||||
# ARCHIVE TOOLS
|
|
||||||
pkgs.unzip
|
|
||||||
pkgs.unrar
|
|
||||||
pkgs.p7zip
|
|
||||||
pkgs.sshuttle
|
|
||||||
pkgs.zip
|
|
||||||
# MONITORS
|
|
||||||
pkgs.iftop # interface bandwidth monitor
|
|
||||||
pkgs.lsof # list open files
|
|
||||||
# SHELL
|
|
||||||
pkgs.sqlite
|
|
||||||
pkgs.fd # better find
|
|
||||||
pkgs.tree
|
|
||||||
pkgs.parallel # for parallel, since moreutils shadows task spooler
|
|
||||||
pkgs.ripgrep # better grep
|
|
||||||
pkgs.rlwrap
|
|
||||||
pkgs.progress # display progress bars for pipes
|
|
||||||
pkgs.file # determine file type
|
|
||||||
pkgs.gdu # ncurses disk usage (ncdu is broken)
|
|
||||||
pkgs.rmlint # remove duplicate files
|
|
||||||
pkgs.jq # json toolkit
|
|
||||||
pkgs.jless # less(1) for json
|
|
||||||
pkgs.fq # toolkit for yaml, xml and binaries
|
|
||||||
pkgs.bc # calculator
|
|
||||||
pkgs.pari # gp -- better calculator
|
|
||||||
pkgs.ts
|
|
||||||
niveumPackages.vimv
|
|
||||||
niveumPackages.vg
|
|
||||||
niveumPackages.fkill
|
|
||||||
niveumPackages.cyberlocker-tools
|
|
||||||
niveumPackages.untilport
|
|
||||||
niveumPackages.kpaste
|
|
||||||
# HARDWARE
|
|
||||||
pkgs.pciutils # for lspci
|
|
||||||
]
|
|
||||||
++ lib.optionals (!darwin) [
|
|
||||||
pkgs.usbutils # for lsusb
|
|
||||||
pkgs.lshw # for lshw
|
|
||||||
pkgs.iotop # I/O load monitor
|
|
||||||
pkgs.psmisc # for killall, pstree
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
security.wrappers = {
|
|
||||||
pmount = {
|
|
||||||
setuid = true;
|
|
||||||
owner = "root";
|
|
||||||
group = "root";
|
|
||||||
source = "${pkgs.pmount}/bin/pmount";
|
|
||||||
};
|
|
||||||
pumount = {
|
|
||||||
setuid = true;
|
|
||||||
owner = "root";
|
|
||||||
group = "root";
|
|
||||||
source = "${pkgs.pmount}/bin/pumount";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.shellAliases = let
|
|
||||||
take = pkgs.writers.writeDash "take" ''
|
|
||||||
mkdir "$1" && cd "$1"
|
|
||||||
'';
|
|
||||||
cdt = pkgs.writers.writeDash "cdt" ''
|
|
||||||
cd "$(mktemp -d)"
|
|
||||||
pwd
|
|
||||||
'';
|
|
||||||
wcd = pkgs.writers.writeDash "wcd" ''
|
|
||||||
cd "$(readlink "$(${pkgs.which}/bin/which --skip-alias "$1")" | xargs dirname)/.."
|
|
||||||
'';
|
|
||||||
where = pkgs.writers.writeDash "where" ''
|
|
||||||
readlink "$(${pkgs.which}/bin/which --skip-alias "$1")" | xargs dirname
|
|
||||||
'';
|
|
||||||
in
|
|
||||||
{
|
|
||||||
nixi = "nix repl '<nixpkgs>'";
|
|
||||||
take = "source ${take}";
|
|
||||||
wcd = "source ${wcd}";
|
|
||||||
where = "source ${where}";
|
|
||||||
# temporary files and directories
|
|
||||||
cdt = "source ${cdt}";
|
|
||||||
vit = "$EDITOR $(mktemp)";
|
|
||||||
# file safety
|
|
||||||
mv = "${pkgs.coreutils}/bin/mv --interactive";
|
|
||||||
rm = "${pkgs.coreutils}/bin/rm --interactive";
|
|
||||||
cp = "${pkgs.coreutils}/bin/cp --interactive";
|
|
||||||
# colours
|
|
||||||
cat = "${pkgs.bat}/bin/bat --theme=ansi --style=plain";
|
|
||||||
l = "${pkgs.coreutils}/bin/ls --color=auto --time-style=long-iso --almost-all";
|
|
||||||
ls = "${pkgs.coreutils}/bin/ls --color=auto --time-style=long-iso";
|
|
||||||
ll = "${pkgs.coreutils}/bin/ls --color=auto --time-style=long-iso -l";
|
|
||||||
la = "${pkgs.coreutils}/bin/ls --color=auto --time-style=long-iso --almost-all -l";
|
|
||||||
}
|
|
||||||
// (
|
|
||||||
if darwin
|
|
||||||
then {}
|
|
||||||
else {
|
|
||||||
"ß" = "${pkgs.util-linux}/bin/setsid";
|
|
||||||
ip = "${pkgs.iproute2}/bin/ip -c";
|
|
||||||
# systemd
|
|
||||||
s = "${pkgs.systemd}/bin/systemctl";
|
|
||||||
us = "${pkgs.systemd}/bin/systemctl --user";
|
|
||||||
j = "${pkgs.systemd}/bin/journalctl";
|
|
||||||
uj = "${pkgs.systemd}/bin/journalctl --user";
|
|
||||||
}
|
|
||||||
);
|
|
||||||
}
|
|
||||||
323
configs/aerc.nix
323
configs/aerc.nix
@@ -1,323 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
inherit (import ../lib/email.nix) defaults thunderbirdProfile;
|
|
||||||
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-letos = {
|
|
||||||
file = ../secrets/email-password-letos.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 = {
|
|
||||||
accounts.email.maildirBasePath = "${config.users.users.me.home}/state/Maildir";
|
|
||||||
|
|
||||||
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 = "2210";
|
|
||||||
imap.host = "mail.cock.li";
|
|
||||||
imap.port = 993;
|
|
||||||
smtp.host = imap.host;
|
|
||||||
smtp.port = 25;
|
|
||||||
smtp.tls.useStartTls = true;
|
|
||||||
};
|
|
||||||
letos =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
{
|
|
||||||
userName = "slfletos";
|
|
||||||
address = "letos.sprachlit@hu-berlin.de";
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-letos.path}";
|
|
||||||
imap.host = "mailbox.cms.hu-berlin.de";
|
|
||||||
imap.port = 993;
|
|
||||||
smtp.host = "mailhost.cms.hu-berlin.de";
|
|
||||||
smtp.port = 25;
|
|
||||||
smtp.tls.useStartTls = true;
|
|
||||||
};
|
|
||||||
posteo =
|
|
||||||
lib.recursiveUpdate defaults
|
|
||||||
rec {
|
|
||||||
address = "kieran.meinhardt@posteo.net";
|
|
||||||
aliases = ["kmein@posteo.de"];
|
|
||||||
userName = address;
|
|
||||||
imap.host = "posteo.de";
|
|
||||||
imap.port = 993;
|
|
||||||
imap.tls.enable = true;
|
|
||||||
smtp.host = imap.host;
|
|
||||||
smtp.port = 465;
|
|
||||||
smtp.tls.enable = true;
|
|
||||||
primary = true;
|
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-posteo.path}";
|
|
||||||
himalaya = {
|
|
||||||
enable = true;
|
|
||||||
settings.backend = "imap";
|
|
||||||
};
|
|
||||||
aerc.extraAccounts.pgp-key-id = "9EDE82CC72A343A95266D0F444857074A3ACC8B7";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.himalaya.enable = true;
|
|
||||||
|
|
||||||
programs.thunderbird = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
};
|
|
||||||
profiles.${thunderbirdProfile} = {
|
|
||||||
isDefault = true;
|
|
||||||
settings = {
|
|
||||||
"mail.default_send_format" = 1;
|
|
||||||
"msgcompose.default_colors" = false;
|
|
||||||
"msgcompose.text_color" = config.lib.stylix.colors.withHashtag.base00;
|
|
||||||
"msgcompose.background_color" = config.lib.stylix.colors.withHashtag.base05;
|
|
||||||
};
|
|
||||||
userChrome = ''
|
|
||||||
'';
|
|
||||||
userContent = ''
|
|
||||||
'';
|
|
||||||
withExternalGnupg = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
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 = {
|
|
||||||
tr = ":pipe ${niveumPackages.trans}/bin/trans -show-original n -b -no-autocorrect<Enter>"; # https://man.sr.ht/~rjarry/aerc/integrations/translator.md
|
|
||||||
"/" = ":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|beigefügt)";
|
|
||||||
};
|
|
||||||
filters = {
|
|
||||||
"text/plain" = "${pkgs.aerc}/libexec/aerc/filters/colorize";
|
|
||||||
"text/calendar" = "${pkgs.aerc}/libexec/aerc/filters/calendar";
|
|
||||||
"text/html" = "${pkgs.aerc}/libexec/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.aerc}/libexec/aerc/filters/colorize";
|
|
||||||
"message/rfc822" = "${pkgs.aerc}/libexec/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!";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,16 +1,18 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
in {
|
alacritty-cfg = theme:
|
||||||
environment.variables.TERMINAL = "alacritty";
|
(pkgs.formats.yaml {}).generate "alacritty.yml" {
|
||||||
|
window.opacity = 0.95;
|
||||||
home-manager.users.me = {
|
font = {
|
||||||
programs.alacritty = {
|
normal.family = "Monospace";
|
||||||
enable = true;
|
size = 6;
|
||||||
settings = {
|
};
|
||||||
keyboard.bindings = [
|
live_config_reload = true;
|
||||||
|
key_bindings = [
|
||||||
{
|
{
|
||||||
key = "Plus";
|
key = "Plus";
|
||||||
mods = "Control";
|
mods = "Control";
|
||||||
@@ -27,7 +29,34 @@ in {
|
|||||||
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.writeDashBin "alacritty" ''
|
||||||
|
${pkgs.alacritty}/bin/alacritty --config-file /var/theme/config/alacritty.yml "$@"
|
||||||
|
'')
|
||||||
|
pkgs.alacritty
|
||||||
|
];
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
environment.variables.TERMINAL = "alacritty";
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
alacritty-pkg
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.etc = {
|
||||||
|
"themes/dark/alacritty.yml".source = alacritty-cfg (import <niveum/lib/colours/ayu-dark.nix>);
|
||||||
|
"themes/light/alacritty.yml".source = alacritty-cfg (import <niveum/lib/colours/ayu-light.nix>);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,19 +12,16 @@ 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/sync/src/nixpkgs/.git"
|
"--exclude=/home/kfm/projects/nixpkgs/.git"
|
||||||
"--exclude=node_modules"
|
"--exclude=node_modules"
|
||||||
"--exclude=.parcel-cache"
|
|
||||||
];
|
];
|
||||||
paths = [
|
paths = [
|
||||||
"/home/kfm/sync"
|
"/home/kfm/work"
|
||||||
"/home/kfm/state"
|
"/home/kfm/projects"
|
||||||
"/home/kfm/cloud"
|
"/home/kfm/cloud"
|
||||||
"/home/kfm/mobile"
|
|
||||||
"/home/kfm/.gnupg"
|
"/home/kfm/.gnupg"
|
||||||
"/home/kfm/.electrum"
|
|
||||||
"/home/kfm/.ssh"
|
"/home/kfm/.ssh"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -38,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)
|
||||||
@@ -46,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
|
||||||
'';
|
'';
|
||||||
|
|||||||
14
configs/beets.nix
Normal file
14
configs/beets.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
environment.systemPackages = [pkgs.beets];
|
||||||
|
home-manager.users.me.xdg.configFile = {
|
||||||
|
"beets/config.yaml".source = (pkgs.formats.yaml {}).generate "config.yaml" {
|
||||||
|
directory = "~/cloud/syncthing/music";
|
||||||
|
library = "~/cloud/syncthing/common/music.db";
|
||||||
|
plugins = toString ["fetchart" "lastgenre"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,10 +1,17 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.general = {
|
settings.General.Enable =
|
||||||
enable = "Source,Sink,Media,Socket";
|
lib.concatStringsSep "," ["Source" "Sink" "Media" "Socket"];
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.bluetuith ];
|
services.blueman.enable = true;
|
||||||
|
|
||||||
|
# environment.systemPackages = [pkgs.blueman];
|
||||||
|
|
||||||
|
home-manager.users.me = {services.blueman-applet.enable = true;};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,79 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
niveum.bots.celan = {
|
|
||||||
enable = true;
|
|
||||||
time = "08:00";
|
|
||||||
telegram = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@PaulCelan"];
|
|
||||||
};
|
|
||||||
mastodon = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-celan.path;
|
|
||||||
language = "de";
|
|
||||||
};
|
|
||||||
command = toString (pkgs.writers.writePython3 "random-celan.py" { libraries = [pkgs.python3Packages.lxml]; } ''
|
|
||||||
from lxml import etree
|
|
||||||
import random
|
|
||||||
|
|
||||||
|
|
||||||
def xml_text(elements):
|
|
||||||
return "".join("".join(t.itertext()) for t in elements).strip()
|
|
||||||
|
|
||||||
|
|
||||||
tree = etree.parse('${pkgs.fetchurl {
|
|
||||||
url = "http://c.krebsco.de/celan.tei.xml";
|
|
||||||
hash = "sha256-HgNmJYfhuwyfm+FcNtnnYWpJpIIU1ElHLeLiIFjF9mE=";
|
|
||||||
}}')
|
|
||||||
root = tree.getroot()
|
|
||||||
|
|
||||||
tei = {"tei": "http://www.tei-c.org/ns/1.0"}
|
|
||||||
|
|
||||||
poems = root.xpath(".//tei:lg[@type='poem']", namespaces=tei)
|
|
||||||
|
|
||||||
poem = random.choice(poems)
|
|
||||||
|
|
||||||
for stanza in poem.xpath("./tei:lg[@type='stanza']", namespaces=tei):
|
|
||||||
for line in stanza.xpath('./tei:l', namespaces=tei):
|
|
||||||
if line.text:
|
|
||||||
print(line.text.strip())
|
|
||||||
print()
|
|
||||||
|
|
||||||
current_element = poem
|
|
||||||
while current_element is not None:
|
|
||||||
if current_element.tag == "{http://www.tei-c.org/ns/1.0}text":
|
|
||||||
text_element = current_element
|
|
||||||
|
|
||||||
title = xml_text(text_element.xpath("./tei:front/tei:docTitle",
|
|
||||||
namespaces=tei))
|
|
||||||
print(f"Aus: #{title.replace(" ", "_")}", end=" ")
|
|
||||||
|
|
||||||
if date := xml_text(text_element.xpath("./tei:front/tei:docDate",
|
|
||||||
namespaces=tei)):
|
|
||||||
print(f"({date})")
|
|
||||||
break
|
|
||||||
current_element = current_element.getparent()
|
|
||||||
|
|
||||||
print("\n\n#PaulCelan #Celan #Lyrik #poetry")
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
mastodon-token-celan.file = ../../secrets/mastodon-token-celan.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.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";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,39 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
hesychius = inputs.scripts.outPath + "/hesychius/hesychius.txt";
|
|
||||||
in {
|
|
||||||
niveum.bots.hesychius = {
|
|
||||||
enable = true;
|
|
||||||
time = "08:00";
|
|
||||||
mastodon = {
|
|
||||||
enable = true;
|
|
||||||
language = "el";
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-hesychius.path;
|
|
||||||
};
|
|
||||||
telegram = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@HesychiosAlexandreus"];
|
|
||||||
};
|
|
||||||
command = "${pkgs.coreutils}/bin/shuf -n1 ${hesychius}";
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.bot-hesychius.timerConfig.RandomizedDelaySec = "10h";
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
mastodon-token-hesychius.file = ../../secrets/mastodon-token-hesychius.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
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,38 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
niveum.bots.logotheca = {
|
|
||||||
enable = true;
|
|
||||||
time = "08/6:00";
|
|
||||||
telegram = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["-1001760262519"];
|
|
||||||
parseMode = "Markdown";
|
|
||||||
};
|
|
||||||
matrix = {
|
|
||||||
enable = true;
|
|
||||||
homeserver = "matrix.4d2.org";
|
|
||||||
tokenFile = config.age.secrets.matrix-token-lakai.path;
|
|
||||||
chatIds = [
|
|
||||||
"!zlwCuPiCNMSxDviFzA:4d2.org"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
command = "${niveumPackages.literature-quote}/bin/literature-quote";
|
|
||||||
};
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
matrix-token-lakai.file = ../../secrets/matrix-token-lakai.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
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,48 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
nachtischsatan-bot = {tokenFile}:
|
|
||||||
pkgs.writers.writePython3 "nachtischsatan-bot" {
|
|
||||||
libraries = [pkgs.python3Packages.python-telegram-bot];
|
|
||||||
} ''
|
|
||||||
from telegram.ext import Application, ContextTypes, MessageHandler, filters
|
|
||||||
from telegram import Update
|
|
||||||
import random
|
|
||||||
import time
|
|
||||||
|
|
||||||
|
|
||||||
async def flubber(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
||||||
time.sleep(random.randrange(4000) / 1000)
|
|
||||||
await update.message.reply_text("*flubberflubber*")
|
|
||||||
|
|
||||||
|
|
||||||
with open('${tokenFile}', 'r') as tokenFile:
|
|
||||||
token = tokenFile.read().strip()
|
|
||||||
application = Application.builder().token(token).build()
|
|
||||||
application.add_handler(MessageHandler(filters.ALL, flubber))
|
|
||||||
application.run_polling()
|
|
||||||
'';
|
|
||||||
in {
|
|
||||||
systemd.services.telegram-nachtischsatan = {
|
|
||||||
wantedBy = ["multi-user.target"];
|
|
||||||
description = "*flubberflubber*";
|
|
||||||
enable = true;
|
|
||||||
script = toString (nachtischsatan-bot {
|
|
||||||
tokenFile = config.age.secrets.telegram-token-nachtischsatan.path;
|
|
||||||
});
|
|
||||||
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,31 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
niveum.bots.nietzsche = {
|
|
||||||
enable = true;
|
|
||||||
time = "08:00";
|
|
||||||
mastodon = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-nietzsche.path;
|
|
||||||
language = "de";
|
|
||||||
};
|
|
||||||
command = toString (pkgs.writers.writeBash "random-nietzsche" ''
|
|
||||||
set -efu
|
|
||||||
random_number=$(( ($RANDOM % 10) + 1 ))
|
|
||||||
if [ "$random_number" -eq 1 ]; then
|
|
||||||
${niveumPackages.random-zeno}/bin/random-zeno "/Literatur/M/Nietzsche,+Friedrich"
|
|
||||||
else
|
|
||||||
${niveumPackages.random-zeno}/bin/random-zeno "/Philosophie/M/Nietzsche,+Friedrich"
|
|
||||||
fi
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.timers.bot-nietzsche.timerConfig.RandomizedDelaySec = "10h";
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
mastodon-token-nietzsche.file = ../../secrets/mastodon-token-nietzsche.age;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,163 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
mastodonEndpoint = "https://social.krebsco.de";
|
|
||||||
in {
|
|
||||||
systemd.services.bot-tlg-wotd = {
|
|
||||||
enable = true;
|
|
||||||
wants = ["network-online.target"];
|
|
||||||
startAt = "9:30";
|
|
||||||
path = [ pkgs.jq pkgs.curl pkgs.recode pkgs.deno pkgs.imagemagick pkgs.gawk pkgs.gnugrep pkgs.coreutils ];
|
|
||||||
environment = {
|
|
||||||
NPM_CONFIG_CACHE = "/tmp";
|
|
||||||
CLTK_DATA = "/tmp";
|
|
||||||
};
|
|
||||||
script = ''
|
|
||||||
set -efux
|
|
||||||
|
|
||||||
chat_id=@tlgwotd
|
|
||||||
|
|
||||||
export TELEGRAM_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/telegram-token")"
|
|
||||||
export MASTODON_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/mastodon-token")"
|
|
||||||
|
|
||||||
json_data=$(curl -sSL http://stephanus.tlg.uci.edu/Iris/Wotd | recode html..utf8)
|
|
||||||
|
|
||||||
word=$(echo "$json_data" | jq -r '.word')
|
|
||||||
compact_word=$(echo "$word" | sed 's/,.*$//')
|
|
||||||
definition=$(echo "$json_data" | jq -r '.definition | sub("<.*>"; "") | rtrimstr(" ")')
|
|
||||||
first_occurrence=$(echo "$json_data" | jq -r '.firstOccurrence')
|
|
||||||
total_occurrences=$(echo "$json_data" | jq -r '.totalOccurrences')
|
|
||||||
telegram_caption="*$word* ‘$definition’
|
|
||||||
|
|
||||||
First occurrence (century): $first_occurrence
|
|
||||||
Number of occurrences (in all Ancient Greek texts): $total_occurrences"
|
|
||||||
mastodon_caption="$word ‘$definition’
|
|
||||||
|
|
||||||
First occurrence (century): $first_occurrence
|
|
||||||
Number of occurrences (in all Ancient Greek texts): $total_occurrences"
|
|
||||||
|
|
||||||
#ancientgreek #classics #wotd #wordoftheday
|
|
||||||
|
|
||||||
transliteration=$(${pkgs.writers.makePythonWriter pkgs.python311 pkgs.python311Packages pkgs.python3Packages "translit.py" {
|
|
||||||
# revert to pkgs.writers.writePython3 once https://github.com/NixOS/nixpkgs/pull/353367 is merged
|
|
||||||
libraries = [ pkgs.python3Packages.cltk ];
|
|
||||||
} ''
|
|
||||||
import sys
|
|
||||||
from cltk.phonology.grc.transcription import Transcriber
|
|
||||||
|
|
||||||
probert = Transcriber("Attic", "Probert")
|
|
||||||
text = " ".join(sys.argv[1:])
|
|
||||||
ipa = probert.transcribe(text)
|
|
||||||
|
|
||||||
print(ipa)
|
|
||||||
''} "$compact_word")
|
|
||||||
|
|
||||||
|
|
||||||
photo_path=/tmp/output.png
|
|
||||||
|
|
||||||
hex_to_rgb() {
|
|
||||||
hex="$1"
|
|
||||||
r=$(printf "%d" "0x$(echo "$hex" | cut -c2-3)")
|
|
||||||
g=$(printf "%d" "0x$(echo "$hex" | cut -c4-5)")
|
|
||||||
b=$(printf "%d" "0x$(echo "$hex" | cut -c6-7)")
|
|
||||||
echo "$r $g $b"
|
|
||||||
}
|
|
||||||
|
|
||||||
calculate_luminance() {
|
|
||||||
r="$1"
|
|
||||||
g="$2"
|
|
||||||
b="$3"
|
|
||||||
|
|
||||||
r_l=$(echo "$r" | awk '{print ($1 / 255 <= 0.03928) ? $1 / 255 / 12.92 : (($1 / 255 + 0.055) / 1.055)^2.4}')
|
|
||||||
g_l=$(echo "$g" | awk '{print ($1 / 255 <= 0.03928) ? $1 / 255 / 12.92 : (($1 / 255 + 0.055) / 1.055)^2.4}')
|
|
||||||
b_l=$(echo "$b" | awk '{print ($1 / 255 <= 0.03928) ? $1 / 255 / 12.92 : (($1 / 255 + 0.055) / 1.055)^2.4}')
|
|
||||||
|
|
||||||
echo "$r_l $g_l $b_l" | awk '{print 0.2126*$1 + 0.7152*$2 + 0.0722*$3}'
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
hex_color="#$(echo "$compact_word" | md5sum | cut -c 1-6)"
|
|
||||||
if echo "$hex_color" | grep -qE '^#[0-9A-Fa-f]{6}$'; then
|
|
||||||
set -- $(hex_to_rgb "$hex_color")
|
|
||||||
r="$1"
|
|
||||||
g="$2"
|
|
||||||
b="$3"
|
|
||||||
fi
|
|
||||||
|
|
||||||
luminance=$(calculate_luminance "$r" "$g" "$b")
|
|
||||||
|
|
||||||
threshold="0.1"
|
|
||||||
echo "$r $g $b"
|
|
||||||
if [ "$(echo "$luminance" | awk -v threshold="$threshold" '{print ($1 > threshold)}')" -eq 1 ]; then
|
|
||||||
color1="black"
|
|
||||||
color2="#333"
|
|
||||||
else
|
|
||||||
color1="white"
|
|
||||||
color2=lightgrey
|
|
||||||
fi
|
|
||||||
|
|
||||||
magick -size 1400x846 \
|
|
||||||
xc:"$hex_color" \
|
|
||||||
-font "${pkgs.gentium}/share/fonts/truetype/GentiumBookPlus-Bold.ttf" \
|
|
||||||
-fill "$color1" \
|
|
||||||
-pointsize 150 -gravity west \
|
|
||||||
-annotate +100-160 "$compact_word" \
|
|
||||||
-font "${pkgs.gentium}/share/fonts/truetype/GentiumBookPlus-Regular.ttf" \
|
|
||||||
-fill "$color2" \
|
|
||||||
-pointsize 60 -gravity west \
|
|
||||||
-annotate +100+00 "$transliteration" \
|
|
||||||
-fill "$color1" \
|
|
||||||
-annotate +100+120 "‘$definition’" \
|
|
||||||
-fill "$color2" \
|
|
||||||
-pointsize 40 -gravity southwest \
|
|
||||||
-annotate +100+60 "attested $total_occurrences times" \
|
|
||||||
-pointsize 40 -gravity southeast \
|
|
||||||
-annotate +100+60 "$(date -I)" \
|
|
||||||
"$photo_path"
|
|
||||||
|
|
||||||
curl -X POST "https://api.telegram.org/bot$TELEGRAM_TOKEN/sendPhoto" \
|
|
||||||
-F "chat_id=\"$chat_id\"" \
|
|
||||||
-F "photo=@$photo_path" \
|
|
||||||
-F parse_mode=Markdown \
|
|
||||||
-F caption="$telegram_caption"
|
|
||||||
|
|
||||||
mastodon_upload_response=$(curl -X POST "${mastodonEndpoint}/api/v2/media" \
|
|
||||||
-H "Authorization: Bearer $MASTODON_TOKEN" \
|
|
||||||
-F "file=@$photo_path" \
|
|
||||||
-F "description=$word ‘$definition’")
|
|
||||||
mastodon_image_id=$(echo $mastodon_upload_response | jq -r .id)
|
|
||||||
curl -X POST "${mastodonEndpoint}/api/v1/statuses" \
|
|
||||||
-H "Authorization: Bearer $MASTODON_TOKEN" \
|
|
||||||
-d "status=$mastodon_caption" \
|
|
||||||
-d "visibility=public" \
|
|
||||||
-d "media_ids[]=$mastodon_image_id"
|
|
||||||
'';
|
|
||||||
serviceConfig = {
|
|
||||||
Type = "oneshot";
|
|
||||||
DynamicUser = true;
|
|
||||||
StateDirectory = "tlgwotd";
|
|
||||||
PrivateTmp = true;
|
|
||||||
LoadCredential = [
|
|
||||||
"telegram-token:${config.age.secrets.telegram-token-kmein.path}"
|
|
||||||
"mastodon-token:${config.age.secrets.mastodon-token-tlgwotd.path}"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
telegram-token-kmein.file = ../../secrets/telegram-token-kmein.age;
|
|
||||||
mastodon-token-tlgwotd.file = ../../secrets/mastodon-token-tlgwotd.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
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";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,86 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
niveumPackages,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = [
|
|
||||||
niveumPackages.cro
|
|
||||||
pkgs.tor-browser-bundle-bin
|
|
||||||
pkgs.firefox
|
|
||||||
pkgs.brave
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
programs.firefox = {
|
|
||||||
enable = 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.variables.BROWSER = "firefox";
|
|
||||||
}
|
|
||||||
17
configs/chromium.nix
Normal file
17
configs/chromium.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
extensions = [
|
||||||
|
# "ihlenndgcmojhcghmfjfneahoeklbjjh" # cVim
|
||||||
|
# "fpnmgdkabkmnadcjpehmlllkndpkmiak" # Wayback Machine
|
||||||
|
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
|
||||||
|
"pjjgklgkfeoeiebjogplpnibpfnffkng" # undistracted
|
||||||
|
"nhdogjmejiglipccpnnnanhbledajbpd" # vuejs devtools
|
||||||
|
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # dark reader
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [pkgs.brave];
|
||||||
|
|
||||||
|
environment.variables.BROWSER = "brave";
|
||||||
|
}
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
services.clipmenu.enable = true;
|
|
||||||
}
|
|
||||||
@@ -4,69 +4,54 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) tmpfilesConfig;
|
inherit (import <niveum/lib>) tmpfilesConfig;
|
||||||
in {
|
in {
|
||||||
systemd.user.services.systemd-tmpfiles-clean = {
|
imports = [
|
||||||
enable = true;
|
<niveum/modules/dropbox.nix>
|
||||||
wantedBy = [ "default.target" ];
|
];
|
||||||
startAt = "daily";
|
|
||||||
script = "systemd-tmpfiles --user --clean";
|
niveum = {
|
||||||
serviceConfig = {
|
dropbox.enable = false;
|
||||||
Type = "oneshot";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.tmpfiles.users.me.rules = map tmpfilesConfig [
|
systemd.tmpfiles.rules = map tmpfilesConfig [
|
||||||
{
|
{
|
||||||
type = "d";
|
|
||||||
mode = "0755";
|
|
||||||
age = "7d";
|
|
||||||
path = "${config.users.users.me.home}/sync/Downloads";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "d";
|
|
||||||
mode = "0755";
|
|
||||||
age = "7d";
|
|
||||||
path = "${config.users.users.me.home}/cloud/nextcloud/tmp";
|
|
||||||
}
|
|
||||||
] ++ map (path: tmpfilesConfig {
|
|
||||||
type = "L+";
|
type = "L+";
|
||||||
user = config.users.users.me.name;
|
user = config.users.users.me.name;
|
||||||
group = config.users.users.me.group;
|
group = "users";
|
||||||
mode = "0755";
|
mode = "0755";
|
||||||
argument = "${config.users.users.me.home}/sync/${path}";
|
argument = "${config.users.users.me.home}/cloud/Seafile/Wiki";
|
||||||
path = "${config.users.users.me.home}/${path}";
|
path = "${config.users.users.me.home}/notes";
|
||||||
}) [".ssh" ".gnupg" ".pki" ".local/share/aerc"];
|
}
|
||||||
|
{
|
||||||
services.gnome.gnome-keyring.enable = true;
|
type = "L+";
|
||||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
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";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
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 = {
|
||||||
|
services.gnome-keyring.enable = true;
|
||||||
services.nextcloud-client = {
|
services.nextcloud-client = {
|
||||||
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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -75,67 +60,40 @@ 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 = {
|
services.syncthing = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "kfm";
|
user = "kfm";
|
||||||
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>;
|
||||||
settings = {
|
inherit ((import <niveum/lib>).syncthing) devices;
|
||||||
inherit ((import ../lib).syncthing) devices;
|
folders = let
|
||||||
folders = {
|
cloud-dir = "${config.users.users.me.home}/cloud";
|
||||||
"${config.users.users.me.home}/sync" = {
|
in {
|
||||||
devices = ["kabsa" "manakish" "fatteh"];
|
"${cloud-dir}/syncthing/common".devices = ["kabsa" "manakish"];
|
||||||
label = "sync";
|
"${cloud-dir}/syncthing/library".devices = ["kabsa" "manakish" "heym"];
|
||||||
versioning.type = "trashcan";
|
"${cloud-dir}/syncthing/mundoiu".devices = ["kabsa" "manakish" "heym"];
|
||||||
versioning.params.cleanoutDays = 100;
|
"${cloud-dir}/syncthing/music" = {
|
||||||
};
|
devices = ["kabsa" "manakish" "heym" "zaatar"];
|
||||||
"${config.users.users.me.home}/mobile" = {
|
id = "music";
|
||||||
devices = ["kabsa" "manakish" "fatteh" "kibbeh"];
|
|
||||||
id = "mobile";
|
|
||||||
label = "mobile";
|
|
||||||
versioning.type = "trashcan";
|
|
||||||
versioning.params.cleanoutDays = 100;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
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,64 +2,63 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
niveumPackages,
|
options,
|
||||||
unstablePackages,
|
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}:
|
}: let
|
||||||
let
|
|
||||||
inherit (lib.strings) makeBinPath;
|
inherit (lib.strings) makeBinPath;
|
||||||
inherit (import ../lib) localAddresses kieran remoteDir;
|
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.wofi}/bin/wofi -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> {};
|
||||||
|
rofi-pass = pkgs.rofi-pass.overrideAttrs (final: previous: {
|
||||||
|
patches = [
|
||||||
|
# password store androi
|
||||||
|
<niveum/packages/rofi-pass.patch>
|
||||||
|
];
|
||||||
|
});
|
||||||
};
|
};
|
||||||
permittedInsecurePackages = [
|
};
|
||||||
"qtwebkit-5.212.0-alpha4"
|
overlays = [
|
||||||
"zotero-6.0.26"
|
(self: super: {
|
||||||
"electron-25.9.0"
|
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 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
options = {
|
||||||
selection-clipboard = "clipboard";
|
selection-clipboard = "clipboard";
|
||||||
|
recolor-keephue = true;
|
||||||
# first-page-column = "1:1"; # makes side-by-side mode start on the left side
|
# first-page-column = "1:1"; # makes side-by-side mode start on the left side
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -73,40 +72,86 @@ in
|
|||||||
users.users.me = {
|
users.users.me = {
|
||||||
name = "kfm";
|
name = "kfm";
|
||||||
description = kieran.name;
|
description = kieran.name;
|
||||||
hashedPasswordFile = config.age.secrets.kfm-password.path;
|
hashedPassword = "$6$w9hXyGFl/.IZBXk$5OiWzS1G.5hImhh1YQmZiCXYNAJhi3X6Y3uSLupJNYYXPLMsQpx2fwF4Xr2uYzGMV8Foqh8TgUavx1APD9rcb/";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [
|
|
||||||
"pipewire"
|
|
||||||
"audio"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.settings.trusted-users = [ config.users.users.me.name ];
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
kfm-password.file = ../secrets/kfm-password.age;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.me.xdg.enable = true;
|
home-manager.users.me.xdg.enable = true;
|
||||||
|
home-manager.users.me.dconf.enable = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
environment.interactiveShellInit = "export PATH=$PATH";
|
sound.enable = true;
|
||||||
environment.shellAliases =
|
|
||||||
let
|
hardware.pulseaudio = {
|
||||||
swallow = command: "${niveumPackages.swallow}/bin/swallow ${command}";
|
enable = true;
|
||||||
in
|
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 = ["audio"];
|
||||||
|
|
||||||
|
environment.systemPackages = [pkgs.pavucontrol pkgs.ncpamixer pkgs.pamixer pkgs.pulsemixer];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
o = "${pkgs.xdg-utils}/bin/xdg-open";
|
environment.interactiveShellInit = "export PATH=$PATH:$HOME/projects/niveum";
|
||||||
|
environment.shellAliases = let
|
||||||
|
wcd = pkgs.writers.writeDash "wcd" ''
|
||||||
|
cd "$(readlink "$(${pkgs.which}/bin/which --skip-alias "$1")" | xargs dirname)/.."
|
||||||
|
'';
|
||||||
|
where = pkgs.writers.writeDash "where" ''
|
||||||
|
readlink "$(${pkgs.which}/bin/which --skip-alias "$1")" | xargs dirname
|
||||||
|
'';
|
||||||
|
take = pkgs.writers.writeDash "take" ''
|
||||||
|
mkdir "$1" && cd "$1"
|
||||||
|
'';
|
||||||
|
cdt = pkgs.writers.writeDash "cdt" ''
|
||||||
|
cd "$(mktemp -d)"
|
||||||
|
pwd
|
||||||
|
'';
|
||||||
|
swallow = command: "${pkgs.scripts.swallow}/bin/swallow ${command}";
|
||||||
|
in {
|
||||||
|
"ß" = "${pkgs.utillinux}/bin/setsid";
|
||||||
|
cat = "${pkgs.bat}/bin/bat --style=plain";
|
||||||
|
chromium-incognito = "chromium --user-data-dir=$(mktemp -d /tmp/chr.XXXXXX) --no-first-run --incognito";
|
||||||
|
cp = "cp --interactive";
|
||||||
|
ip = "${pkgs.iproute}/bin/ip -c";
|
||||||
|
l = "ls --color=auto --time-style=long-iso --almost-all";
|
||||||
|
ls = "ls --color=auto --time-style=long-iso";
|
||||||
|
ll = "ls --color=auto --time-style=long-iso -l";
|
||||||
|
la = "ls --color=auto --time-style=long-iso --almost-all -l";
|
||||||
|
mv = "mv --interactive";
|
||||||
|
nixi = "nix repl '<nixpkgs>'";
|
||||||
ns = "nix-shell --run zsh";
|
ns = "nix-shell --run zsh";
|
||||||
pbcopy = "${pkgs.wl-clipboard}/bin/wl-copy";
|
o = "${pkgs.xdg_utils}/bin/xdg-open";
|
||||||
pbpaste = "${pkgs.wl-clipboard}/bin/wl-paste";
|
pbcopy = "${pkgs.xclip}/bin/xclip -selection clipboard -in";
|
||||||
|
pbpaste = "${pkgs.xclip}/bin/xclip -selection clipboard -out";
|
||||||
|
rm = "rm --interactive";
|
||||||
|
s = "${pkgs.systemd}/bin/systemctl";
|
||||||
|
take = "source ${take}";
|
||||||
|
cdt = "source ${cdt}";
|
||||||
|
vit = "$EDITOR $(mktemp)";
|
||||||
tmux = "${pkgs.tmux}/bin/tmux -2";
|
tmux = "${pkgs.tmux}/bin/tmux -2";
|
||||||
sxiv = swallow "${pkgs.nsxiv}/bin/nsxiv";
|
sxiv = swallow "${pkgs.nsxiv}/bin/nsxiv";
|
||||||
zathura = swallow "${pkgs.zathura}/bin/zathura";
|
zathura = swallow "${pkgs.zathura}/bin/zathura";
|
||||||
|
us = "${pkgs.systemd}/bin/systemctl --user";
|
||||||
|
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}";
|
||||||
yt = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -ic"; # Download video link
|
yt = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -ic"; # Download video link
|
||||||
yta = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata --audio-format opus --audio-quality 0 -xic"; # Download with audio
|
yta = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -xic"; # Download with audio
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@@ -116,49 +161,46 @@ in
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
services.displayManager = {
|
services.xserver = {
|
||||||
|
enable = true;
|
||||||
|
displayManager = {
|
||||||
autoLogin = {
|
autoLogin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
user = config.users.users.me.name;
|
user = config.users.users.me.name;
|
||||||
};
|
};
|
||||||
};
|
lightdm = {
|
||||||
services.xserver = {
|
|
||||||
enable = true;
|
|
||||||
displayManager.lightdm = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
greeters.gtk = {
|
greeters.gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
indicators = [
|
indicators = ["~spacer" "~host" "~spacer" "~session" "~power"];
|
||||||
"~spacer"
|
|
||||||
"~host"
|
|
||||||
"~spacer"
|
|
||||||
"~session"
|
|
||||||
"~power"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
security.wrappers = {
|
||||||
|
pmount = {
|
||||||
|
setuid = true;
|
||||||
|
owner = "root";
|
||||||
|
group = "root";
|
||||||
|
source = "${pkgs.pmount}/bin/pmount";
|
||||||
|
};
|
||||||
|
pumount = {
|
||||||
|
setuid = true;
|
||||||
|
owner = "root";
|
||||||
|
group = "root";
|
||||||
|
source = "${pkgs.pmount}/bin/pumount";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{programs.command-not-found.enable = true;}
|
{programs.command-not-found.enable = true;}
|
||||||
{
|
{
|
||||||
programs.gnupg = {
|
programs.gnupg.agent.enable = true;
|
||||||
agent = {
|
|
||||||
enable = true;
|
|
||||||
pinentryPackage = pkgs.pinentry-qt;
|
|
||||||
settings = rec {
|
|
||||||
default-cache-ttl = 2 * 60 * 60;
|
|
||||||
max-cache-ttl = 4 * default-cache-ttl;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.gnupg
|
pkgs.gnupg
|
||||||
(pkgs.pass.withExtensions (e: [
|
(pkgs.pass.withExtensions (e: [e.pass-otp e.pass-import e.pass-genphrase]))
|
||||||
e.pass-otp
|
|
||||||
e.pass-import
|
|
||||||
e.pass-genphrase
|
|
||||||
]))
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@@ -171,48 +213,29 @@ in
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
networking.hosts = lib.mapAttrs' (name: address: {
|
networking.hosts =
|
||||||
|
lib.mapAttrs' (name: address: {
|
||||||
name = address;
|
name = address;
|
||||||
value = ["${name}.local"];
|
value = ["${name}.local"];
|
||||||
}) localAddresses;
|
})
|
||||||
|
localAddresses;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
home-manager.users.me.home.stateVersion = "22.05";
|
home-manager.users.me.home.stateVersion = "22.05";
|
||||||
home-manager.backupFileExtension = "bak";
|
|
||||||
}
|
}
|
||||||
{
|
|
||||||
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
|
|
||||||
./admin-essentials.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
|
||||||
./browser.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
|
||||||
@@ -221,82 +244,40 @@ in
|
|||||||
./git.nix
|
./git.nix
|
||||||
./hledger.nix
|
./hledger.nix
|
||||||
./htop.nix
|
./htop.nix
|
||||||
./fu-berlin.nix
|
./hu-berlin.nix
|
||||||
./i3.nix
|
./i3.nix
|
||||||
./niri.nix
|
|
||||||
./i3status-rust.nix
|
|
||||||
./keyboard.nix
|
./keyboard.nix
|
||||||
./mycelium.nix
|
|
||||||
./kdeconnect.nix
|
|
||||||
{ home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose; }
|
|
||||||
{ services.upower.enable = true; }
|
|
||||||
./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
|
||||||
./fritzbox.nix
|
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./picom.nix
|
|
||||||
./stardict.nix
|
./stardict.nix
|
||||||
./polkit.nix
|
./polkit.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
|
||||||
|
./nsxiv.nix
|
||||||
|
./themes.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
|
./traadfri.nix
|
||||||
./unclutter.nix
|
./unclutter.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./watson.nix
|
./watson.nix
|
||||||
./wallpaper.nix
|
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
{
|
|
||||||
home-manager.users.me.home.file.".zshrc".text = ''
|
|
||||||
# nothing to see here
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
./tor.nix
|
./tor.nix
|
||||||
./stw-berlin.nix
|
|
||||||
./mastodon-bot.nix
|
|
||||||
{
|
|
||||||
fileSystems."${remoteDir}/fritz" = {
|
|
||||||
device = "//192.168.178.1/FRITZ.NAS/Backup";
|
|
||||||
fsType = "cifs";
|
|
||||||
options = [
|
|
||||||
"username=ftpuser"
|
|
||||||
"password=ftppassword"
|
|
||||||
"noauto"
|
|
||||||
"nounix"
|
|
||||||
"rw"
|
|
||||||
# "noserverino" # ref https://askubuntu.com/a/1265165
|
|
||||||
"uid=${toString config.users.users.me.uid}"
|
|
||||||
"gid=${toString config.users.groups.users.gid}"
|
|
||||||
"x-systemd.automount"
|
|
||||||
"x-systemd.device-timeout=1"
|
|
||||||
"x-systemd.idle-timeout=1min"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
|
||||||
home-manager.users.me = {
|
|
||||||
xdg.userDirs = rec {
|
|
||||||
enable = true;
|
|
||||||
documents = "${config.users.users.me.home}/cloud/nextcloud/Documents";
|
|
||||||
desktop = "/tmp";
|
|
||||||
download = "${config.users.users.me.home}/sync/Downloads";
|
|
||||||
music = "${config.users.users.me.home}/mobile/audio";
|
|
||||||
pictures = "${config.users.users.me.home}/cloud/nextcloud/Bilder";
|
|
||||||
publicShare = "${config.users.users.me.home}/cloud/nextcloud/tmp";
|
|
||||||
videos = pictures;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -3,32 +3,24 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) defaultApplications theme;
|
inherit (import <niveum/lib>) defaultApplications colours theme;
|
||||||
sgr = code: string: ''\u001b[${code}m${string}\u001b[0m'';
|
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
|
||||||
(pkgs.writers.writeDashBin "notifications" ''
|
|
||||||
${pkgs.dunst}/bin/dunstctl history \
|
|
||||||
| ${pkgs.jq}/bin/jq -r '
|
|
||||||
.data[]
|
|
||||||
| map("${sgr "90" ''\(.appname.data)''} ${sgr "1" ''\(.summary.data)''} ${sgr "31" ''\(.body.data | gsub("\n"; " | "))''}")
|
|
||||||
| join("\n")'
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
|
|
||||||
home-manager.users.me.services.dunst = {
|
home-manager.users.me.services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
iconTheme = (theme pkgs).icon;
|
iconTheme = (theme pkgs).icon;
|
||||||
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";
|
||||||
@@ -51,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 = {
|
|
||||||
package = pkgs.flameshot.override { enableWlrSupport = true; };
|
|
||||||
enable = true;
|
|
||||||
settings.General = {
|
|
||||||
autoCloseIdleDaemon = true;
|
|
||||||
drawColor = "#ff0000";
|
|
||||||
drawThickness = 2;
|
|
||||||
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,100 +1,25 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
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-S3vZxdeBj57KJsF+zaZw7sQw8T+z1aVC2CnpnZ0/x2c=";
|
|
||||||
};
|
|
||||||
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-nP0y4ILt+0mlkDRdCNSeO2Gequ8wyix/qQdmujTNw3Y=";
|
|
||||||
stripRoot = false;
|
|
||||||
};
|
|
||||||
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";
|
|
||||||
};
|
|
||||||
egyptianTextBeta = simple-ttf "EgyptianText-1.0beta" {
|
|
||||||
url = "http://c.krebsco.de/EgyptianText-v1.0-beta.ttf";
|
|
||||||
sha256 = "0cfjbk7xxnxhlp6v922psm5j1xzrv6wfk226ji2wz2yfrnkbcbsv";
|
|
||||||
};
|
|
||||||
coranica = simple-ttf "Coranica" {
|
|
||||||
url = "https://corpuscoranicum.de/fonts/coranica_1164.ttf";
|
|
||||||
sha256 = "0igi8q8b2p38x9jq8c98afsl7bf8rj32zj2052yyjgj9r88y4yi5";
|
|
||||||
};
|
|
||||||
koineGreek = simple-ttf "KoineGreek.ttf" {
|
|
||||||
url = "https://github.com/Center-for-New-Testament-Restoration/font/raw/af83eed50105344edaa5e5eddaf87696e271468c/KoineGreek.ttf";
|
|
||||||
hash = "sha256-YtC+nj7+Jl8k00rqAAqySYc8iTAOL7PixXc+LfSmnS0=";
|
|
||||||
};
|
|
||||||
egyptianText = simple-ttf "EgyptianText" {
|
|
||||||
url = "https://github.com/microsoft/font-tools/raw/1092cb23520967830001a0807eb21d6a44dda522/EgyptianOpenType/font/eot.ttf";
|
|
||||||
sha256 = "1n294vhcx90270pnsw1dbk6izd61fjvbnjrh4hcf98ff3s540x0c";
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultPackages = true;
|
enableDefaultFonts = true;
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
packages = with pkgs; [
|
fonts = with pkgs; [
|
||||||
alegreya
|
alegreya
|
||||||
alegreya-sans
|
alegreya-sans
|
||||||
amiri
|
amiri
|
||||||
annapurna-sil
|
annapurna-sil
|
||||||
antinoou
|
|
||||||
cantarell-fonts
|
cantarell-fonts
|
||||||
cardo
|
|
||||||
charis-sil
|
charis-sil
|
||||||
doulos-sil
|
|
||||||
newAthenaUnicode
|
|
||||||
coranica
|
|
||||||
corefonts
|
corefonts
|
||||||
crimson
|
crimson
|
||||||
eb-garamond
|
eb-garamond
|
||||||
ipaexfont
|
|
||||||
jsesh
|
|
||||||
egyptianHiero
|
|
||||||
egyptianText
|
|
||||||
egyptianTextBeta
|
|
||||||
font-awesome_6
|
font-awesome_6
|
||||||
etBook
|
etBook
|
||||||
newGardiner
|
|
||||||
junicode
|
|
||||||
koineGreek
|
|
||||||
# brill
|
|
||||||
ezra-sil
|
ezra-sil
|
||||||
fira
|
fira
|
||||||
font-awesome
|
font-awesome
|
||||||
galatia-sil
|
galatia-sil
|
||||||
gentium
|
gentium
|
||||||
# niveumPackages.gfs-fonts
|
gfs-fonts
|
||||||
gyre-fonts
|
gyre-fonts
|
||||||
ibm-plex
|
ibm-plex
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
@@ -106,37 +31,24 @@ in {
|
|||||||
roboto
|
roboto
|
||||||
roboto-mono
|
roboto-mono
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
nerd-fonts.blex-mono
|
|
||||||
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 = {
|
||||||
monospace = [config.stylix.fonts.monospace.name] ++ emoji;
|
monospace = ["Noto Sans Mono"];
|
||||||
serif = [config.stylix.fonts.serif.name "Scheherazade New" "Ezra SIL" "Antinoou" "Noto Serif Devanagari"];
|
serif = ["Noto Serif" "Noto Naskh Arabic" "Noto Serif Devanagari"];
|
||||||
sansSerif = [config.stylix.fonts.sansSerif.name "Noto Sans Display" "Noto Naskh Arabic" "Noto Sans Hebrew" "Noto Sans Devanagari" "Noto Sans CJK JP" "Noto Sans Coptic" "Noto Sans Syriac Western"];
|
sansSerif = ["Noto Sans Display" "Noto Kufi Arabic" "Noto Sans Devanagari" "Noto Sans CJK JP"];
|
||||||
emoji = [config.stylix.fonts.emoji.name];
|
emoji = ["Noto Color Emoji" "Noto Emoji"];
|
||||||
};
|
};
|
||||||
# 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,19 +0,0 @@
|
|||||||
{ config, ... }:
|
|
||||||
{
|
|
||||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
|
||||||
networking.wg-quick.interfaces.aether = {
|
|
||||||
autostart = false;
|
|
||||||
dns = ["192.168.178.1" "fritz.box"];
|
|
||||||
listenPort = 51820;
|
|
||||||
privateKeyFile = config.age.secrets.wireguard-aether-key.path;
|
|
||||||
peers = [
|
|
||||||
{
|
|
||||||
allowedIPs = ["192.168.178.0/24" "0.0.0.0/0"];
|
|
||||||
endpoint = "lng5gx2rmssv8ge1.myfritz.net:58997";
|
|
||||||
persistentKeepalive = 25;
|
|
||||||
presharedKeyFile = config.age.secrets.wireguard-aether-psk.path;
|
|
||||||
publicKey = "8Rr7BueC0CGmycBQFS7YM7VF7Adkdc1ZcLFy8YXyOQk=";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,153 +0,0 @@
|
|||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
username = "meinhak99";
|
|
||||||
inherit (import ../lib/email.nix) defaults pronouns;
|
|
||||||
inherit (import ../lib) remoteDir;
|
|
||||||
fu-defaults = rec {
|
|
||||||
imap.host = "mail.zedat.fu-berlin.de";
|
|
||||||
imap.port = 993;
|
|
||||||
imap.tls.enable = true;
|
|
||||||
smtp.host = imap.host;
|
|
||||||
smtp.port = 465;
|
|
||||||
smtp.tls.enable = true;
|
|
||||||
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}";
|
|
||||||
aerc.extraAccounts.signature-file = toString (pkgs.writeText "signature" signature.text);
|
|
||||||
signature = {
|
|
||||||
showSignature = "append";
|
|
||||||
text = ''
|
|
||||||
${defaults.realName}
|
|
||||||
${pronouns}
|
|
||||||
|
|
||||||
---
|
|
||||||
Studentische Hilfskraft / ZODIAC
|
|
||||||
Freie Universität Berlin
|
|
||||||
|
|
||||||
Telefon: +49 30 838 58118
|
|
||||||
Arnimallee 10, Raum 106, 14195 Berlin
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
himalaya = {
|
|
||||||
enable = true;
|
|
||||||
settings.backend = "imap";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
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";
|
|
||||||
};
|
|
||||||
fu-sftp-key = {
|
|
||||||
file = ../secrets/fu-sftp-key.age;
|
|
||||||
owner = "root";
|
|
||||||
group = "root";
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# if it fails with "connection reset by peer" run `sudo sshfs ... ... -o ...` manually
|
|
||||||
# it needs to say 'yes' to the server's fingerprint
|
|
||||||
system.fsPackages = [ pkgs.sshfs ];
|
|
||||||
|
|
||||||
# https://www.zedat.fu-berlin.de/tip4u_157.pdf
|
|
||||||
fileSystems = let
|
|
||||||
fu-berlin-cifs-options = [
|
|
||||||
"uid=${toString config.users.users.me.uid}"
|
|
||||||
"gid=${toString config.users.groups.users.gid}"
|
|
||||||
"rw"
|
|
||||||
"nounix"
|
|
||||||
"domain=fu-berlin"
|
|
||||||
"noauto"
|
|
||||||
"x-systemd.automount"
|
|
||||||
"x-systemd.device-timeout=1"
|
|
||||||
"x-systemd.idle-timeout=1min"
|
|
||||||
];
|
|
||||||
|
|
||||||
firstCharacter = lib.strings.substring 0 1;
|
|
||||||
|
|
||||||
home-directory-mount = user: {
|
|
||||||
"${remoteDir}/fu/${user}/home" = {
|
|
||||||
device = "${user}@login.zedat.fu-berlin.de:/home/${firstCharacter user}/${user}";
|
|
||||||
fsType = "sshfs";
|
|
||||||
options = [
|
|
||||||
"allow_other"
|
|
||||||
"_netdev"
|
|
||||||
"x-systemd.automount"
|
|
||||||
"reconnect"
|
|
||||||
"ServerAliveInterval=15"
|
|
||||||
"IdentityFile=${config.age.secrets.fu-sftp-key.path}"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
"${remoteDir}/fu/zodiac" = {
|
|
||||||
device = "//trove.storage.fu-berlin.de/GESCHKULT";
|
|
||||||
fsType = "cifs";
|
|
||||||
options =
|
|
||||||
fu-berlin-cifs-options
|
|
||||||
++ [
|
|
||||||
"credentials=${config.age.secrets.cifs-credentials-zodiac.path}"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
} // home-directory-mount "meinhak99"
|
|
||||||
// home-directory-mount "xm7234fu";
|
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
cifs-credentials-zodiac.file = ../secrets/cifs-credentials-zodiac.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
(pkgs.writers.writeDashBin "fu-vpn" ''
|
|
||||||
if ${pkgs.wirelesstools}/bin/iwgetid | ${pkgs.gnugrep}/bin/grep --invert-match eduroam
|
|
||||||
then
|
|
||||||
# root firefox will not open login window unless root owns Xauthority
|
|
||||||
sudo cp $XAUTHORITY /root/.Xauthority
|
|
||||||
sudo chown root: /root/.Xauthority
|
|
||||||
XAUTHORITY=/root/.Xauthority sudo ${pkgs.openconnect}/bin/openconnect vpn.fu-berlin.de --useragent=AnyConnect
|
|
||||||
fi
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
|
|
||||||
systemd.services.fu-vpn = {
|
|
||||||
enable = false;
|
|
||||||
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
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,23 +1,23 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (import ../lib) kieran ignorePaths;
|
inherit (import <niveum/lib>) kieran ignorePaths;
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.mr
|
pkgs.mr
|
||||||
pkgs.gitFull
|
pkgs.git
|
||||||
pkgs.git-crypt
|
pkgs.gitAndTools.gitflow
|
||||||
pkgs.gitflow
|
pkgs.gitAndTools.gh
|
||||||
pkgs.gh
|
pkgs.gitAndTools.git-extras
|
||||||
pkgs.git-extras
|
pkgs.gitAndTools.git-trim
|
||||||
# pkgs.git-trim
|
pkgs.gitAndTools.git-absorb
|
||||||
pkgs.git-absorb
|
|
||||||
pkgs.gitstats
|
pkgs.gitstats
|
||||||
pkgs.patch
|
pkgs.patch
|
||||||
pkgs.patchutils
|
pkgs.patchutils
|
||||||
inputs.self.packages.${pkgs.system}.git-preview
|
pkgs.git-preview
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
@@ -28,7 +28,7 @@ in {
|
|||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
userName = kieran.name;
|
userName = kieran.name;
|
||||||
userEmail = kieran.email;
|
userEmail = kieran.email;
|
||||||
aliases = {
|
aliases = {
|
||||||
@@ -49,7 +49,6 @@ 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";
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
services.xserver.enable = true;
|
|
||||||
services.xserver.displayManager.lightdm.enable = true;
|
|
||||||
services.xserver.desktopManager.gnome.enable = true;
|
|
||||||
}
|
|
||||||
@@ -1,26 +1,36 @@
|
|||||||
{
|
{
|
||||||
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
ledgerDirectory = "/home/kfm/sync/src/ledger";
|
imports = [<niveum/modules/hledger.nix>];
|
||||||
hora = pkgs.callPackage ../packages/hora.nix { timeLedger = "${ledgerDirectory}/time.timeclock"; };
|
|
||||||
in {
|
|
||||||
environment.systemPackages = let
|
environment.systemPackages = let
|
||||||
git = "${pkgs.git}/bin/git -C ${ledgerDirectory}";
|
timeLedger = "$HOME/projects/ledger/time.timeclock";
|
||||||
in [
|
in [
|
||||||
hora
|
(pkgs.writers.writeDashBin "hora-edit" ''
|
||||||
pkgs.hledger
|
$EDITOR + "${timeLedger}" && ${pkgs.git}/bin/git -C "$(${pkgs.coreutils}/bin/dirname ${timeLedger})" commit --all --message "$(${pkgs.coreutils}/bin/date -Im)"
|
||||||
(pkgs.writers.writeDashBin "hledger-git" ''
|
|
||||||
if [ "$1" = entry ]; then
|
|
||||||
${pkgs.hledger}/bin/hledger balance -V > "${ledgerDirectory}/balance.txt"
|
|
||||||
${git} add balance.txt
|
|
||||||
${git} commit --all --message="$(date -Im)"
|
|
||||||
else
|
|
||||||
${git} $*
|
|
||||||
fi
|
|
||||||
'')
|
'')
|
||||||
(pkgs.writers.writeDashBin "hledger-edit" ''
|
(pkgs.writers.writeDashBin "hora" ''
|
||||||
$EDITOR ${ledgerDirectory}/current.journal
|
${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)-20 last month" +%Y-%m-%d)" \
|
||||||
|
-e "$(date -d "$(date +%Y-%m)-20" +%Y-%m-%d)" \
|
||||||
|
| sed 's/(fillidefilla:\(.*\))/\1/g' \
|
||||||
|
| xsv select date,amount,total,account,description
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
niveum.hledger = {
|
||||||
|
enable = true;
|
||||||
|
ledgerFile = "$HOME/projects/ledger/all.journal";
|
||||||
|
server = {
|
||||||
|
enable = false;
|
||||||
|
user = config.users.users.me;
|
||||||
|
package = pkgs.hledger-web;
|
||||||
|
};
|
||||||
|
package = pkgs.hledger;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"];
|
||||||
|
|||||||
95
configs/hu-berlin.nix
Normal file
95
configs/hu-berlin.nix
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (lib.strings) fileContents;
|
||||||
|
inherit (import <niveum/lib>) sshPort;
|
||||||
|
eduroam = {
|
||||||
|
identity = fileContents <secrets/eduroam/identity>;
|
||||||
|
password = fileContents <secrets/eduroam/password>;
|
||||||
|
};
|
||||||
|
hu-berlin-cifs-options = [
|
||||||
|
"uid=${toString config.users.users.me.uid}"
|
||||||
|
"gid=${toString config.users.groups.users.gid}"
|
||||||
|
"sec=ntlmv2"
|
||||||
|
"workgroup=german"
|
||||||
|
"username=meinhaki"
|
||||||
|
"password=${lib.strings.fileContents <secrets/mail/meinhaki>}"
|
||||||
|
"noauto"
|
||||||
|
"x-systemd.requires=hu-vpn.service"
|
||||||
|
"x-systemd.automount"
|
||||||
|
"x-systemd.device-timeout=1"
|
||||||
|
"x-systemd.idle-timeout=1min"
|
||||||
|
];
|
||||||
|
in {
|
||||||
|
fileSystems."/media/hu-berlin/germpro2" = {
|
||||||
|
device = "//hugerm31c.user.hu-berlin.de/germpro2/ling";
|
||||||
|
fsType = "cifs";
|
||||||
|
options = hu-berlin-cifs-options;
|
||||||
|
};
|
||||||
|
|
||||||
|
fileSystems."/media/hu-berlin/germhome" = {
|
||||||
|
device = "//hugerm31c.user.hu-berlin.de/germhome/ling/meinhaki";
|
||||||
|
fsType = "cifs";
|
||||||
|
options = hu-berlin-cifs-options;
|
||||||
|
};
|
||||||
|
|
||||||
|
home-manager.users.me.programs.ssh = {
|
||||||
|
matchBlocks = {
|
||||||
|
"alew.hu-berlin.de" = {
|
||||||
|
user = "centos";
|
||||||
|
hostname = "141.20.187.219";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
(pkgs.writers.writeDashBin "hu-ip" ''
|
||||||
|
${pkgs.w3m}/bin/w3m -dump meineip.hu-berlin.de | head --lines=-4 | tail --lines=+3
|
||||||
|
'')
|
||||||
|
(
|
||||||
|
pkgs.writers.writePython3Bin "hu-eduroam-install"
|
||||||
|
{
|
||||||
|
libraries = with pkgs.python3Packages; [distro pyopenssl dbus-python];
|
||||||
|
flakeIgnore = ["E501" "E123" "W504" "E722" "F821" "E226" "E126" "E265" "W291"];
|
||||||
|
}
|
||||||
|
(builtins.readFile (builtins.fetchurl {
|
||||||
|
url = "https://www.cms.hu-berlin.de/de/dl/netze/wlan/config/eduroam/linux-installer/eduroam-linux-hub.py";
|
||||||
|
sha256 = "19x2kvwxx13265b2hj5fjf53g0liw6dw7xf9j9cav67cswmz60kf";
|
||||||
|
}))
|
||||||
|
)
|
||||||
|
];
|
||||||
|
|
||||||
|
systemd.services.hu-vpn = {
|
||||||
|
enable = true;
|
||||||
|
wants = ["network-online.target"];
|
||||||
|
conflicts = ["openvpn-hu-berlin.service"];
|
||||||
|
script = ''
|
||||||
|
${pkgs.openfortivpn}/bin/openfortivpn -c ${
|
||||||
|
pkgs.writeText "hu-berlin.config" ''
|
||||||
|
host = forti-ssl.vpn.hu-berlin.de
|
||||||
|
port = 443
|
||||||
|
trusted-cert = 42193a913d276d9eb86217612956e1e6464d6f07bed5393a4787c87adc4bd359
|
||||||
|
username = ${eduroam.identity}@split_tunnel
|
||||||
|
password = ${eduroam.password}
|
||||||
|
''
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
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";
|
||||||
|
});
|
||||||
|
};
|
||||||
|
}
|
||||||
364
configs/i3.nix
364
configs/i3.nix
@@ -2,96 +2,57 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
niveumPackages,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
dashboard = pkgs.writers.writeDashBin "dashboard" ''
|
inherit (import <niveum/lib>) defaultApplications colours;
|
||||||
${pkgs.alacritty}/bin/alacritty --option font.size=4 --class dashboard --command ${pkgs.writers.writeDash "dashboard-inner" ''
|
klem = import <niveum/packages/scripts/klem.nix> {
|
||||||
exec ${pkgs.procps}/bin/watch -c -n 10 ${niveumPackages.q}/bin/q
|
inherit pkgs lib;
|
||||||
''}
|
|
||||||
'';
|
|
||||||
inherit (import ../lib) defaultApplications;
|
|
||||||
klem = niveumPackages.klem.override {
|
|
||||||
config.dmenu = "${pkgs.dmenu}/bin/dmenu -i -p klem";
|
|
||||||
config.scripts = {
|
config.scripts = {
|
||||||
"p.r paste" = 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 paste" = pkgs.writers.writeDash "envs-host" ''
|
"ix.io" = pkgs.writers.writeDash "ix.io" ''
|
||||||
${pkgs.curl}/bin/curl -F "file=@-" https://envs.sh
|
${pkgs.curl}/bin/curl -fSs -F 'f:1=<-' ix.io
|
||||||
'';
|
'';
|
||||||
# this segfaults
|
"go.r" = pkgs.writers.writeDash "go.r" ''
|
||||||
# "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
|
|
||||||
'';
|
|
||||||
"go.r shorten" = pkgs.writers.writeDash "go.r" ''
|
|
||||||
${pkgs.curl}/bin/curl -fSs http://go.r -F "uri=$(${pkgs.coreutils}/bin/cat)"
|
${pkgs.curl}/bin/curl -fSs http://go.r -F "uri=$(${pkgs.coreutils}/bin/cat)"
|
||||||
'';
|
'';
|
||||||
"4d2.org paste" = pkgs.writers.writeDash "4d2-paste" ''
|
"0x0.st" = pkgs.writers.writeDash "0x0.st" ''
|
||||||
${pkgs.curl}/bin/curl -F "file=@-" https://depot.4d2.org/
|
|
||||||
'';
|
|
||||||
"0x0.st shorten" = pkgs.writers.writeDash "0x0.st" ''
|
|
||||||
${pkgs.curl}/bin/curl -fSs https://0x0.st -F "shorten=$(${pkgs.coreutils}/bin/cat)"
|
${pkgs.curl}/bin/curl -fSs https://0x0.st -F "shorten=$(${pkgs.coreutils}/bin/cat)"
|
||||||
'';
|
'';
|
||||||
"rot13" = pkgs.writers.writeDash "rot13" ''
|
"rot13" = pkgs.writers.writeDash "rot13" ''
|
||||||
${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
|
||||||
|
'';
|
||||||
|
"avesta" = pkgs.writeScript "avesta" (builtins.readFile <niveum/packages/scripts/avesta.sed>);
|
||||||
"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)"
|
||||||
'';
|
'';
|
||||||
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-3.5" = pkgs.writers.writeDash "gpt" ''
|
|
||||||
${niveumPackages.gpt35}/bin/gpt
|
|
||||||
'';
|
|
||||||
gpt-4 = pkgs.writers.writeDash "gpt" ''
|
|
||||||
${niveumPackages.gpt4}/bin/gpt
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
new-workspace = pkgs.writers.writeDash "new-workspace" ''
|
||||||
|
i3-msg workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1))
|
||||||
|
'';
|
||||||
|
move-to-new-workspace = pkgs.writers.writeDash "new-workspace" ''
|
||||||
|
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";
|
|
||||||
};
|
|
||||||
miniflux-api-token = {
|
|
||||||
file = ../secrets/miniflux-api-token.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.slock.enable = true;
|
|
||||||
|
|
||||||
environment.systemPackages = [dashboard];
|
|
||||||
|
|
||||||
services.displayManager.defaultSession = "none+i3";
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
displayManager.defaultSession = "none+i3";
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.i3-gaps;
|
package = pkgs.i3-gaps;
|
||||||
@@ -113,43 +74,17 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.me = let
|
home-manager.users.me.xsession.windowManager.i3 = {
|
||||||
modifier = "Mod4";
|
enable = true;
|
||||||
infoWorkspace = "ℹ";
|
config = rec {
|
||||||
messageWorkspace = "✉";
|
|
||||||
modes.resize = {
|
|
||||||
"Escape" = ''mode "default"'';
|
|
||||||
"Return" = ''mode "default"'';
|
|
||||||
"h" = "resize shrink width 10 px or 5 ppt";
|
|
||||||
"j" = "resize grow height 10 px or 5 ppt";
|
|
||||||
"k" = "resize shrink height 10 px or 5 ppt";
|
|
||||||
"l" = "resize grow width 10 px or 5 ppt";
|
|
||||||
};
|
|
||||||
gaps.inner = 4;
|
|
||||||
floating = {
|
|
||||||
titlebar = false;
|
|
||||||
border = 1;
|
|
||||||
};
|
|
||||||
bars = [
|
|
||||||
(config.home-manager.users.me.lib.stylix.i3.bar
|
|
||||||
// rec {
|
|
||||||
workspaceButtons = true;
|
|
||||||
mode = "hide"; # "dock";
|
|
||||||
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})"
|
|
||||||
exec ${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 = {
|
fonts = {
|
||||||
names = ["${config.stylix.fonts.sansSerif.name}" "FontAwesome 6 Free"];
|
names = ["Sans"];
|
||||||
size = config.stylix.fonts.sizes.desktop * 0.8;
|
size = 10.0;
|
||||||
};
|
};
|
||||||
})
|
modifier = "Mod4";
|
||||||
];
|
|
||||||
window = {
|
window = {
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
border = 2;
|
border = 1;
|
||||||
hideEdgeBorders = "smart";
|
hideEdgeBorders = "smart";
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
@@ -160,10 +95,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 ", " [
|
||||||
@@ -176,21 +107,84 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
gaps.inner = 4;
|
||||||
|
floating = {
|
||||||
|
titlebar = false;
|
||||||
|
border = 1;
|
||||||
|
};
|
||||||
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 {
|
||||||
keybindings =
|
focused =
|
||||||
lib.listToAttrs (map (x: lib.nameValuePair "${modifier}+Shift+${toString x}" "move container to workspace ${toString x}") (lib.range 1 9))
|
scheme
|
||||||
// lib.listToAttrs (map (x: lib.nameValuePair "${modifier}+${toString x}" "workspace ${toString x}") (lib.range 1 9))
|
|
||||||
// {
|
// {
|
||||||
"${modifier}+i" = "workspace ${infoWorkspace}";
|
border = colours.cyan.bright;
|
||||||
"${modifier}+m" = "workspace ${messageWorkspace}";
|
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 = ["Monospace" "Font Awesome 6 Free"];
|
||||||
|
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 = "env I3RS_GITHUB_TOKEN=${lib.strings.fileContents <secrets/github/notification.token>} ${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 = {
|
||||||
|
"Escape" = ''mode "default"'';
|
||||||
|
"Return" = ''mode "default"'';
|
||||||
|
"h" = "resize shrink width 10 px or 5 ppt";
|
||||||
|
"j" = "resize grow height 10 px or 5 ppt";
|
||||||
|
"k" = "resize shrink height 10 px or 5 ppt";
|
||||||
|
"l" = "resize grow width 10 px or 5 ppt";
|
||||||
|
};
|
||||||
|
keybindings = {
|
||||||
"${modifier}+Shift+h" = "move left 25 px";
|
"${modifier}+Shift+h" = "move left 25 px";
|
||||||
"${modifier}+Shift+j" = "move down 25 px";
|
"${modifier}+Shift+j" = "move down 25 px";
|
||||||
"${modifier}+Shift+k" = "move up 25 px";
|
"${modifier}+Shift+k" = "move up 25 px";
|
||||||
@@ -200,10 +194,12 @@ in {
|
|||||||
"${modifier}+k" = "focus up";
|
"${modifier}+k" = "focus up";
|
||||||
"${modifier}+l" = "focus right";
|
"${modifier}+l" = "focus right";
|
||||||
|
|
||||||
# "${modifier}+Shift+b" = "move container to workspace prev";
|
"${modifier}+Shift+b" = "move window to workspace prev";
|
||||||
# "${modifier}+Shift+n" = "move container to workspace next";
|
"${modifier}+Shift+n" = "move window to workspace next";
|
||||||
# "${modifier}+b" = "workspace prev";
|
"${modifier}+Shift+x" = "exec --no-startup-id ${move-to-new-workspace}";
|
||||||
# "${modifier}+n" = "workspace next";
|
"${modifier}+b" = "workspace prev";
|
||||||
|
"${modifier}+n" = "workspace next";
|
||||||
|
"${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,9 +208,8 @@ in {
|
|||||||
"${modifier}+z" = "sticky toggle";
|
"${modifier}+z" = "sticky toggle";
|
||||||
"${modifier}+Shift+z" = "floating toggle";
|
"${modifier}+Shift+z" = "floating toggle";
|
||||||
|
|
||||||
|
"${modifier}+s" = "scratchpad show";
|
||||||
"${modifier}+Shift+s" = "move scratchpad";
|
"${modifier}+Shift+s" = "move scratchpad";
|
||||||
"${modifier}+s" = ''[class="^(?i)(?!obsidian).*"] scratchpad show'';
|
|
||||||
"${modifier}+o" = ''[class="obsidian"] scratchpad show'';
|
|
||||||
|
|
||||||
"${modifier}+c" = "split h";
|
"${modifier}+c" = "split h";
|
||||||
"${modifier}+e" = "layout toggle split";
|
"${modifier}+e" = "layout toggle split";
|
||||||
@@ -222,37 +217,62 @@ 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}+q" = "exec ${pkgs.writers.writeDash "newsboat-sync" ''
|
||||||
|
notify-send --app-name="newsboat" "Updating ..."
|
||||||
|
newsboat -x reload
|
||||||
|
notify-send --app-name="newsboat" "Finished updating."
|
||||||
|
''}";
|
||||||
|
|
||||||
|
# "${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 ${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
|
||||||
"${modifier}+Shift+u" = "exec ${pkgs.writers.writeDash "last-unicode" ''${pkgs.xdotool}/bin/xdotool type --delay 1000 "$(${pkgs.gawk}/bin/awk 'END{print $1}' ~/.cache/unicodmenu)"''}";
|
PATH=$PATH:${
|
||||||
|
lib.makeBinPath [pkgs.rofi pkgs.findutils pkgs.coreutils]
|
||||||
|
}
|
||||||
|
|
||||||
"${modifier}+F7" = "exec ${pkgs.writers.writeDash "showkeys-toggle" ''
|
cd ~/notes
|
||||||
if ${pkgs.procps}/bin/pgrep screenkey; then
|
note_file=$({
|
||||||
exec ${pkgs.procps}/bin/pkill screenkey
|
echo diary/$(date -I).md
|
||||||
else
|
echo diary/$(date -I -d yesterday).md
|
||||||
exec ${pkgs.screenkey}/bin/screenkey
|
find . -type f -printf "%T@ %p\n" | sort --reverse --numeric-sort | cut --delimiter=" " --fields=2
|
||||||
|
} | rofi -dmenu -i -p 'notes')
|
||||||
|
if test "$note_file"
|
||||||
|
then
|
||||||
|
i3-sensible-terminal -e "$EDITOR" "$note_file"
|
||||||
fi
|
fi
|
||||||
''}";
|
''
|
||||||
|
}";
|
||||||
|
"${modifier}+p" = "exec --no-startup-id ${pkgs.rofi-pass}/bin/rofi-pass";
|
||||||
|
"${modifier}+u" = "exec ${pkgs.scripts.unicodmenu}/bin/unicodmenu";
|
||||||
|
|
||||||
|
"${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill";
|
||||||
|
"${modifier}+F7" = "exec ${pkgs.scripts.showkeys-toggle}/bin/showkeys-toggle";
|
||||||
|
"${modifier}+F8" = "exec switch-theme toggle";
|
||||||
|
"${modifier}+F9" = "exec ${pkgs.redshift}/bin/redshift -O 4000 -b 0.85";
|
||||||
|
"${modifier}+F10" = "exec ${pkgs.redshift}/bin/redshift -x";
|
||||||
|
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
||||||
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
||||||
"XF86AudioLowerVolume" = "exec ${pkgs.pamixer}/bin/pamixer -d 5";
|
"Print" = "exec flameshot-once";
|
||||||
"XF86AudioMute" = "exec ${pkgs.pamixer}/bin/pamixer -t";
|
"XF86AudioLowerVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -d 5";
|
||||||
"XF86AudioRaiseVolume" = "exec ${pkgs.pamixer}/bin/pamixer -i 5";
|
"XF86AudioMute" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -t";
|
||||||
|
"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 play-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 ${pkgs.scripts.dmenurandr}/bin/dmenurandr";
|
||||||
|
|
||||||
# key names detected with xorg.xev:
|
# key names detected with xorg.xev:
|
||||||
# XF86WakeUp (fn twice)
|
# XF86WakeUp (fn twice)
|
||||||
@@ -268,74 +288,6 @@ in {
|
|||||||
# XF86Back
|
# XF86Back
|
||||||
# XF86Launch1 (thinkvantage)
|
# XF86Launch1 (thinkvantage)
|
||||||
};
|
};
|
||||||
in {
|
|
||||||
wayland.windowManager.sway = {
|
|
||||||
enable = true;
|
|
||||||
config = {
|
|
||||||
menu = "rofi -modi run,ssh,window -show run";
|
|
||||||
inherit modifier modes gaps bars floating window colors keybindings;
|
|
||||||
input = {
|
|
||||||
"*" = {
|
|
||||||
xkb_layout = "de";
|
|
||||||
xkb_variant = "T3";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
terminal = (defaultApplications pkgs).terminal;
|
|
||||||
up = "k";
|
|
||||||
down = "j";
|
|
||||||
left = "h";
|
|
||||||
right = "l";
|
|
||||||
seat = {
|
|
||||||
"*" = {
|
|
||||||
hide_cursor = "when-typing enable";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
startup = [
|
|
||||||
{command = "echo hello";}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
xsession.windowManager.i3 = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = ''
|
|
||||||
bindsym --release ${modifier}+Shift+w exec /run/wrappers/bin/slock
|
|
||||||
|
|
||||||
exec "${pkgs.obsidian}/bin/obsidian"
|
|
||||||
for_window [class="obsidian"] , move scratchpad
|
|
||||||
|
|
||||||
assign [class="message"] ${messageWorkspace}
|
|
||||||
exec "${pkgs.writers.writeDash "irc" "exec ${pkgs.alacritty}/bin/alacritty --class message -e ssh weechat@makanek -t tmux attach-session -t IM"}"
|
|
||||||
exec "${pkgs.writers.writeDash "email" "exec ${pkgs.alacritty}/bin/alacritty --class message -e aerc"}"
|
|
||||||
|
|
||||||
assign [class="dashboard"] ${infoWorkspace}
|
|
||||||
exec ${dashboard}/bin/dashboard
|
|
||||||
'';
|
|
||||||
config = lib.mkMerge [
|
|
||||||
{
|
|
||||||
inherit modifier gaps modes bars floating window colors keybindings;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
keybindings = let
|
|
||||||
new-workspace = pkgs.writers.writeDash "new-workspace" ''
|
|
||||||
i3-msg workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1))
|
|
||||||
'';
|
|
||||||
move-to-new-workspace = pkgs.writers.writeDash "new-workspace" ''
|
|
||||||
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 {
|
|
||||||
"${modifier}+ß" = "exec ${niveumPackages.menu-calc}/bin/=";
|
|
||||||
"${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill";
|
|
||||||
"${modifier}+F9" = "exec ${pkgs.redshift}/bin/redshift -O 4000 -b 0.85";
|
|
||||||
"${modifier}+F10" = "exec ${pkgs.redshift}/bin/redshift -x";
|
|
||||||
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
|
||||||
"Print" = "exec flameshot gui";
|
|
||||||
# "${modifier}+Shift+x" = "exec ${move-to-new-workspace}";
|
|
||||||
# "${modifier}+x" = "exec ${new-workspace}";
|
|
||||||
"XF86Display" = "exec ${niveumPackages.dmenu-randr}/bin/dmenu-randr";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,82 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
age.secrets = {
|
|
||||||
miniflux-api-token = {
|
|
||||||
file = ../secrets/miniflux-api-token.age;
|
|
||||||
owner = config.users.users.me.name;
|
|
||||||
group = config.users.users.me.group;
|
|
||||||
mode = "400";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
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 = "music";
|
|
||||||
format = "{$icon $combo $play |}";
|
|
||||||
separator = " – ";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "net";
|
|
||||||
format = " $icon HU";
|
|
||||||
missing_format = "";
|
|
||||||
device = "ppp0";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "net";
|
|
||||||
format = " $icon FU";
|
|
||||||
missing_format = "";
|
|
||||||
device = "tun0";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "battery";
|
|
||||||
format = "$icon $percentage $time";
|
|
||||||
device = "DisplayDevice";
|
|
||||||
driver = "upower";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "sound";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "disk_space";
|
|
||||||
format = "$icon $available";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
block = "memory";
|
|
||||||
format = "$icon $mem_used.eng(prefix:G)";
|
|
||||||
}
|
|
||||||
{block = "load";}
|
|
||||||
{
|
|
||||||
block = "time";
|
|
||||||
format = "$icon $timestamp.datetime(f:'%Y-%m-%d (%W %a) %H:%M', l:de_DE)";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -3,84 +3,36 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
|
||||||
commaSep = builtins.concatStringsSep ",";
|
commaSep = builtins.concatStringsSep ",";
|
||||||
xkbOptions = ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];
|
xkbOptions = ["compose:caps" "terminate:ctrl_alt_bksp" "grp:ctrls_toggle"];
|
||||||
languages = {
|
languages = {
|
||||||
arabic = { code = "ara"; variant = "buckwalter"; }; # ../lib/keyboards/arabic;
|
de = "T3";
|
||||||
avestan = ../lib/keyboards/avestan;
|
gr = "polytonic";
|
||||||
coptic = ../lib/keyboards/coptic;
|
ru = "phonetic";
|
||||||
deutsch = { code = "de"; variant = "T3"; };
|
ara = "buckwalter";
|
||||||
farsi = { code = "ir"; variant = "qwerty"; };
|
|
||||||
gothic = ../lib/keyboards/gothic;
|
|
||||||
greek = { code = "gr"; variant = "polytonic"; };
|
|
||||||
gujarati = {code = "in"; variant = "guj-kagapa"; };
|
|
||||||
hebrew = {code = "il"; variant = "phonetic";};
|
|
||||||
russian = { code = "ru"; variant = "phonetic"; };
|
|
||||||
sanskrit = { code = "in"; variant = "san-kagapa"; };
|
|
||||||
syriac = { code = "sy"; variant = "syc_phonetic"; };
|
|
||||||
urdu = {code = "in"; variant = "urd-phonetic"; };
|
|
||||||
};
|
};
|
||||||
defaultLanguage = languages.deutsch;
|
defaultLanguage = "de";
|
||||||
in {
|
in {
|
||||||
services.libinput.enable = true;
|
|
||||||
|
|
||||||
# man 7 xkeyboard-config
|
# man 7 xkeyboard-config
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
# exportConfiguration = true; # link /usr/share/X11 properly
|
layout = "de";
|
||||||
xkb.layout = defaultLanguage.code;
|
|
||||||
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
|
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
|
||||||
# buckwalter: http://www.qamus.org/transliteration.htm
|
# buckwalter: http://www.qamus.org/transliteration.htm
|
||||||
xkb.variant = defaultLanguage.variant;
|
xkbVariant = "T3";
|
||||||
xkb.options = commaSep xkbOptions;
|
xkbOptions =
|
||||||
xkb.extraLayouts = {
|
commaSep xkbOptions;
|
||||||
"coptic" = {
|
libinput.enable = true;
|
||||||
languages = ["cop"];
|
|
||||||
description = "Coptic";
|
|
||||||
symbolsFile = ../lib/keyboards/coptic;
|
|
||||||
};
|
};
|
||||||
"gothic" = {
|
|
||||||
languages = ["got"];
|
|
||||||
description = "Gothic";
|
|
||||||
symbolsFile = ../lib/keyboards/gothic;
|
|
||||||
};
|
|
||||||
"avestan" = {
|
|
||||||
languages = ["ave"];
|
|
||||||
description = "Avestan";
|
|
||||||
symbolsFile = ../lib/keyboards/avestan;
|
|
||||||
};
|
|
||||||
"farsi-good" = {
|
|
||||||
languages = ["fas"];
|
|
||||||
description = "Farsi, but good";
|
|
||||||
symbolsFile = ../lib/keyboards/farsi;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.etc."x11-locale".source = toString pkgs.xorg.libX11 + "share/X11/locale";
|
|
||||||
|
|
||||||
console.keyMap = "de";
|
console.keyMap = "de";
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
lib.mapAttrsToList
|
lib.mapAttrsToList
|
||||||
(language: settings:
|
(language: variant:
|
||||||
let
|
|
||||||
code = if settings ? "code" then settings.code else language;
|
|
||||||
variant = if settings ? "variant" then settings.variant else "";
|
|
||||||
in
|
|
||||||
pkgs.writers.writeDashBin "kb-${language}" ''
|
pkgs.writers.writeDashBin "kb-${language}" ''
|
||||||
${pkgs.xorg.setxkbmap}/bin/setxkbmap ${defaultLanguage.code},${code} ${defaultLanguage.variant},${variant} ${toString (map (option: "-option ${option}") xkbOptions)}
|
${pkgs.xorg.setxkbmap}/bin/setxkbmap ${defaultLanguage},${language} ${languages.${defaultLanguage}},${variant} ${toString (map (option: "-option ${option}") xkbOptions)}
|
||||||
'')
|
'')
|
||||||
languages ++
|
languages;
|
||||||
lib.mapAttrsToList
|
|
||||||
(language: settings:
|
|
||||||
let
|
|
||||||
code = if settings ? "code" then settings.code else language;
|
|
||||||
variant = if settings ? "variant" then settings.variant else "";
|
|
||||||
in
|
|
||||||
pkgs.writers.writeDashBin "kb-niri-${language}" ''
|
|
||||||
${pkgs.gnused}/bin/sed -i 's/^\(\s*layout\) ".*"$/\1 "${defaultLanguage.code},${code}"/;s/^\(\s*variant\) ".*"$/\1 "${defaultLanguage.variant},${variant}"/' ~/.config/niri/config.kdl
|
|
||||||
'') 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";
|
||||||
|
|||||||
@@ -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";
|
||||||
@@ -103,9 +74,30 @@ in {
|
|||||||
"khal/config".text = ''
|
"khal/config".text = ''
|
||||||
[calendars]
|
[calendars]
|
||||||
|
|
||||||
[[kalender_local]]
|
[[alew]]
|
||||||
path = ${davHome}/calendar/*
|
path = ${davHome}/calendar/alew
|
||||||
type = discover
|
color = "light gray"
|
||||||
|
|
||||||
|
[[personal]]
|
||||||
|
path = ${davHome}/calendar/personal
|
||||||
|
color = "light cyan"
|
||||||
|
|
||||||
|
[[uni]]
|
||||||
|
path = ${davHome}/calendar/uni-1
|
||||||
|
color = "yellow"
|
||||||
|
|
||||||
|
[[fysi]]
|
||||||
|
path = ${davHome}/calendar/fysi-1
|
||||||
|
color = "light magenta"
|
||||||
|
|
||||||
|
[[fysi_team]]
|
||||||
|
path = ${davHome}/calendar/personal_shared_by_fdf
|
||||||
|
color = "light red"
|
||||||
|
|
||||||
|
[[birthdays]]
|
||||||
|
path = ${davHome}/contacts/contacts
|
||||||
|
type = birthdays
|
||||||
|
color = "light green"
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
highlight_event_days = True
|
highlight_event_days = True
|
||||||
@@ -137,7 +129,13 @@ in {
|
|||||||
[pair kalender]
|
[pair kalender]
|
||||||
a = "kalender_local"
|
a = "kalender_local"
|
||||||
b = "kalender_cloud"
|
b = "kalender_cloud"
|
||||||
collections = ["from b"]
|
collections = ["personal", "alew", "uni-1"]
|
||||||
|
conflict_resolution = "b wins"
|
||||||
|
|
||||||
|
[pair fysi]
|
||||||
|
a = "kalender_local"
|
||||||
|
b = "fysi_cloud"
|
||||||
|
collections = ["fysi-1", "personal_shared_by_fdf"]
|
||||||
conflict_resolution = "b wins"
|
conflict_resolution = "b wins"
|
||||||
|
|
||||||
[storage kontakte_local]
|
[storage kontakte_local]
|
||||||
@@ -154,13 +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 fysi_cloud]
|
||||||
|
type = "caldav"
|
||||||
|
url = "${fysiCloud.davEndpoint}/calendars/${fysiCloud.username}/"
|
||||||
|
username = "${fysiCloud.username}"
|
||||||
|
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";
|
|
||||||
}
|
|
||||||
@@ -2,13 +2,6 @@
|
|||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
associations = {
|
|
||||||
added = {
|
|
||||||
"x-scheme-handler/tg" = "org.telegram.desktop.desktop";
|
|
||||||
};
|
|
||||||
removed = {
|
|
||||||
};
|
|
||||||
};
|
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"application/epub+zip" = "org.pwmt.zathura.desktop";
|
"application/epub+zip" = "org.pwmt.zathura.desktop";
|
||||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
@@ -17,16 +10,16 @@
|
|||||||
"image/jpeg" = "nsxiv.desktop";
|
"image/jpeg" = "nsxiv.desktop";
|
||||||
"image/png" = "nsxiv.desktop";
|
"image/png" = "nsxiv.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";
|
||||||
"x-scheme-handler/tg" = "org.telegram.desktop.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";
|
||||||
|
|
||||||
@@ -23,7 +22,6 @@ in {
|
|||||||
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";
|
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";
|
||||||
@@ -36,8 +34,8 @@ in {
|
|||||||
"Alt+j" = "add video-pan-y -0.05";
|
"Alt+j" = "add video-pan-y -0.05";
|
||||||
};
|
};
|
||||||
scripts = [
|
scripts = [
|
||||||
# pkgs.mpvScripts.quality-menu
|
pkgs.mpvScripts.youtube-quality
|
||||||
niveumPackages.mpv-visualizer
|
(pkgs.callPackage <niveum/packages/mpv-visualizer.nix> {})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
{ lib, ... }:
|
|
||||||
let
|
|
||||||
myceliumAddresses = import ../lib/mycelium-network.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.mycelium = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking.hosts = lib.mapAttrs' (name: address: {
|
|
||||||
name = address;
|
|
||||||
value = [ "${name}.m" ];
|
|
||||||
}) myceliumAddresses;
|
|
||||||
}
|
|
||||||
164
configs/neomutt.nix
Normal file
164
configs/neomutt.nix
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
mainMailbox = "posteo";
|
||||||
|
|
||||||
|
accounts = import <niveum/lib/email.nix> {inherit lib mainMailbox;};
|
||||||
|
in {
|
||||||
|
environment.systemPackages = [pkgs.neomutt];
|
||||||
|
environment.shellAliases.mua = "${pkgs.neomutt}/bin/neomutt -f ${mainMailbox}←";
|
||||||
|
|
||||||
|
home-manager.users.me.xdg.configFile."neomutt/neomuttrc".text = 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 ''
|
||||||
|
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.nsxiv}/bin/nsxiv %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;
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document; ${as-pdf} %s;
|
||||||
|
application/vnd.oasis.opendocument.text; ${as-pdf} %s;
|
||||||
|
application/vnd.openxmlformats*; ${pkgs.libreoffice}/bin/soffice '%s';
|
||||||
|
''
|
||||||
|
}:$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 default default '.*'
|
||||||
|
|
||||||
|
# New mail is boldened:
|
||||||
|
color index_author lightyellow default "~N"
|
||||||
|
color index_subject lightwhite default "~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,58 +1,78 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
niveumPackages,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
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.override {
|
(pkgs.neovim.override {
|
||||||
stylixColors = config.lib.stylix.colors;
|
configure = {
|
||||||
# colorscheme = "base16-gruvbox-light-medium";
|
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
|
||||||
|
(pkgs.vimUtils.buildVimPlugin {
|
||||||
|
name = "vim-dim-1.1.0";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "jeffkreeftmeijer";
|
||||||
|
repo = "vim-dim";
|
||||||
|
rev = "1.1.0";
|
||||||
|
sha256 = "sha256-lyTZUgqUEEJRrzGo1FD8/t8KBioPrtB3MmGvPeEVI/g=";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
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
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
# language servers
|
|
||||||
pkgs.pyright
|
|
||||||
pkgs.haskellPackages.haskell-language-server
|
|
||||||
pkgs.texlab
|
|
||||||
pkgs.nil
|
|
||||||
pkgs.nixfmt-rfc-style
|
|
||||||
pkgs.rust-analyzer
|
|
||||||
pkgs.nodePackages.typescript-language-server
|
|
||||||
pkgs.lua-language-server
|
|
||||||
pkgs.nodePackages.vscode-langservers-extracted
|
|
||||||
pkgs.lemminx
|
|
||||||
niveumPackages.jq-lsp
|
|
||||||
pkgs.dhall-lsp-server
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,46 +0,0 @@
|
|||||||
{ pkgs, niveumPackages, config, ... }: {
|
|
||||||
environment.variables.EDITOR = pkgs.lib.mkForce "nvim";
|
|
||||||
environment.shellAliases.vi = "nvim";
|
|
||||||
environment.shellAliases.vim = "nvim";
|
|
||||||
environment.shellAliases.view = "nvim -R";
|
|
||||||
|
|
||||||
home-manager.users.me = {
|
|
||||||
editorconfig = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
"*" = {
|
|
||||||
charset = "utf-8";
|
|
||||||
end_of_line = "lf";
|
|
||||||
trim_trailing_whitespace = true;
|
|
||||||
insert_final_newline = true;
|
|
||||||
indent_style = "space";
|
|
||||||
indent_size = 2;
|
|
||||||
};
|
|
||||||
"*.py" = { indent_size = 4; };
|
|
||||||
Makefile = { indent_style = "tab"; };
|
|
||||||
"*.md" = { trim_trailing_whitespace = false; };
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
(pkgs.writers.writeDashBin "vim" ''neovim "$@"'')
|
|
||||||
(niveumPackages.vim.override {
|
|
||||||
stylixColors = config.lib.stylix.colors;
|
|
||||||
# colorscheme = "base16-gruvbox-dark-medium";
|
|
||||||
})
|
|
||||||
|
|
||||||
# language servers
|
|
||||||
pkgs.pyright
|
|
||||||
pkgs.haskellPackages.haskell-language-server
|
|
||||||
pkgs.texlab
|
|
||||||
pkgs.nil
|
|
||||||
pkgs.rust-analyzer
|
|
||||||
pkgs.nodePackages.typescript-language-server
|
|
||||||
pkgs.lua-language-server
|
|
||||||
pkgs.nodePackages.vscode-langservers-extracted
|
|
||||||
pkgs.lemminx
|
|
||||||
niveumPackages.jq-lsp
|
|
||||||
pkgs.dhall-lsp-server
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,49 @@
|
|||||||
{
|
{
|
||||||
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
|
profile = name: custom:
|
||||||
|
lib.recursiveUpdate {
|
||||||
|
connection.id = name;
|
||||||
|
connection.type = "wifi";
|
||||||
|
connection.interface-name = "wlp3s0";
|
||||||
|
connection.permissions = "";
|
||||||
|
wifi.mac-address-blacklist = "";
|
||||||
|
wifi.ssid = name;
|
||||||
|
wifi.mode = "infrastructure";
|
||||||
|
ipv4.dns-search = "";
|
||||||
|
ipv4.method = "auto";
|
||||||
|
ipv6.addr-gen-mode = "stable-privacy";
|
||||||
|
ipv6.dns-search = "";
|
||||||
|
ipv6.method = "auto";
|
||||||
|
proxy = {};
|
||||||
|
}
|
||||||
|
custom;
|
||||||
|
eduroamProfile = {
|
||||||
|
connection.uuid = "eae9fee6-a7d2-4120-a609-440b457d6fcf";
|
||||||
|
wifi-security = {
|
||||||
|
group = "ccmp;tkip;";
|
||||||
|
key-mgmt = "wpa-eap";
|
||||||
|
pairwise = "ccmp;";
|
||||||
|
proto = "rsn;";
|
||||||
|
};
|
||||||
|
"802-1x" = {
|
||||||
|
altsubject-matches = "DNS:srv1-radius.cms.hu-berlin.de;DNS:srv2-radius.cms.hu-berlin.de;";
|
||||||
|
anonymous-identity = "anonymous@wlan.hu-berlin.de";
|
||||||
|
ca-cert = pkgs.fetchurl {
|
||||||
|
url = "https://www.cms.hu-berlin.de/de/dl/netze/wlan/config/eduroam/t-telesec_globalroot_class_2.pem";
|
||||||
|
sha256 = "0if8aqd06sid7a0vw009zpa087wxcgdd2x6z2zs4pis5kvyqj2dk";
|
||||||
|
};
|
||||||
|
eap = "ttls;";
|
||||||
|
identity = lib.strings.fileContents <secrets/eduroam/identity>;
|
||||||
|
password = lib.strings.fileContents <secrets/eduroam/password>;
|
||||||
|
phase2-auth = "pap";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
imports = [<niveum/modules/networkmanager-declarative.nix>];
|
||||||
|
|
||||||
programs.nm-applet.enable = true;
|
programs.nm-applet.enable = true;
|
||||||
|
|
||||||
networking.networkmanager = {
|
networking.networkmanager = {
|
||||||
@@ -13,6 +55,39 @@
|
|||||||
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"];
|
||||||
|
|||||||
@@ -2,16 +2,95 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
|
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";
|
||||||
|
|
||||||
|
newsboat-home = "${config.users.users.me.home}/cloud/Seafile/Documents/newsboat";
|
||||||
|
linkhandler-bin = "${pkgs.scripts.linkhandler}/bin/linkhandler";
|
||||||
|
|
||||||
|
newsboat-config = pkgs.writeText "config" ''
|
||||||
|
auto-reload no
|
||||||
|
prepopulate-query-feeds yes
|
||||||
|
|
||||||
|
# dont keep a search history
|
||||||
|
history-limit 0
|
||||||
|
|
||||||
|
datetime-format %F
|
||||||
|
|
||||||
|
text-width 85
|
||||||
|
|
||||||
|
external-url-viewer "${pkgs.urlscan}/bin/urlscan -dc -r '${linkhandler-bin} {}'"
|
||||||
|
browser ${linkhandler-bin}
|
||||||
|
macro , open-in-browser
|
||||||
|
macro c set browser "${pkgs.xsel}/bin/xsel -b <<<" ; open-in-browser ; set browser ${linkhandler-bin}
|
||||||
|
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-bin}
|
||||||
|
|
||||||
|
bind-key j down
|
||||||
|
bind-key k up
|
||||||
|
bind-key j next articlelist
|
||||||
|
bind-key k prev articlelist
|
||||||
|
bind-key J next-feed articlelist
|
||||||
|
bind-key K prev-feed articlelist
|
||||||
|
bind-key G end
|
||||||
|
bind-key g home
|
||||||
|
bind-key d pagedown
|
||||||
|
bind-key u pageup
|
||||||
|
bind-key l open
|
||||||
|
bind-key h quit
|
||||||
|
bind-key a toggle-article-read
|
||||||
|
bind-key n next-unread
|
||||||
|
bind-key N prev-unread
|
||||||
|
bind-key D pb-download
|
||||||
|
bind-key U show-urls
|
||||||
|
bind-key x pb-delete
|
||||||
|
|
||||||
|
save-path ${newsboat-home}/saved/
|
||||||
|
|
||||||
|
highlight all "---.*---" yellow default
|
||||||
|
# highlight feedlist ".*(0/0))" default default
|
||||||
|
highlight article "^Title:.*" yellow default bold
|
||||||
|
highlight article "^Author:.*" yellow default
|
||||||
|
highlight article "^Flags:.*" red default
|
||||||
|
highlight article "\\[[0-9][0-9]*\\]" color66 default bold
|
||||||
|
highlight article "\\[image [0-9][0-9]*\\]" color109 default bold
|
||||||
|
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold
|
||||||
|
|
||||||
|
color listfocus blue default
|
||||||
|
color listfocus_unread blue default bold
|
||||||
|
color info red default bold
|
||||||
|
'';
|
||||||
|
|
||||||
|
newsboat-sql = "${pkgs.sqlite}/bin/sqlite3 ${newsboat-home}/cache.db";
|
||||||
|
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.writers.writeDashBin "miniflux-watch-later" ''
|
pkgs.newsboat
|
||||||
miniflux_api_token=$(cat ${config.age.secrets.miniflux-api-token.path})
|
(pkgs.writers.writeDashBin "newsboat-unread-count" ''
|
||||||
random_feed_item=$(
|
if [ -f ${newsboat-home}/cache.db.lock ]; then
|
||||||
${pkgs.curl}/bin/curl -u "$miniflux_api_token" --basic -s 'https://feed.kmein.de/v1/entries?starred=true&limit=0' \
|
${pkgs.jq}/bin/jq -n '{state: "Info", text: "↻", icon: "rss"}'
|
||||||
| ${pkgs.jq}/bin/jq -r '.entries[].id' \
|
else
|
||||||
| ${pkgs.coreutils}/bin/shuf -n1
|
|
||||||
)
|
${pkgs.jq}/bin/jq -n \
|
||||||
${pkgs.xdg-utils}/bin/xdg-open "https://feed.kmein.de/starred/entry/$random_feed_item"
|
--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" ''
|
||||||
|
${newsboat-sql} "SELECT url FROM rss_item WHERE flags='e' AND deleted=0 ORDER BY pubDate DESC" \
|
||||||
|
| ${pkgs.findutils}/bin/xargs ${pkgs.mpv}/bin/mpv
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
445
configs/niri.nix
445
configs/niri.nix
@@ -1,445 +0,0 @@
|
|||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
niveumPackages,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
inherit (import ../lib) defaultApplications;
|
|
||||||
niriConfig =
|
|
||||||
let
|
|
||||||
klem = niveumPackages.klem.override {
|
|
||||||
config.dmenu = "${pkgs.dmenu}/bin/dmenu -i -p klem";
|
|
||||||
config.scripts = {
|
|
||||||
"p.r paste" = pkgs.writers.writeDash "p.r" ''
|
|
||||||
${pkgs.curl}/bin/curl -fSs http://p.r --data-binary @- \
|
|
||||||
| ${pkgs.coreutils}/bin/tail --lines=1 \
|
|
||||||
| ${pkgs.gnused}/bin/sed 's/\\<r\\>/krebsco.de/'
|
|
||||||
'';
|
|
||||||
"envs.sh paste" = pkgs.writers.writeDash "envs-host" ''
|
|
||||||
${pkgs.curl}/bin/curl -F "file=@-" https://envs.sh
|
|
||||||
'';
|
|
||||||
"envs.sh shorten" = pkgs.writers.writeDash "envs-shorten" ''
|
|
||||||
${pkgs.curl}/bin/curl -F "shorten=$(${pkgs.coreutils}/bin/cat)" https://envs.sh
|
|
||||||
'';
|
|
||||||
"go.r shorten" = pkgs.writers.writeDash "go.r" ''
|
|
||||||
${pkgs.curl}/bin/curl -fSs http://go.r -F "uri=$(${pkgs.coreutils}/bin/cat)"
|
|
||||||
'';
|
|
||||||
"4d2.org paste" = pkgs.writers.writeDash "4d2-paste" ''
|
|
||||||
${pkgs.curl}/bin/curl -F "file=@-" https://depot.4d2.org/
|
|
||||||
'';
|
|
||||||
"0x0.st shorten" = pkgs.writers.writeDash "0x0.st" ''
|
|
||||||
${pkgs.curl}/bin/curl -fSs https://0x0.st -F "shorten=$(${pkgs.coreutils}/bin/cat)"
|
|
||||||
'';
|
|
||||||
"rot13" = pkgs.writers.writeDash "rot13" ''
|
|
||||||
${pkgs.coreutils}/bin/tr '[A-Za-z]' '[N-ZA-Mn-za-m]'
|
|
||||||
'';
|
|
||||||
"ipa" = pkgs.writers.writeDash "ipa" ''
|
|
||||||
${niveumPackages.ipa}/bin/ipa
|
|
||||||
'';
|
|
||||||
"betacode" = pkgs.writers.writeDash "betacode" ''
|
|
||||||
${niveumPackages.betacode}/bin/betacode
|
|
||||||
'';
|
|
||||||
"curl" = pkgs.writers.writeDash "curl" ''
|
|
||||||
${pkgs.curl}/bin/curl -fSs "$(${pkgs.coreutils}/bin/cat)"
|
|
||||||
'';
|
|
||||||
ocr = pkgs.writers.writeDash "ocr" ''
|
|
||||||
${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-3.5" = pkgs.writers.writeDash "gpt" ''
|
|
||||||
${niveumPackages.gpt35}/bin/gpt
|
|
||||||
'';
|
|
||||||
gpt-4 = pkgs.writers.writeDash "gpt" ''
|
|
||||||
${niveumPackages.gpt4}/bin/gpt
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
in
|
|
||||||
''
|
|
||||||
spawn-at-startup "${pkgs.ironbar}/bin/ironbar"
|
|
||||||
spawn-at-startup "${pkgs.xwayland-satellite}/bin/xwayland-satellite"
|
|
||||||
|
|
||||||
environment {
|
|
||||||
DISPLAY ":0"
|
|
||||||
ANKI_WAYLAND "1"
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
warp-mouse-to-focus
|
|
||||||
focus-follows-mouse max-scroll-amount="0%"
|
|
||||||
|
|
||||||
keyboard {
|
|
||||||
repeat-rate 35
|
|
||||||
repeat-delay 350
|
|
||||||
track-layout "global"
|
|
||||||
|
|
||||||
xkb {
|
|
||||||
layout "de"
|
|
||||||
variant "T3"
|
|
||||||
options "ctrl:nocaps,compose:caps,grp:ctrls_toggle"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
touchpad {
|
|
||||||
click-method "clickfinger"
|
|
||||||
tap
|
|
||||||
dwt
|
|
||||||
dwtp
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
prefer-no-csd
|
|
||||||
|
|
||||||
hotkey-overlay {
|
|
||||||
skip-at-startup
|
|
||||||
}
|
|
||||||
|
|
||||||
layout {
|
|
||||||
gaps 5
|
|
||||||
|
|
||||||
default-column-width {
|
|
||||||
proportion 0.5
|
|
||||||
}
|
|
||||||
|
|
||||||
preset-column-widths {
|
|
||||||
proportion 0.33333
|
|
||||||
proportion 0.5
|
|
||||||
proportion 0.66667
|
|
||||||
}
|
|
||||||
|
|
||||||
focus-ring {
|
|
||||||
width 2
|
|
||||||
}
|
|
||||||
|
|
||||||
shadow {
|
|
||||||
// on
|
|
||||||
softness 30
|
|
||||||
spread 5
|
|
||||||
offset x=0 y=5
|
|
||||||
draw-behind-window true
|
|
||||||
color "#00000070"
|
|
||||||
// inactive-color "#00000054"
|
|
||||||
}
|
|
||||||
|
|
||||||
tab-indicator {
|
|
||||||
// off
|
|
||||||
hide-when-single-tab
|
|
||||||
place-within-column
|
|
||||||
gap 5
|
|
||||||
width 4
|
|
||||||
length total-proportion=1.0
|
|
||||||
position "right"
|
|
||||||
gaps-between-tabs 2
|
|
||||||
corner-radius 8
|
|
||||||
active-color "red"
|
|
||||||
inactive-color "gray"
|
|
||||||
urgent-color "blue"
|
|
||||||
// active-gradient from="#80c8ff" to="#bbddff" angle=45
|
|
||||||
// inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
|
|
||||||
// urgent-gradient from="#800" to="#a33" angle=45
|
|
||||||
}
|
|
||||||
|
|
||||||
border {
|
|
||||||
off
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
animations {
|
|
||||||
// off
|
|
||||||
workspace-switch {
|
|
||||||
spring damping-ratio=1.0 stiffness=1000 epsilon=0.0001
|
|
||||||
}
|
|
||||||
|
|
||||||
window-open {
|
|
||||||
duration-ms 150
|
|
||||||
curve "ease-out-expo"
|
|
||||||
}
|
|
||||||
|
|
||||||
window-close {
|
|
||||||
duration-ms 150
|
|
||||||
curve "ease-out-quad"
|
|
||||||
}
|
|
||||||
|
|
||||||
horizontal-view-movement {
|
|
||||||
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
|
|
||||||
}
|
|
||||||
|
|
||||||
window-movement {
|
|
||||||
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
|
|
||||||
}
|
|
||||||
|
|
||||||
window-resize {
|
|
||||||
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
|
|
||||||
}
|
|
||||||
|
|
||||||
config-notification-open-close {
|
|
||||||
spring damping-ratio=0.6 stiffness=1000 epsilon=0.001
|
|
||||||
}
|
|
||||||
|
|
||||||
screenshot-ui-open {
|
|
||||||
duration-ms 200
|
|
||||||
curve "ease-out-quad"
|
|
||||||
}
|
|
||||||
|
|
||||||
overview-open-close {
|
|
||||||
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
|
||||||
geometry-corner-radius 0
|
|
||||||
clip-to-geometry true
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
|
||||||
match app-id="mpv"
|
|
||||||
open-floating true
|
|
||||||
}
|
|
||||||
window-rule {
|
|
||||||
match app-id="rofi"
|
|
||||||
open-floating true
|
|
||||||
}
|
|
||||||
window-rule {
|
|
||||||
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
|
|
||||||
open-floating true
|
|
||||||
default-floating-position x=32 y=32 relative-to="bottom-left"
|
|
||||||
}
|
|
||||||
|
|
||||||
window-rule {
|
|
||||||
match is-window-cast-target=true
|
|
||||||
|
|
||||||
border {
|
|
||||||
on
|
|
||||||
width 3
|
|
||||||
active-color "#f38ba8"
|
|
||||||
inactive-color "#7d0d2d"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
binds {
|
|
||||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
|
||||||
Mod+Return { spawn "${(defaultApplications pkgs).terminal}"; }
|
|
||||||
Mod+D { spawn "${pkgs.wofi}/bin/wofi" "--show" "run"; }
|
|
||||||
Mod+Shift+D { spawn "${niveumPackages.notemenu}/bin/notemenu"; }
|
|
||||||
Mod+T { spawn "${(defaultApplications pkgs).fileManager}"; }
|
|
||||||
Mod+Y { spawn "${(defaultApplications pkgs).browser}"; }
|
|
||||||
Mod+P { spawn "${niveumPackages.passmenu}/bin/passmenu"; }
|
|
||||||
Mod+U { spawn "${niveumPackages.unicodmenu}/bin/unicodmenu"; }
|
|
||||||
Mod+Shift+Z { toggle-window-floating; }
|
|
||||||
|
|
||||||
Mod+B { spawn "${pkgs.ironbar}/bin/ironbar" "bar" "bar-1337" "toggle-visible"; }
|
|
||||||
Mod+F12 { spawn "${klem}/bin/klem"; }
|
|
||||||
|
|
||||||
Mod+Shift+Q { close-window; }
|
|
||||||
|
|
||||||
XF86AudioRaiseVolume allow-when-locked=true { spawn "${pkgs.pamixer}/bin/pamixer -i 5"; }
|
|
||||||
XF86AudioLowerVolume allow-when-locked=true { spawn "${pkgs.pamixer}/bin/pamixer -d 5"; }
|
|
||||||
XF86AudioMute allow-when-locked=true { spawn "${pkgs.pamixer}/bin/pamixer -t"; }
|
|
||||||
|
|
||||||
XF86AudioPause allow-when-locked=true { spawn "${pkgs.playerctl}/bin/playerctl play-pause"; }
|
|
||||||
XF86AudioPlay allow-when-locked=true { spawn "${pkgs.playerctl}/bin/playerctl play-pause"; }
|
|
||||||
XF86AudioNext allow-when-locked=true { spawn "${pkgs.playerctl}/bin/playerctl next"; }
|
|
||||||
XF86AudioPrev allow-when-locked=true { spawn "${pkgs.playerctl}/bin/playerctl previous"; }
|
|
||||||
XF86AudioStop allow-when-locked=true { spawn "${pkgs.playerctl}/bin/playerctl stop"; }
|
|
||||||
Print { spawn "flameshot gui"; }
|
|
||||||
Mod+Shift+W { spawn "swaylock"; }
|
|
||||||
|
|
||||||
Mod+Comma { consume-or-expel-window-left; }
|
|
||||||
Mod+Period { consume-or-expel-window-right; }
|
|
||||||
Mod+W { toggle-column-tabbed-display; }
|
|
||||||
Mod+A repeat=false { toggle-overview; }
|
|
||||||
Mod+F { maximize-column; }
|
|
||||||
Mod+C { center-column; }
|
|
||||||
Mod+Minus { set-column-width "-25%"; }
|
|
||||||
Mod+Plus { set-column-width "+25%"; }
|
|
||||||
|
|
||||||
Mod+Ctrl+0 { spawn "niri" "msg" "action" "switch-layout" "0"; }
|
|
||||||
Mod+Ctrl+1 { spawn "niri" "msg" "action" "switch-layout" "1"; }
|
|
||||||
Mod+Ctrl+2 { spawn "niri" "msg" "action" "switch-layout" "2"; }
|
|
||||||
Mod+Ctrl+3 { spawn "niri" "msg" "action" "switch-layout" "3"; }
|
|
||||||
Mod+Ctrl+4 { spawn "niri" "msg" "action" "switch-layout" "4"; }
|
|
||||||
Mod+Ctrl+5 { spawn "niri" "msg" "action" "switch-layout" "5"; }
|
|
||||||
Mod+Ctrl+6 { spawn "niri" "msg" "action" "switch-layout" "6"; }
|
|
||||||
Mod+Ctrl+7 { spawn "niri" "msg" "action" "switch-layout" "7"; }
|
|
||||||
Mod+Ctrl+8 { spawn "niri" "msg" "action" "switch-layout" "8"; }
|
|
||||||
Mod+Ctrl+9 { spawn "niri" "msg" "action" "switch-layout" "9"; }
|
|
||||||
|
|
||||||
Mod+H { focus-column-or-monitor-left; }
|
|
||||||
Mod+J { focus-window-or-workspace-down; }
|
|
||||||
Mod+K { focus-window-or-workspace-up; }
|
|
||||||
Mod+L { focus-column-or-monitor-right; }
|
|
||||||
|
|
||||||
Mod+Shift+H { move-column-left-or-to-monitor-left; }
|
|
||||||
Mod+Shift+J { move-window-down-or-to-workspace-down; }
|
|
||||||
Mod+Shift+K { move-window-up-or-to-workspace-up; }
|
|
||||||
Mod+Shift+L { move-column-right-or-to-monitor-right; }
|
|
||||||
|
|
||||||
Mod+Ctrl+H { focus-monitor-left; }
|
|
||||||
Mod+Ctrl+J { focus-monitor-down; }
|
|
||||||
Mod+Ctrl+K { focus-monitor-up; }
|
|
||||||
Mod+Ctrl+L { focus-monitor-right; }
|
|
||||||
|
|
||||||
Mod+Shift+Ctrl+H { move-column-to-monitor-left; }
|
|
||||||
Mod+Shift+Ctrl+J { move-column-to-workspace-down; }
|
|
||||||
Mod+Shift+Ctrl+K { move-column-to-workspace-up; }
|
|
||||||
Mod+Shift+Ctrl+L { move-column-to-monitor-right; }
|
|
||||||
|
|
||||||
Mod+Shift+Alt+Ctrl+H { move-workspace-to-monitor-left; }
|
|
||||||
Mod+Shift+Alt+Ctrl+J { move-workspace-down; }
|
|
||||||
Mod+Shift+Alt+Ctrl+K { move-workspace-up; }
|
|
||||||
Mod+Shift+Alt+Ctrl+L { move-workspace-to-monitor-right; }
|
|
||||||
|
|
||||||
Mod+1 { focus-workspace 1; }
|
|
||||||
Mod+2 { focus-workspace 2; }
|
|
||||||
Mod+3 { focus-workspace 3; }
|
|
||||||
Mod+4 { focus-workspace 4; }
|
|
||||||
Mod+5 { focus-workspace 5; }
|
|
||||||
Mod+6 { focus-workspace 6; }
|
|
||||||
Mod+7 { focus-workspace 7; }
|
|
||||||
Mod+8 { focus-workspace 8; }
|
|
||||||
Mod+9 { focus-workspace 9; }
|
|
||||||
Mod+0 { focus-workspace 10; }
|
|
||||||
|
|
||||||
Mod+Shift+1 { move-window-to-workspace "1"; }
|
|
||||||
Mod+Shift+2 { move-window-to-workspace "2"; }
|
|
||||||
Mod+Shift+3 { move-window-to-workspace "3"; }
|
|
||||||
Mod+Shift+4 { move-window-to-workspace "4"; }
|
|
||||||
Mod+Shift+5 { move-window-to-workspace "5"; }
|
|
||||||
Mod+Shift+6 { move-window-to-workspace "6"; }
|
|
||||||
Mod+Shift+7 { move-window-to-workspace "7"; }
|
|
||||||
Mod+Shift+8 { move-window-to-workspace "8"; }
|
|
||||||
Mod+Shift+9 { move-window-to-workspace "9"; }
|
|
||||||
Mod+Shift+0 { move-window-to-workspace "0"; }
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
in
|
|
||||||
{
|
|
||||||
system.activationScripts.niriConfig = {
|
|
||||||
text = ''
|
|
||||||
cp ${pkgs.writeText "config.kdl" niriConfig} ${config.users.users.me.home}/.config/niri/config.kdl
|
|
||||||
chown ${config.users.users.me.name}:${config.users.users.me.group} ${config.users.users.me.home}/.config/niri/config.kdl
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.niri.enable = true;
|
|
||||||
services.displayManager.defaultSession = lib.mkForce "niri";
|
|
||||||
home-manager.users.me = {
|
|
||||||
xdg.configFile."ironbar/style.css".text = ''
|
|
||||||
* {
|
|
||||||
font-size: 8pt;
|
|
||||||
font-family: "Gentium Plus", "BlexMono Nerd Font";
|
|
||||||
}
|
|
||||||
|
|
||||||
box, menubar, button {
|
|
||||||
background-color: unset;
|
|
||||||
box-shadow: none;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clock, .upower, .volume {
|
|
||||||
font-weight: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip * {
|
|
||||||
font-family: "BlexMono Nerd Font";
|
|
||||||
font-size: 7pt;
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
xdg.configFile."ironbar/config.json".source = (pkgs.formats.json { }).generate "ironbar.json" {
|
|
||||||
name = "bar-1337";
|
|
||||||
height = 12;
|
|
||||||
layer = "top";
|
|
||||||
position = "bottom";
|
|
||||||
start = [ ];
|
|
||||||
center = [
|
|
||||||
{
|
|
||||||
type = "tray";
|
|
||||||
icon_size = 8;
|
|
||||||
}
|
|
||||||
{ type = "clipboard"; }
|
|
||||||
{ type = "notifications"; }
|
|
||||||
];
|
|
||||||
end = [
|
|
||||||
{
|
|
||||||
type = "upower";
|
|
||||||
icon_size = 8;
|
|
||||||
format = "{percentage}%";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
tooltip = "{{df -h --output=size,used,avail,pcent,target}}";
|
|
||||||
label = "\t{{5000:df -h / --output=avail | tail +2}}";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
tooltip = "{{free -Lh --si | awk '{for(i=1;i<=NF;i++){printf \"%s%s\", $i, (i%2? OFS: ORS)} if(NF%2) printf ORS}'}}";
|
|
||||||
label = "\t{{500:free -h --si | awk 'NR==2{printf $3 \"\\n\"}'}}";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
tooltip = "{{}}";
|
|
||||||
on_click_left = "pamixer -t";
|
|
||||||
on_scroll_up = "pamixer -i 1";
|
|
||||||
on_scroll_down = "pamixer -d 1";
|
|
||||||
label = "{{500:if $(pamixer --get-mute) = true; then echo ; else echo ; fi}}\t{{500:pamixer --get-volume}}%";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
tooltip = "{{uptime}}";
|
|
||||||
label = "\t{{500:uptime | sed 's/.*load average: \\([^ ]*\\);.*/\\1/' | tr ' ' '\n'}}";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
tooltip = "{{khal list today today -d astro-test-3 }}";
|
|
||||||
label = "";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
tooltip = "{{curl wttr.in/?0 | ${pkgs.ansifilter}/bin/ansifilter}}";
|
|
||||||
label = "";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "label";
|
|
||||||
name = "cal";
|
|
||||||
tooltip = "{{cal}}";
|
|
||||||
label = "{{500:date +'<U+F017>\t%Y-%m-%d (%W %a) %H:%M'}}";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
programs.alacritty.enable = true; # Super+T in the default setting (terminal)
|
|
||||||
programs.swaylock.enable = true; # Super+Alt+L in the default setting (screen locker)
|
|
||||||
services.swaync = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
notification-window-width = 300;
|
|
||||||
control-center-width = 300;
|
|
||||||
widgets = [
|
|
||||||
"volume"
|
|
||||||
"mpris"
|
|
||||||
"title"
|
|
||||||
"dnd"
|
|
||||||
"notifications"
|
|
||||||
];
|
|
||||||
widget-config = {
|
|
||||||
title = {
|
|
||||||
text = "ⲡⲧⲏⲣϥ̄";
|
|
||||||
"clear-all-button" = true;
|
|
||||||
"button-text" = "ⲧⲁⲩⲟⲟⲩ";
|
|
||||||
};
|
|
||||||
dnd.text = "ⲙ̄ⲡⲣ̄ϣⲧⲣ̄ⲧⲱⲣⲧ̄";
|
|
||||||
label.text = "ⲧⲙⲏⲧⲉ";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
services.swayidle.enable = true; # idle management daemon
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
xdg-desktop-portal-gnome
|
|
||||||
swaybg
|
|
||||||
];
|
|
||||||
};
|
|
||||||
services.gnome.gnome-keyring.enable = true; # secret service
|
|
||||||
security.pam.services.swaylock = { };
|
|
||||||
}
|
|
||||||
@@ -1,14 +1,24 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
overlays = [
|
||||||
|
(import <nix-writers/pkgs>)
|
||||||
|
(import <stockholm/krebs/5pkgs>)
|
||||||
|
];
|
||||||
};
|
};
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.stable;
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = "experimental-features = nix-command flakes";
|
extraOptions = "experimental-features = nix-command flakes";
|
||||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
settings = {
|
||||||
|
substituters = [
|
||||||
|
"http://cache.prism.r"
|
||||||
|
"https://cache.nixos.org/"
|
||||||
|
];
|
||||||
|
trusted-public-keys = [
|
||||||
|
"cache.prism-1:+S+6Lo/n27XEtvdlQKuJIcb1yO5NUqUCE2lolmTgNJU="
|
||||||
|
"cache.prism-2:YwmCm3/s/D+SxrPKN/ETjlpw/219pNUbpnluatp6FKI="
|
||||||
|
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
66
configs/nsxiv.nix
Normal file
66
configs/nsxiv.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.nsxiv];
|
||||||
|
|
||||||
|
# TODO fix
|
||||||
|
home-manager.users.me.xdg.configFile."nsxiv/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,15 +1,12 @@
|
|||||||
{
|
{
|
||||||
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> {};
|
||||||
externalNetwork = import ../lib/external-network.nix;
|
menstruation = pkgs.callPackage <menstruation-backend> {};
|
||||||
|
pandoc-doc = pkgs.callPackage <niveum/packages/man/pandoc.nix> {};
|
||||||
|
|
||||||
zoteroStyle = {
|
zoteroStyle = {
|
||||||
name,
|
name,
|
||||||
@@ -32,7 +29,7 @@
|
|||||||
})
|
})
|
||||||
(zoteroStyle {
|
(zoteroStyle {
|
||||||
name = "apa";
|
name = "apa";
|
||||||
sha256 = "sha256-sUf0Ov5c9aTUoLsYSRbQl3Qs9ELkb5/Tky35kH7pKuE=";
|
sha256 = "sha256-yq4fW6hQknycLjaj5fPbXLrQlGBp5myXiOSHBU90jEc=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -56,6 +53,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;
|
||||||
@@ -65,7 +64,10 @@ in {
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# INTERNET
|
# INTERNET
|
||||||
aria2
|
aria2
|
||||||
|
firefox
|
||||||
tdesktop
|
tdesktop
|
||||||
|
w3m
|
||||||
|
wget
|
||||||
whois
|
whois
|
||||||
dnsutils
|
dnsutils
|
||||||
# FILE MANAGERS
|
# FILE MANAGERS
|
||||||
@@ -73,121 +75,126 @@ in {
|
|||||||
pcmanfm
|
pcmanfm
|
||||||
# MEDIA
|
# MEDIA
|
||||||
ffmpeg
|
ffmpeg
|
||||||
simplescreenrecorder
|
|
||||||
imagemagick
|
imagemagick
|
||||||
exiftool
|
exiftool
|
||||||
nsxiv
|
# ARCHIVE TOOLS
|
||||||
graphviz
|
unzip
|
||||||
|
unrar
|
||||||
|
p7zip
|
||||||
|
zip
|
||||||
|
# MONITORS
|
||||||
|
htop
|
||||||
|
iotop # I/O load monitor
|
||||||
|
iftop # interface bandwidth monitor
|
||||||
|
lsof # list open files
|
||||||
|
psmisc # for killall, pstree
|
||||||
# SHELL
|
# SHELL
|
||||||
bat # better cat
|
bat # better cat
|
||||||
|
fd # better find
|
||||||
|
file # determine file type
|
||||||
dos2unix
|
dos2unix
|
||||||
genpass # generate passwords
|
genpass # generate passwords
|
||||||
(pkgs.writers.writeDashBin "genpassphrase" ''${pkgs.genpass}/bin/genpass --passphrase | ${pkgs.gnused}/bin/sed 's/ /-/g;s/\(^\|-\)\([a-z]\)/\1\U\2/g;s/$/-'$(${pkgs.coreutils}/bin/date +%Y)'/' '')
|
ncdu # ncurses disk usage
|
||||||
gcc
|
rmlint # remove duplicate files
|
||||||
python3Packages.jsonschema # json validation
|
python3Packages.jsonschema # json validation
|
||||||
|
jq # json toolkit
|
||||||
pup # html toolkit
|
pup # html toolkit
|
||||||
xan # csv toolkit
|
htmlq
|
||||||
magic-wormhole-rs # file transfer
|
xsv # csv toolkit
|
||||||
|
xmlstarlet # xml toolkit
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
posix_man_pages
|
||||||
|
tree
|
||||||
exfat # to mount windows drives
|
exfat # to mount windows drives
|
||||||
|
parallel # for parallel, since moreutils shadows task spooler
|
||||||
|
ripgrep # better grep
|
||||||
|
rlwrap
|
||||||
|
progress # display progress bars for pipes
|
||||||
# HARDWARE TOOLS
|
# HARDWARE TOOLS
|
||||||
gnome-disk-utility
|
usbutils # for lsusb
|
||||||
|
pciutils # for lspci
|
||||||
|
lshw # for lshw
|
||||||
arandr # xrandr for noobs
|
arandr # xrandr for noobs
|
||||||
libnotify # for notify-send
|
libnotify # for notify-send
|
||||||
wl-clipboard # clipboard CLI
|
xclip # clipboard CLI
|
||||||
xdragon # drag and drop
|
xdragon # drag and drop
|
||||||
xorg.xkill # kill by clicking
|
xorg.xkill # kill by clicking
|
||||||
portfolio # personal finance overview
|
|
||||||
audacity
|
audacity
|
||||||
calibre
|
calibre
|
||||||
electrum
|
electrum
|
||||||
inkscape
|
inkscape
|
||||||
niveumPackages.gimp
|
|
||||||
gthumb
|
|
||||||
astrolog
|
astrolog
|
||||||
obsidian
|
|
||||||
lemmeknow # identify strings
|
|
||||||
aichat # chat with llms
|
|
||||||
anki-bin # flashcards
|
anki-bin # flashcards
|
||||||
jbofihe # lojbanic software
|
jbofihe # lojbanic software
|
||||||
zoom-us # video conferencing
|
zoom-us # video conferencing
|
||||||
(pkgs.writers.writeDashBin "im" ''
|
|
||||||
weechat_password=$(${pkgs.pass}/bin/pass weechat)
|
|
||||||
exec ${unstablePackages.weechat}/bin/weechat -t -r '/mouse enable; /remote add makanek http://${externalNetwork.makanek}:8002 -password='"$weechat_password"'; /remote connect makanek'
|
|
||||||
'')
|
|
||||||
alejandra # nix formatter
|
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
|
||||||
kdePackages.okular # the word is nucular
|
foxitreader # for viewing pdf annotations
|
||||||
|
okular # the word is nucular
|
||||||
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
|
yt-dlp
|
||||||
espeak
|
espeak
|
||||||
rink # unit converter
|
bc # calculator
|
||||||
niveumPackages.auc
|
pari # gp -- better calculator
|
||||||
niveumPackages.noise-waves
|
scripts.auc
|
||||||
niveumPackages.cheat-sh
|
scripts.stackoverflow
|
||||||
niveumPackages.polyglot
|
scripts.infschmv
|
||||||
niveumPackages.qrpaste
|
scripts.qrpaste
|
||||||
niveumPackages.ttspaste
|
scripts.ttspaste
|
||||||
niveumPackages.new-mac # get a new mac address
|
scripts.new-mac # get a new mac address
|
||||||
niveumPackages.scanned
|
scripts.scanned
|
||||||
niveumPackages.default-gateway
|
scripts.default-gateway
|
||||||
niveumPackages.kirciuoklis
|
scripts.showkeys-toggle
|
||||||
niveumPackages.image-convert-favicon
|
scripts.kirciuoklis
|
||||||
niveumPackages.heuretes
|
scripts.favicon
|
||||||
niveumPackages.ipa # XSAMPA to IPA converter
|
scripts.heuretes
|
||||||
niveumPackages.pls
|
scripts.ipa # XSAMPA to IPA converter
|
||||||
niveumPackages.mpv-tv
|
scripts.playlist
|
||||||
niveumPackages.mpv-iptv
|
scripts.mpv-tv
|
||||||
# jellyfin-media-player
|
scripts.devanagari
|
||||||
niveumPackages.devanagari
|
scripts.betacode # ancient greek betacode to unicode converter
|
||||||
niveumPackages.betacode # ancient greek betacode to unicode converter
|
scripts.meteo
|
||||||
niveumPackages.meteo
|
scripts.mahlzeit
|
||||||
niveumPackages.jq-lsp
|
recht
|
||||||
niveumPackages.swallow # window swallowing
|
scripts.vimv
|
||||||
niveumPackages.literature-quote
|
scripts.swallow # window swallowing
|
||||||
niveumPackages.booksplit
|
scripts.literature-quote
|
||||||
niveumPackages.dmenu-randr
|
jless # less(1) for json
|
||||||
niveumPackages.dmenu-bluetooth
|
scripts.notetags
|
||||||
niveumPackages.manual-sort
|
scripts.booksplit
|
||||||
niveumPackages.dns-sledgehammer
|
scripts.dmenurandr
|
||||||
niveumPackages.wttr
|
scripts.interdimensional-cable
|
||||||
niveumPackages.unicodmenu
|
scripts.dmenubluetooth
|
||||||
niveumPackages.emailmenu
|
scripts.manual-sort
|
||||||
niveumPackages.closest
|
scripts.much-scripts
|
||||||
niveumPackages.trans
|
scripts.dns-sledgehammer
|
||||||
(niveumPackages.mpv-radio.override {
|
ts
|
||||||
di-fm-key-file = config.age.secrets.di-fm-key.path;
|
scripts.vg
|
||||||
})
|
scripts.fkill
|
||||||
(niveumPackages.mpv-radio.override {
|
scripts.wttr
|
||||||
di-fm-key-file = config.age.secrets.di-fm-key.path;
|
scripts.unicodmenu
|
||||||
executableName = "cro-radio";
|
scripts.closest
|
||||||
mpvCommand = "${niveumPackages.cro}/bin/cro";
|
scripts.trans
|
||||||
})
|
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-rfc-style
|
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
|
||||||
@@ -197,27 +204,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
|
||||||
pkgs.nur.repos.mic92.ircsink
|
cyberlocker-tools
|
||||||
|
untilport
|
||||||
(haskellPackages.ghcWithHoogle (hs: [
|
kpaste
|
||||||
hs.text
|
irc-announce
|
||||||
hs.lens
|
git-preview
|
||||||
hs.bytestring
|
ircaids
|
||||||
]))
|
|
||||||
|
|
||||||
(python3.withPackages (py: [
|
(python3.withPackages (py: [
|
||||||
py.black
|
py.black
|
||||||
@@ -229,31 +233,28 @@ in {
|
|||||||
py.pygments
|
py.pygments
|
||||||
py.schema
|
py.schema
|
||||||
]))
|
]))
|
||||||
# python3Packages.poetry
|
python3Packages.poetry
|
||||||
|
|
||||||
dhall-nix
|
|
||||||
dhall-bash
|
|
||||||
dhall-json
|
|
||||||
dhall
|
|
||||||
|
|
||||||
html-tidy
|
html-tidy
|
||||||
nodePackages.csslint
|
nodePackages.csslint
|
||||||
nodePackages.jsonlint
|
nodePackages.jsonlint
|
||||||
deno # better node.js
|
nodePackages.prettier
|
||||||
# texlive.combined.scheme-full
|
nodePackages.typescript
|
||||||
|
nodePackages.yarn
|
||||||
|
nodejs
|
||||||
|
nodePackages.javascript-typescript-langserver
|
||||||
|
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
|
||||||
pandoc
|
pandoc
|
||||||
librsvg # pandoc depends on this to include SVG in documents
|
pandoc-doc
|
||||||
# niveumPackages.man-pandoc
|
|
||||||
typst
|
|
||||||
# proselint
|
# proselint
|
||||||
asciidoctor
|
asciidoctor
|
||||||
wordnet
|
wordnet
|
||||||
@@ -263,27 +264,12 @@ in {
|
|||||||
# nightly.rust
|
# nightly.rust
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
||||||
# photography
|
|
||||||
gphoto2
|
|
||||||
darktable
|
|
||||||
|
|
||||||
(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,5 +1,5 @@
|
|||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
inherit (import ../lib) localAddresses;
|
inherit (import <niveum/lib>) localAddresses;
|
||||||
hp-driver = pkgs.hplip;
|
hp-driver = pkgs.hplip;
|
||||||
in {
|
in {
|
||||||
services.printing = {
|
services.printing = {
|
||||||
@@ -12,7 +12,7 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# allow connecting to .local printers
|
# allow connecting to .local printers
|
||||||
services.avahi.nssmdns4 = true;
|
services.avahi.nssmdns = true;
|
||||||
|
|
||||||
hardware.printers.ensurePrinters = [
|
hardware.printers.ensurePrinters = [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|||||||
23
configs/seafile.nix
Normal file
23
configs/seafile.nix
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
services.xserver.displayManager.sessionCommands = "${pkgs.seafile-client}/bin/seafile-applet &";
|
||||||
|
|
||||||
|
home-manager.users.me.xdg.configFile = {
|
||||||
|
"Seafile/Seafile Client.conf".source = (pkgs.formats.ini {}).generate "Seafile Client.conf" {
|
||||||
|
Behavior = {
|
||||||
|
hideDockIcon = false;
|
||||||
|
hideMainWindowWhenStarted = true;
|
||||||
|
};
|
||||||
|
Settings = {
|
||||||
|
computerName = config.networking.hostName;
|
||||||
|
lastShiburl = "https://box.hu-berlin.de";
|
||||||
|
};
|
||||||
|
UsedServerAddresses.main = "https://box.hu-berlin.de";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [pkgs.seafile-client];
|
||||||
|
}
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
{pkgs, ...}: {
|
|
||||||
services.pipewire = {
|
|
||||||
enable = true;
|
|
||||||
alsa = {
|
|
||||||
enable = true;
|
|
||||||
support32Bit = true;
|
|
||||||
};
|
|
||||||
pulse.enable = true;
|
|
||||||
jack.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.user.services.pipewire-pulse.path = [pkgs.pulseaudio];
|
|
||||||
|
|
||||||
services.avahi = {
|
|
||||||
enable = true;
|
|
||||||
publish.enable = true;
|
|
||||||
publish.userServices = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
pkgs.pavucontrol
|
|
||||||
pkgs.ncpamixer
|
|
||||||
pkgs.pamixer
|
|
||||||
pkgs.pulsemixer
|
|
||||||
pkgs.pulseaudio # for pactl
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,42 +1,26 @@
|
|||||||
{pkgs, ...}: let
|
{
|
||||||
inherit (import ../lib) sshPort kieran;
|
pkgs,
|
||||||
externalNetwork = import ../lib/external-network.nix;
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
inherit (import <niveum/lib>) sshPort kieran;
|
||||||
|
externalNetwork = import <niveum/lib/external-network.nix>;
|
||||||
|
sshIdentity = name: "${config.users.users.me.home}/.ssh/${name}";
|
||||||
|
ssh-passphease = lib.strings.fileContents <system-secrets/ssh/passphrase>;
|
||||||
in {
|
in {
|
||||||
users.users.me.openssh.authorizedKeys.keys = kieran.sshKeys;
|
services.xserver.displayManager.sessionCommands = toString (pkgs.writeScript "ssh-add" ''
|
||||||
|
#!${pkgs.expect}/bin/expect -f
|
||||||
|
spawn ${pkgs.openssh}/bin/ssh-add
|
||||||
|
expect "Enter passphrase for *:"
|
||||||
|
send "${ssh-passphrase}\n";
|
||||||
|
expect "Identity added: *"
|
||||||
|
interact
|
||||||
|
'');
|
||||||
|
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
home-manager.users.me = {
|
users.users.me.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
||||||
# https://discourse.nixos.org/t/gnome-keyring-and-ssh-agent-without-gnome/11663
|
|
||||||
xsession.profileExtra = ''
|
|
||||||
eval $(${pkgs.gnome3.gnome-keyring}/bin/gnome-keyring-daemon --daemonize --components=ssh,secrets)
|
|
||||||
export SSH_AUTH_SOCK
|
|
||||||
'';
|
|
||||||
# services.gpg-agent = rec {
|
|
||||||
# enable = false;
|
|
||||||
# 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;
|
||||||
@@ -65,11 +49,6 @@ 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";
|
||||||
@@ -80,10 +59,23 @@ in {
|
|||||||
user = "kfm";
|
user = "kfm";
|
||||||
port = sshPort;
|
port = sshPort;
|
||||||
};
|
};
|
||||||
fatteh = {
|
"nextcloud.fysi.dev" = {
|
||||||
hostname = "fatteh.r";
|
hostname = "116.203.82.203";
|
||||||
user = "kfm";
|
user = "root";
|
||||||
port = sshPort;
|
};
|
||||||
|
"lingua.miaengiadina.ch" = {
|
||||||
|
hostname = "135.181.85.233";
|
||||||
|
user = "root";
|
||||||
|
};
|
||||||
|
"fysi-dev1" = {
|
||||||
|
hostname = "94.130.229.139";
|
||||||
|
user = "root";
|
||||||
|
identityFile = sshIdentity "fysiweb";
|
||||||
|
};
|
||||||
|
"fysi-shared0" = {
|
||||||
|
hostname = "49.12.205.235";
|
||||||
|
user = "root";
|
||||||
|
identityFile = sshIdentity "fysiweb";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,20 +4,16 @@
|
|||||||
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 ++ [
|
users.users.root.openssh.authorizedKeys.keys = kieran.sshKeys pkgs;
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPoiRIn1dBUtpApcUyGbZKN+m5KBSgKIDQjdnQ8vU0xU kfm@kibbeh" # travel laptop
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
locker = x: "https://c.krebsco.de/${x}";
|
|
||||||
dictionaries = {
|
dictionaries = {
|
||||||
lojban = {
|
lojban = {
|
||||||
jbo-deu = pkgs.fetchzip {
|
jbo-deu = pkgs.fetchzip {
|
||||||
@@ -30,7 +29,7 @@
|
|||||||
sha256 = "1kmbdjqinrcxkc6jdyyrq5rl2wzhnrychyynnh91yhrjwjxlh44k";
|
sha256 = "1kmbdjqinrcxkc6jdyyrq5rl2wzhnrychyynnh91yhrjwjxlh44k";
|
||||||
};
|
};
|
||||||
Woodhouse = pkgs.fetchzip {
|
Woodhouse = pkgs.fetchzip {
|
||||||
url = locker "Woodhouse.zip";
|
url = "https://c.krebsco.de/Woodhouse.zip";
|
||||||
sha256 = "1dvnc2679yb048q2f3hr2h34acvhan0n3iir6h9ajlrdzz48mlkq";
|
sha256 = "1dvnc2679yb048q2f3hr2h34acvhan0n3iir6h9ajlrdzz48mlkq";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
@@ -69,39 +68,39 @@
|
|||||||
sha256 = "1bjja3n3layfd08xa1r0a6375dxh5zi6hlv7chkhgnx800cx7hxn";
|
sha256 = "1bjja3n3layfd08xa1r0a6375dxh5zi6hlv7chkhgnx800cx7hxn";
|
||||||
};
|
};
|
||||||
Roget = pkgs.fetchzip {
|
Roget = pkgs.fetchzip {
|
||||||
url = locker "stardict-Roget_s_II_The_New_Thesaurus_3th_Ed-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/bigdict/stardict-Roget_s_II_The_New_Thesaurus_3th_Ed-2.4.2.tar.bz2";
|
||||||
hash = "sha256-f2GcNf3+dqZ/sKBpywjdHHC7Rp6FJseY93edRJK3/us=";
|
sha256 = "1szyny9497bpyyccf9l5kr3bnw0wvl4cnsd0n1zscxpyzlsrqqbz";
|
||||||
};
|
};
|
||||||
JargonFile = pkgs.fetchzip {
|
JargonFile = pkgs.fetchzip {
|
||||||
url = locker "stardict-dictd-jargon-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/dict.org/stardict-dictd-jargon-2.4.2.tar.bz2";
|
||||||
hash = "sha256-RFEcz8XzNO+Yk5s8dKSzvF+aOvq2bKysA7VenLKC1yQ=";
|
sha256 = "096phar9qpmm0fnaqv5nz8x9lpxwnfj78g4vjfcfyd7kqp7iqla4";
|
||||||
};
|
};
|
||||||
Oxford-Collocations = pkgs.fetchzip {
|
Oxford-Collocations = pkgs.fetchzip {
|
||||||
url = locker "stardict-Oxford_Collocations_Dictionary_2nd_Ed-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/bigdict/stardict-Oxford_Collocations_Dictionary_2nd_Ed-2.4.2.tar.bz2";
|
||||||
sha256 = "1zkfs0zxkcn21z2lhcabrs77v4ma9hpv7qm119hpyi1d8ajcw07q";
|
sha256 = "1zkfs0zxkcn21z2lhcabrs77v4ma9hpv7qm119hpyi1d8ajcw07q";
|
||||||
};
|
};
|
||||||
Langenscheidt-Deu-En = pkgs.fetchzip {
|
Langenscheidt-Deu-En = pkgs.fetchzip {
|
||||||
url = locker "stardict-Handw_rterbuch_Deutsch_Englisc-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/babylon/german/stardict-Handw_rterbuch_Deutsch_Englisc-2.4.2.tar.bz2";
|
||||||
sha256 = "12q9i5azq7ylyrpb6jqbaf1rxalc3kzcwjvbinvb0yabdxb80y30";
|
sha256 = "12q9i5azq7ylyrpb6jqbaf1rxalc3kzcwjvbinvb0yabdxb80y30";
|
||||||
};
|
};
|
||||||
Langenscheidt-En-Deu = pkgs.fetchzip {
|
Langenscheidt-En-Deu = pkgs.fetchzip {
|
||||||
url = locker "stardict-Handw_rterbuch_Englisch_Deutsc-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/babylon/german/stardict-Handw_rterbuch_Englisch_Deutsc-2.4.2.tar.bz2";
|
||||||
sha256 = "087b05h155j5ldshfgx91pz81h6ijq2zaqjirg7ma8ig3l96zb59";
|
sha256 = "087b05h155j5ldshfgx91pz81h6ijq2zaqjirg7ma8ig3l96zb59";
|
||||||
};
|
};
|
||||||
Duden_Das_Fremdworterbuch = pkgs.fetchzip {
|
Duden_Das_Fremdworterbuch = pkgs.fetchzip {
|
||||||
url = locker "stardict-Duden_Das_Fremdworterbuch-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/babylon/german/stardict-Duden_Das_Fremdworterbuch-2.4.2.tar.bz2";
|
||||||
sha256 = "1zrcay54ccl031s6dvjwsah5slhanmjab87d81rxlcy8fx0xd8wq";
|
sha256 = "1zrcay54ccl031s6dvjwsah5slhanmjab87d81rxlcy8fx0xd8wq";
|
||||||
};
|
};
|
||||||
Duden_De_De = pkgs.fetchzip {
|
Duden_De_De = pkgs.fetchzip {
|
||||||
url = locker "stardict-Duden_De_De-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/babylon/german/stardict-Duden_De_De-2.4.2.tar.bz2";
|
||||||
sha256 = "1fhay04w5aaj83axfmla2ql34nb60gb05dgv0k94ig7p8x4yxxlf";
|
sha256 = "1fhay04w5aaj83axfmla2ql34nb60gb05dgv0k94ig7p8x4yxxlf";
|
||||||
};
|
};
|
||||||
ConciseOED = pkgs.fetchzip {
|
ConciseOED = pkgs.fetchzip {
|
||||||
url = locker "stardict-Concise_Oxford_English_Dictionary-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/bigdict/stardict-Concise_Oxford_English_Dictionary-2.4.2.tar.bz2";
|
||||||
sha256 = "19kpcxbhqzpmhi94mp48nalgmsh6s7rsx1gb4kwkhirp2pbjcyl7";
|
sha256 = "19kpcxbhqzpmhi94mp48nalgmsh6s7rsx1gb4kwkhirp2pbjcyl7";
|
||||||
};
|
};
|
||||||
Duden_Synonym = pkgs.fetchzip {
|
Duden_Synonym = pkgs.fetchzip {
|
||||||
url = locker "stardict-Duden_Synonym-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/babylon/german/stardict-Duden_Synonym-2.4.2.tar.bz2";
|
||||||
sha256 = "0cx086zvb86bmz7i8vnsch4cj4fb0cp165g4hig4982zakj6f2jd";
|
sha256 = "0cx086zvb86bmz7i8vnsch4cj4fb0cp165g4hig4982zakj6f2jd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -141,41 +140,24 @@
|
|||||||
};
|
};
|
||||||
oed = {
|
oed = {
|
||||||
OED1 = pkgs.fetchzip {
|
OED1 = pkgs.fetchzip {
|
||||||
url = locker "stardict-Oxford_English_Dictionary_2nd_Ed._P1-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/bigdict/stardict-Oxford_English_Dictionary_2nd_Ed._P1-2.4.2.tar.bz2";
|
||||||
sha256 = "0i5vv1rv44yfwyf9bfbdrb9brzhhpvz2jnh39fv8hh107nkv2vcf";
|
sha256 = "0i5vv1rv44yfwyf9bfbdrb9brzhhpvz2jnh39fv8hh107nkv2vcf";
|
||||||
};
|
};
|
||||||
OED2 = pkgs.fetchzip {
|
OED2 = pkgs.fetchzip {
|
||||||
url = locker "stardict-Oxford_English_Dictionary_2nd_Ed._P2-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/bigdict/stardict-Oxford_English_Dictionary_2nd_Ed._P2-2.4.2.tar.bz2";
|
||||||
sha256 = "1pk234pbq4pk55d8sjk0pp9j5sajm82f8804kf2xm2x5p387q1rg";
|
sha256 = "1pk234pbq4pk55d8sjk0pp9j5sajm82f8804kf2xm2x5p387q1rg";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
coptic = {
|
|
||||||
dictionary = inputs.coptic-dictionary.packages.x86_64-linux.coptic-stardict;
|
|
||||||
Crum = pkgs.fetchzip {
|
|
||||||
url = locker "stardict-Coptic-English_all_dialects-2.4.2.tar.bz2";
|
|
||||||
sha256 = "1fi281mb9yzv40wjsdapi8fzpa7x2yscz582lv2qnss9g8zzzzr9";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
russian = {
|
russian = {
|
||||||
LingvoGermanRussian = pkgs.fetchzip {
|
LingvoGermanRussian = pkgs.fetchzip {
|
||||||
url = locker "stardict-GR-LingvoUniversal-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/lingvo/stardict-GR-LingvoUniversal-2.4.2.tar.bz2";
|
||||||
sha256 = "0p353gs2z4vj70hqsdhffjaaw3a4zlmcs46flipmf35lm5wmaj0g";
|
sha256 = "0p353gs2z4vj70hqsdhffjaaw3a4zlmcs46flipmf35lm5wmaj0g";
|
||||||
};
|
};
|
||||||
LingvoRussianGerman = pkgs.fetchzip {
|
LingvoRussianGerman = pkgs.fetchzip {
|
||||||
url = locker "stardict-RG-LingvoUniversal-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/lingvo/stardict-RG-LingvoUniversal-2.4.2.tar.bz2";
|
||||||
sha256 = "03f9wdmkgpjifpms7dyh10ma29wf3ka1j3zlp1av0cybhdldk2a8";
|
sha256 = "03f9wdmkgpjifpms7dyh10ma29wf3ka1j3zlp1av0cybhdldk2a8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
turkish = {
|
|
||||||
BabylonTurkishEnglish = pkgs.fetchzip {
|
|
||||||
url = locker "stardict-babylon-Babylon_Turkish_English-2.4.2.tar.bz2";
|
|
||||||
sha256 = "1zpzgk3w0536gww31bj58cmn3imnkndyjwbcr7bay8ibq2kzv44z";
|
|
||||||
};
|
|
||||||
BabylonEnglishTurkish = pkgs.fetchzip {
|
|
||||||
url = locker "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);
|
||||||
@@ -187,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
|
||||||
@@ -292,36 +274,34 @@
|
|||||||
" | less -FR
|
" | less -FR
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
# environment.etc.stardict.source = toString (makeStardictDataDir ({
|
environment.etc.stardict.source = toString (makeStardictDataDir ({
|
||||||
# Crum = pkgs.fetchzip {
|
Crum = pkgs.fetchzip {
|
||||||
# url = "http://download.huzheng.org/misc/stardict-Coptic-English_all_dialects-2.4.2.tar.bz2";
|
url = "http://download.huzheng.org/misc/stardict-Coptic-English_all_dialects-2.4.2.tar.bz2";
|
||||||
# sha256 = "1fi281mb9yzv40wjsdapi8fzpa7x2yscz582lv2qnss9g8zzzzr9";
|
sha256 = "1fi281mb9yzv40wjsdapi8fzpa7x2yscz582lv2qnss9g8zzzzr9";
|
||||||
# };
|
};
|
||||||
# SmithBiographyMythology = pkgs.fetchzip {
|
SmithBiographyMythology = pkgs.fetchzip {
|
||||||
# url = "https://github.com/latin-dict/Smith1873/releases/download/v1.0/Smith1873-stardict.zip";
|
url = "https://github.com/latin-dict/Smith1873/releases/download/v1.0/Smith1873-stardict.zip";
|
||||||
# sha256 = "01h5fxacp2m60xir8kzslkfy772vs3vmz07zhdwfhcwdaxif2af2";
|
sha256 = "01h5fxacp2m60xir8kzslkfy772vs3vmz07zhdwfhcwdaxif2af2";
|
||||||
# };
|
};
|
||||||
# SmithAntiquities = pkgs.fetchzip {
|
SmithAntiquities = pkgs.fetchzip {
|
||||||
# url = "https://github.com/latin-dict/Smith1890/releases/download/v1.0/Smith1890-stardict.zip";
|
url = "https://github.com/latin-dict/Smith1890/releases/download/v1.0/Smith1890-stardict.zip";
|
||||||
# sha256 = "0vpsv62p2lrzmgys4d1swpnc6lqhdi7rxwkj2ngy3lz5dk3fysyb";
|
sha256 = "0vpsv62p2lrzmgys4d1swpnc6lqhdi7rxwkj2ngy3lz5dk3fysyb";
|
||||||
# };
|
};
|
||||||
# }
|
}
|
||||||
# // dictionaries.classics
|
// dictionaries.classics
|
||||||
# // dictionaries.sanskrit
|
// dictionaries.sanskrit
|
||||||
# // dictionaries.oed
|
// dictionaries.oed
|
||||||
# // dictionaries.russian
|
// dictionaries.russian
|
||||||
# // dictionaries.englishGerman
|
// dictionaries.englishGerman));
|
||||||
# // dictionaries.turkish));
|
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
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)
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,52 +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 = config.users.users.me.name;
|
|
||||||
Group = config.users.users.me.group;
|
|
||||||
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,79 +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.enable = true;
|
|
||||||
stylix.image = generatedWallpaper;
|
|
||||||
|
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/ayu-light.yaml";
|
|
||||||
|
|
||||||
stylix.cursor = {
|
|
||||||
name = "capitaine-cursors-white";
|
|
||||||
package = pkgs.capitaine-cursors;
|
|
||||||
size = 12;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
# environment.etc."stylix/wallpaper.png".source = generatedWallpaper;
|
|
||||||
|
|
||||||
# stylix.polarity = "either";
|
|
||||||
# stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${
|
|
||||||
# onedark
|
|
||||||
# synth-midnight-dark
|
|
||||||
# apprentice # https://romainl.github.io/Apprentice/
|
|
||||||
# one-light
|
|
||||||
# onedark
|
|
||||||
# material # https://github.com/ntpeters/base16-materialtheme-scheme
|
|
||||||
# material-palenight
|
|
||||||
# material-lighter
|
|
||||||
# tomorrow # https://github.com/chriskempson/tomorrow-theme
|
|
||||||
# tomorrow-night
|
|
||||||
# gruvbox-light-medium # https://github.com/dawikur/base16-gruvbox-scheme
|
|
||||||
# gruvbox-dark-medium
|
|
||||||
# selenized-light # https://github.com/jan-warchol/selenized
|
|
||||||
# selenized-dark
|
|
||||||
# papercolor-light
|
|
||||||
# papercolor-dark
|
|
||||||
# dracula # https://draculatheme.com/
|
|
||||||
# }.yaml";
|
|
||||||
|
|
||||||
stylix.fonts = {
|
|
||||||
serif = {
|
|
||||||
package = pkgs.gentium;
|
|
||||||
name = "Gentium Plus";
|
|
||||||
};
|
|
||||||
|
|
||||||
sansSerif = {
|
|
||||||
package = pkgs.gentium;
|
|
||||||
name = "Gentium Plus";
|
|
||||||
};
|
|
||||||
|
|
||||||
monospace = {
|
|
||||||
package = pkgs.nerd-fonts.blex-mono;
|
|
||||||
name = "BlexMono Nerd Font";
|
|
||||||
};
|
|
||||||
|
|
||||||
emoji = {
|
|
||||||
package = pkgs.noto-fonts-emoji;
|
|
||||||
name = "Noto Color Emoji";
|
|
||||||
};
|
|
||||||
|
|
||||||
sizes = {
|
|
||||||
terminal = 6;
|
|
||||||
applications = 10;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -4,6 +4,8 @@
|
|||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
unstable = import <nixos-unstable> {inherit (config.nixpkgs) config;};
|
||||||
|
|
||||||
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/△/;
|
||||||
@@ -41,32 +43,18 @@
|
|||||||
'
|
'
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
niveum.bots.transits = {
|
niveum.telegramBots.transits = {
|
||||||
enable = true;
|
enable = false;
|
||||||
time = "*:0/1";
|
time = "*:0/1";
|
||||||
mastodon = {
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-transits.path;
|
|
||||||
};
|
|
||||||
telegram = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["-1001796440545"];
|
chatIds = ["-1001796440545"];
|
||||||
};
|
|
||||||
command = toString (pkgs.writers.writeDash "common-transits" ''
|
command = toString (pkgs.writers.writeDash "common-transits" ''
|
||||||
set -efu
|
|
||||||
|
|
||||||
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')
|
||||||
(
|
{
|
||||||
cd ${pkgs.astrolog}/bin
|
${unstable.astrolog}/bin/astrolog -qd $date -zN Berlin -Yt -Yd -d -R Uranus Neptune Pluto "North Node"
|
||||||
# ./astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
${unstable.astrolog}/bin/astrolog -Yt -Yd -q 10 22 1999 6:32 -zN Kassel -td $date -R Uranus Neptune Pluto "North Node"
|
||||||
./astrolog -qd $date -zN Berlin -Yt -Yd -d -R Uranus Neptune Pluto "North Node" -A 2
|
} | ${toSymbols} | ${pkgs.coreutils}/bin/sort -n | ${pkgs.gnugrep}/bin/grep "^$now" || :
|
||||||
) | ${toSymbols} | ${pkgs.coreutils}/bin/sort -n | ${pkgs.gnugrep}/bin/grep "^$now" || :
|
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
mastodon-token-transits.file = ../../secrets/mastodon-token-transits.age;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
autorenkalender-package = pkgs.fetchFromGitHub {
|
autorenkalender-package = pkgs.fetchFromGitHub {
|
||||||
@@ -13,15 +12,12 @@
|
|||||||
autorenkalender =
|
autorenkalender =
|
||||||
pkgs.python3Packages.callPackage autorenkalender-package {};
|
pkgs.python3Packages.callPackage autorenkalender-package {};
|
||||||
in {
|
in {
|
||||||
niveum.bots.autorenkalender = {
|
niveum.telegramBots.autorenkalender = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "07:00";
|
time = "07:00";
|
||||||
telegram = {
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@autorenkalender"];
|
chatIds = ["@autorenkalender"];
|
||||||
parseMode = "Markdown";
|
parseMode = "Markdown";
|
||||||
};
|
|
||||||
command = "${autorenkalender}/bin/autorenkalender";
|
command = "${autorenkalender}/bin/autorenkalender";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2,24 +2,27 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
telebots = inputs.telebots.defaultPackage.x86_64-linux;
|
nixpkgs-21-11 = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-21.11.tar.gz") {
|
||||||
|
config.permittedInsecurePackages = [
|
||||||
|
"python3.9-poetry-1.1.12"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
telebots = nixpkgs-21-11.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 = [
|
||||||
./logotheca.nix
|
./literature-quote.nix
|
||||||
./transits.nix
|
./astrology.nix
|
||||||
./autorenkalender.nix
|
./autorenkalender.nix
|
||||||
./hesychius.nix
|
./hesychius.nix
|
||||||
./smyth.nix
|
./smyth.nix
|
||||||
./nachtischsatan.nix
|
./nachtischsatan.nix
|
||||||
./tlg-wotd.nix
|
./tlg-wotd.nix
|
||||||
./celan.nix
|
<niveum/modules/telegram-bot.nix>
|
||||||
./nietzsche.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = map (path:
|
systemd.tmpfiles.rules = map (path:
|
||||||
@@ -48,57 +51,33 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
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;
|
|
||||||
telegram-token-streaming-link.file = ../../secrets/telegram-token-streaming-link.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-streaming-link = {
|
|
||||||
wantedBy = ["multi-user.target"];
|
|
||||||
description = "Telegram bot converting YouTube Music <-> Spotify";
|
|
||||||
enable = true;
|
|
||||||
script = ''
|
|
||||||
TELEGRAM_BOT_TOKEN="$(cat "$CREDENTIALS_DIRECTORY/token")" ${telebots}/bin/telegram-streaming-link
|
|
||||||
'';
|
|
||||||
serviceConfig.Restart = "always";
|
|
||||||
serviceConfig.LoadCredential = "token:${config.age.secrets.telegram-token-streaming-link.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}";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
25
configs/telegram-bots/hesychius.nix
Normal file
25
configs/telegram-bots/hesychius.nix
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
hesychius = <scripts> + "/hesychius/hesychius.txt";
|
||||||
|
in {
|
||||||
|
niveum.telegramBots.hesychius = {
|
||||||
|
enable = true;
|
||||||
|
time = "08:00";
|
||||||
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
|
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";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
24
configs/telegram-bots/literature-quote.nix
Normal file
24
configs/telegram-bots/literature-quote.nix
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
scripts = import <niveum/packages/scripts> {inherit pkgs lib;};
|
||||||
|
inherit (scripts) literature-quote;
|
||||||
|
in {
|
||||||
|
niveum.telegramBots.quotebot = {
|
||||||
|
enable = true;
|
||||||
|
time = "08/6:00";
|
||||||
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
|
chatIds = ["-1001760262519"];
|
||||||
|
command = "${literature-quote}/bin/literature-quote";
|
||||||
|
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.";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
45
configs/telegram-bots/nachtischsatan.nix
Normal file
45
configs/telegram-bots/nachtischsatan.nix
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
nachtischsatan-bot = {token}:
|
||||||
|
pkgs.writers.writePython3 "nachtischsatan-bot" {
|
||||||
|
libraries = [pkgs.python3Packages.python-telegram-bot];
|
||||||
|
} ''
|
||||||
|
from telegram.ext import Updater, MessageHandler
|
||||||
|
from telegram.ext.filters import Filters
|
||||||
|
import random
|
||||||
|
import time
|
||||||
|
|
||||||
|
|
||||||
|
def flubber(update, context):
|
||||||
|
time.sleep(random.randrange(4000) / 1000)
|
||||||
|
update.message.reply_text("*flubberflubber*")
|
||||||
|
|
||||||
|
|
||||||
|
updater = Updater('${token}')
|
||||||
|
|
||||||
|
updater.dispatcher.add_handler(MessageHandler(Filters.all, flubber))
|
||||||
|
updater.start_polling()
|
||||||
|
updater.idle()
|
||||||
|
'';
|
||||||
|
in {
|
||||||
|
systemd.services.telegram-nachtischsatan = {
|
||||||
|
wantedBy = ["multi-user.target"];
|
||||||
|
description = "*flubberflubber*";
|
||||||
|
enable = true;
|
||||||
|
script = toString (nachtischsatan-bot {
|
||||||
|
token = lib.strings.fileContents <system-secrets/telegram/nachtischsatan.token>;
|
||||||
|
});
|
||||||
|
serviceConfig.Restart = "always";
|
||||||
|
};
|
||||||
|
|
||||||
|
niveum.passport.services = [
|
||||||
|
{
|
||||||
|
title = "Nachtischsatan-Bot";
|
||||||
|
link = "https://t.me/NachtischsatanBot";
|
||||||
|
description = "*flubberflubber*";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -1,22 +1,13 @@
|
|||||||
{
|
{
|
||||||
config,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
niveum.bots.smyth = {
|
niveum.telegramBots.smyth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
time = "08:00";
|
time = "06/6:00";
|
||||||
mastodon = {
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.mastodon-token-smyth.path;
|
|
||||||
language = "en";
|
|
||||||
};
|
|
||||||
telegram = {
|
|
||||||
enable = true;
|
|
||||||
tokenFile = config.age.secrets.telegram-token-kmein.path;
|
|
||||||
chatIds = ["@HerbertWeirSmyth"];
|
chatIds = ["@HerbertWeirSmyth"];
|
||||||
};
|
|
||||||
command = toString (pkgs.writers.writeDash "random-smyth" ''
|
command = toString (pkgs.writers.writeDash "random-smyth" ''
|
||||||
set -efu
|
set -efu
|
||||||
|
|
||||||
@@ -27,21 +18,14 @@
|
|||||||
| ${pkgs.gnused}/bin/sed 's/^ref="//;s/"$//'
|
| ${pkgs.gnused}/bin/sed 's/^ref="//;s/"$//'
|
||||||
)
|
)
|
||||||
|
|
||||||
url="http://www.perseus.tufts.edu/hopper/text?doc=$RANDOM_SECTION"
|
${pkgs.curl}/bin/curl -sSL http://www.perseus.tufts.edu/hopper/text?doc=$RANDOM_SECTION\
|
||||||
${pkgs.curl}/bin/curl -sSL "$url"\
|
|
||||||
| ${pkgs.htmlq}/bin/htmlq '#text_main' \
|
| ${pkgs.htmlq}/bin/htmlq '#text_main' \
|
||||||
| ${pkgs.gnused}/bin/sed 's/<\/\?hr>//g' \
|
| ${pkgs.gnused}/bin/sed 's/<\/\?hr>//g' \
|
||||||
| ${pkgs.pandoc}/bin/pandoc -f html -t plain --wrap=none
|
| ${pkgs.pandoc}/bin/pandoc -f html -t plain --wrap=none
|
||||||
|
|
||||||
printf '\n%s\n\n#AncientGreek' "$url"
|
|
||||||
'');
|
'');
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.timers.bot-smyth.timerConfig.RandomizedDelaySec = "10h";
|
systemd.timers.telegram-bot-smyth.timerConfig.RandomizedDelaySec = "3h";
|
||||||
|
|
||||||
age.secrets = {
|
|
||||||
mastodon-token-smyth.file = ../../secrets/mastodon-token-smyth.age;
|
|
||||||
};
|
|
||||||
|
|
||||||
niveum.passport.services = [
|
niveum.passport.services = [
|
||||||
{
|
{
|
||||||
28
configs/telegram-bots/tlg-wotd.nix
Normal file
28
configs/telegram-bots/tlg-wotd.nix
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
niveum.telegramBots.tlg-wotd = {
|
||||||
|
enable = true;
|
||||||
|
time = "9:30";
|
||||||
|
token = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
|
||||||
|
chatIds = ["@tlgwotd"];
|
||||||
|
command = toString (pkgs.writers.writeDash "tlg-wotd" ''
|
||||||
|
${pkgs.curl}/bin/curl -sSL http://stephanus.tlg.uci.edu/Iris/Wotd \
|
||||||
|
| ${pkgs.recode}/bin/recode html..utf8 \
|
||||||
|
| ${pkgs.jq}/bin/jq -r '
|
||||||
|
"*\(.word)* '\'''\(.definition | rtrimstr(" "))'\'''\n\nFirst occurrence: \(.firstOccurrence)\nNumber of occurrences: \(.totalOccurrences)"
|
||||||
|
'
|
||||||
|
'');
|
||||||
|
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";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
82
configs/themes.nix
Normal file
82
configs/themes.nix
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
switch-theme = pkgs.writers.writeDashBin "switch-theme" ''
|
||||||
|
set -efux
|
||||||
|
if [ "$1" = toggle ]; then
|
||||||
|
if [ "$(${pkgs.coreutils}/bin/cat /var/theme/current_theme)" = dark ]; then
|
||||||
|
${placeholder "out"}/bin/switch-theme light
|
||||||
|
else
|
||||||
|
${placeholder "out"}/bin/switch-theme dark
|
||||||
|
fi
|
||||||
|
elif test -e "/etc/themes/$1"; then
|
||||||
|
mkdir -p /var/theme/config
|
||||||
|
${pkgs.rsync}/bin/rsync --chown=${config.users.users.me.name}:users -a --delete "/etc/themes/$1/" /var/theme/config/
|
||||||
|
echo "$1" > /var/theme/current_theme
|
||||||
|
${pkgs.coreutils}/bin/chown ${config.users.users.me.name}:users /var/theme/current_theme
|
||||||
|
${pkgs.xorg.xrdb}/bin/xrdb -merge /var/theme/config/xresources
|
||||||
|
${pkgs.procps}/bin/pkill -HUP xsettingsd
|
||||||
|
else
|
||||||
|
echo "theme $1 not found"
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
in {
|
||||||
|
systemd.services.xsettingsd = {
|
||||||
|
wantedBy = ["multi-user.target"];
|
||||||
|
after = ["display-manager.service"];
|
||||||
|
environment.DISPLAY = ":0";
|
||||||
|
serviceConfig = {
|
||||||
|
ExecStart = "${pkgs.xsettingsd}/bin/xsettingsd -c /var/theme/config/xsettings.conf";
|
||||||
|
User = config.users.users.me.name;
|
||||||
|
Restart = "always";
|
||||||
|
RestartSec = "15s";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
systemd.tmpfiles.rules = [
|
||||||
|
"d /var/theme/ 755 ${config.users.users.me.name} users"
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
switch-theme
|
||||||
|
pkgs.capitaine-cursors
|
||||||
|
];
|
||||||
|
|
||||||
|
home-manager.users.me = {
|
||||||
|
home.pointerCursor = {
|
||||||
|
name = "capitaine-cursors-white";
|
||||||
|
package = pkgs.capitaine-cursors;
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.etc = {
|
||||||
|
"themes/light/xsettings.conf".text = ''
|
||||||
|
Net/ThemeName "Adwaita"
|
||||||
|
'';
|
||||||
|
"themes/light/xresources".text = ''
|
||||||
|
*background: #ffffff
|
||||||
|
*foreground: #000000
|
||||||
|
'';
|
||||||
|
"themes/dark/xsettings.conf".text = ''
|
||||||
|
Net/ThemeName "Adwaita-dark"
|
||||||
|
'';
|
||||||
|
"themes/dark/xresources".text = ''
|
||||||
|
*background: #000000
|
||||||
|
*foreground: #ffffff
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
system.activationScripts.theme.text = ''
|
||||||
|
export DISPLAY=:0
|
||||||
|
if test -e /var/theme/current_theme; then
|
||||||
|
${switch-theme}/bin/switch-theme "$(cat /var/theme/current_theme)" ||
|
||||||
|
${switch-theme}/bin/switch-theme dark
|
||||||
|
else
|
||||||
|
${switch-theme}/bin/switch-theme dark
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
}
|
||||||
33
configs/theming.nix
Normal file
33
configs/theming.nix
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
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";
|
||||||
|
};
|
||||||
|
home.pointerCursor =
|
||||||
|
theme.cursor
|
||||||
|
// {
|
||||||
|
size = 16;
|
||||||
|
x11.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -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,28 +2,18 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
# url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
|
imports = [<stockholm/krebs/3modules/fetchWallpaper.nix>];
|
||||||
url = "http://wallpaper.r/realwallpaper-krebs.png";
|
|
||||||
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
|
|
||||||
'';
|
|
||||||
startAt = "*:00,10,20,30,40,50";
|
|
||||||
serviceConfig = {
|
|
||||||
Restart = "always";
|
|
||||||
RestartSec = "15s";
|
|
||||||
StartLimitBurst = 0;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.fetchWallpaper.isSystemUser = true;
|
||||||
|
|
||||||
|
services.xserver = {
|
||||||
|
display = lib.mkForce 0; # needed for fetchWallpaper to find the X display
|
||||||
|
displayManager.sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +LOCAL:";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,18 +2,10 @@
|
|||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
promptColours.success = "cyan";
|
home-manager.users.me.home.file.".zshrc".text = ''
|
||||||
promptColours.failure = "red";
|
# nothing to see here
|
||||||
in {
|
'';
|
||||||
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 {
|
||||||
@@ -22,6 +14,12 @@ in {
|
|||||||
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;
|
||||||
@@ -51,13 +49,19 @@ in {
|
|||||||
|
|
||||||
export KEYTIMEOUT=1
|
export KEYTIMEOUT=1
|
||||||
|
|
||||||
hash -d nixos=/etc/nixos niveum=${config.users.users.me.home}/sync/src/niveum
|
hash -d nixos=/etc/nixos niveum=${config.users.users.me.home}/projects/niveum
|
||||||
|
|
||||||
autoload -U zmv run-help edit-command-line
|
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 = ''
|
promptInit = with config.niveum; ''
|
||||||
autoload -Uz vcs_info
|
autoload -Uz vcs_info
|
||||||
zstyle ':vcs_info:*' enable git
|
zstyle ':vcs_info:*' enable git
|
||||||
zstyle ':vcs_info:*' check-for-changes true
|
zstyle ':vcs_info:*' check-for-changes true
|
||||||
@@ -67,20 +71,9 @@ in {
|
|||||||
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="$(hostname)"
|
|
||||||
else
|
|
||||||
RPROMPT="$vcs_info_msg_0_"
|
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
|
||||||
@@ -98,8 +91,6 @@ in {
|
|||||||
|
|
||||||
zle -N zle-line-init
|
zle -N zle-line-init
|
||||||
zle -N zle-keymap-select
|
zle -N zle-keymap-select
|
||||||
zle -N edit-command-line
|
|
||||||
bindkey -M vicmd v edit-command-line
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
2241
flake.lock
generated
2241
flake.lock
generated
File diff suppressed because it is too large
Load Diff
609
flake.nix
609
flake.nix
@@ -2,450 +2,195 @@
|
|||||||
description = "niveum: packages, modules, systems";
|
description = "niveum: packages, modules, systems";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
agenix.url = "github:ryantm/agenix";
|
nixos-stable.url = "github:NixOS/nixpkgs/nixos-22.05";
|
||||||
# alew-web.url = "git+ssh://gitea@code.kmein.de:22022/kfm/alew-web.git?ref=refs/heads/master";
|
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
coptic-dictionary.url = "github:kmein/coptic-dictionary";
|
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
home-manager.url = "github:nix-community/home-manager/release-25.05";
|
home-manager = {
|
||||||
menstruation-backend.url = "github:kmein/menstruation.rs";
|
url = "github:nix-community/home-manager/master";
|
||||||
menstruation-telegram.url = "github:kmein/menstruation-telegram";
|
inputs.nixpkgs.follows = "nixos-unstable";
|
||||||
centerpiece.url = "github:friedow/centerpiece";
|
};
|
||||||
nix-on-droid.url = "github:t184256/nix-on-droid/release-23.05";
|
krops = {
|
||||||
nixinate.url = "github:matthewcroughan/nixinate";
|
url = "github:kmein/krops";
|
||||||
nixpkgs-old.url = "github:NixOS/nixpkgs/50fc86b75d2744e1ab3837ef74b53f103a9b55a0";
|
inputs.nixpkgs.follows = "nixos-stable";
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/master";
|
inputs.flake-utils.follows = "flake-utils";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
|
||||||
nur.url = "github:nix-community/NUR";
|
|
||||||
recht.url = "github:kmein/recht";
|
|
||||||
retiolum.url = "github:krebs/retiolum";
|
|
||||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
|
||||||
scripts.url = "github:kmein/scripts";
|
|
||||||
stockholm.url = "github:krebs/stockholm";
|
|
||||||
stylix.url = "github:danth/stylix/release-25.05";
|
|
||||||
telebots.url = "github:kmein/telebots";
|
|
||||||
tinc-graph.url = "github:kmein/tinc-graph";
|
|
||||||
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";
|
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
coptic-dictionary.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# menstruation-backend.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
# menstruation-backend.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
# menstruation-backend.inputs.rust-overlay.follows = "rust-overlay";
|
|
||||||
menstruation-telegram.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
menstruation-telegram.inputs.menstruation-backend.follows = "menstruation-backend";
|
|
||||||
menstruation-telegram.inputs.nixpkgs.follows = "nixpkgs-old";
|
|
||||||
nix-on-droid.inputs.home-manager.follows = "home-manager";
|
|
||||||
nix-on-droid.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
recht.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
recht.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
scripts.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
scripts.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
scripts.inputs.rust-overlay.follows = "rust-overlay";
|
|
||||||
stylix.inputs.home-manager.follows = "home-manager";
|
|
||||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
tinc-graph.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
tinc-graph.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
tinc-graph.inputs.rust-overlay.follows = "rust-overlay";
|
|
||||||
voidrice.flake = false;
|
|
||||||
wallpaper-generator.inputs.flake-utils.follows = "flake-utils";
|
|
||||||
wallpapers.flake = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
# legacy
|
||||||
extra-substituters = [ "https://kmein.cachix.org" ];
|
menstruation-backend = {
|
||||||
extra-trusted-public-keys = [ "kmein.cachix.org-1:rsJ2b6++VQHJ1W6rGuDUYsK/qUkFA3bNpO6PyEyJ9Ls=" ];
|
url = "github:kmein/menstruation.rs";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
menstruation-telegram = {
|
||||||
|
url = "github:kmein/menstruation-telegram";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
nix-writers = {
|
||||||
|
url = "git+https://cgit.krebsco.de/nix-writers";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
recht = {
|
||||||
|
url = "github:kmein/recht";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
retiolum = {
|
||||||
|
url = "github:krebs/retiolum";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
scripts = {
|
||||||
|
url = "github:kmein/scripts";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
|
stockholm = {
|
||||||
|
url = "git+https://cgit.lassul.us/stockholm";
|
||||||
|
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,
|
||||||
nixpkgs,
|
|
||||||
nixpkgs-unstable,
|
|
||||||
nur,
|
|
||||||
home-manager,
|
|
||||||
agenix,
|
|
||||||
retiolum,
|
|
||||||
nixinate,
|
|
||||||
flake-utils,
|
flake-utils,
|
||||||
nix-on-droid,
|
home-manager,
|
||||||
centerpiece,
|
krops,
|
||||||
stylix,
|
menstruation-backend,
|
||||||
...
|
menstruation-telegram,
|
||||||
}:
|
nix-writers,
|
||||||
{
|
nixos-unstable,
|
||||||
apps = {
|
nixos-stable,
|
||||||
x86_64-darwin = let
|
recht,
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-darwin;
|
retiolum,
|
||||||
in {
|
scripts,
|
||||||
deploy-maakaron = {
|
stockholm,
|
||||||
type = "app";
|
telebots,
|
||||||
program = toString (pkgs.writers.writeDash "deploy-maakaron" ''
|
tinc-graph,
|
||||||
exec $(nix build .#homeConfigurations.maakaron.activationPackage --no-link --print-out-paths)/activate
|
traadfri,
|
||||||
'');
|
tuna,
|
||||||
};
|
} @ inputs: let
|
||||||
};
|
|
||||||
x86_64-linux = let
|
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
|
||||||
lib = nixpkgs.lib;
|
|
||||||
in
|
|
||||||
nixinate.nixinate.x86_64-linux self
|
|
||||||
// {
|
|
||||||
mock-secrets = {
|
|
||||||
type = "app";
|
|
||||||
program = toString (pkgs.writers.writeDash "mock-secrets" ''
|
|
||||||
${pkgs.findutils}/bin/find secrets -not -path '*/.*' -type f | ${pkgs.coreutils}/bin/sort > secrets.txt
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
}
|
|
||||||
# the following error prevents remote building of ful: https://github.com/NixOS/nixpkgs/issues/177873
|
|
||||||
// builtins.listToAttrs (map (hostname: let
|
|
||||||
externalNetwork = import ./lib/external-network.nix;
|
|
||||||
targets = {
|
|
||||||
ful = "root@ful";
|
|
||||||
zaatar = "root@zaatar";
|
|
||||||
makanek = "root@makanek";
|
|
||||||
manakish = "root@manakish";
|
|
||||||
tahina = "root@tahina";
|
|
||||||
tabula = "root@tabula";
|
|
||||||
kabsa = "root@kabsa";
|
|
||||||
fatteh = "root@fatteh";
|
|
||||||
kibbeh = "root@kibbeh";
|
|
||||||
};
|
|
||||||
in
|
|
||||||
lib.attrsets.nameValuePair "deploy-${hostname}" {
|
|
||||||
type = "app";
|
|
||||||
program = toString (pkgs.writers.writeDash "deploy-${hostname}" ''
|
|
||||||
exec ${pkgs.nixos-rebuild}/bin/nixos-rebuild switch \
|
|
||||||
--max-jobs 2 \
|
|
||||||
--log-format internal-json \
|
|
||||||
--flake .?submodules=1#${hostname} \
|
|
||||||
--target-host ${targets.${hostname}} 2>&1 \
|
|
||||||
| ${pkgs.nix-output-monitor}/bin/nom --json
|
|
||||||
'');
|
|
||||||
}) (builtins.attrNames self.nixosConfigurations))
|
|
||||||
// {
|
|
||||||
deploy-ful = {
|
|
||||||
type = "app";
|
|
||||||
program = toString (pkgs.writers.writeDash "deploy-ful" ''
|
|
||||||
exec ${pkgs.nix}/bin/nix run .?submodules=1#nixinate.ful \
|
|
||||||
--log-format internal-json 2>&1 \
|
|
||||||
| ${pkgs.nix-output-monitor}/bin/nom --json
|
|
||||||
'');
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nixosModules = {
|
|
||||||
htgen = import modules/htgen.nix;
|
|
||||||
moodle-dl = import modules/moodle-dl.nix;
|
|
||||||
networkmanager-declarative = import modules/networkmanager-declarative.nix;
|
|
||||||
passport = import modules/passport.nix;
|
|
||||||
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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
homeConfigurations = {
|
|
||||||
maakaron = let
|
|
||||||
system = "x86_64-darwin";
|
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
|
||||||
in
|
|
||||||
home-manager.lib.homeManagerConfiguration {
|
|
||||||
inherit pkgs;
|
|
||||||
modules = [./systems/maakaron/home.nix];
|
|
||||||
extraSpecialArgs = {
|
|
||||||
inherit inputs;
|
|
||||||
niveumPackages = inputs.self.packages.${system};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nixosConfigurations = let
|
|
||||||
niveumSpecialArgs = system: {
|
|
||||||
unstablePackages = import nixpkgs-unstable {
|
|
||||||
inherit system;
|
|
||||||
config.allowUnfreePredicate = pkg:
|
|
||||||
builtins.elem (nixpkgs-unstable.lib.getName pkg) [
|
|
||||||
"obsidian"
|
|
||||||
"zoom"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
niveumPackages = inputs.self.packages.${system};
|
|
||||||
niveumLib = inputs.self.lib;
|
|
||||||
inherit inputs;
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
ful = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "aarch64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/ful/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
inputs.self.nixosModules.passport
|
|
||||||
inputs.self.nixosModules.panoptikon
|
|
||||||
inputs.self.nixosModules.htgen
|
|
||||||
inputs.stockholm.nixosModules.reaktor2
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
nur.modules.nixos.default
|
|
||||||
{ nixpkgs.overlays = [ inputs.stockholm.overlays.default ]; }
|
|
||||||
{
|
|
||||||
_module.args.nixinate = {
|
|
||||||
host = "ful";
|
|
||||||
sshUser = "root";
|
|
||||||
buildOn = "remote";
|
|
||||||
substituteOnTarget = true;
|
|
||||||
hermetic = false;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
zaatar = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = niveumSpecialArgs system;
|
pkgs = nixos-stable.legacyPackages.${system};
|
||||||
modules = [
|
home =
|
||||||
systems/zaatar/configuration.nix
|
if nixos-stable.lib.inPureEvalMode or false
|
||||||
agenix.nixosModules.default
|
then _: /nonexistent
|
||||||
retiolum.nixosModules.retiolum
|
else import lib/home.nix;
|
||||||
];
|
source = {
|
||||||
};
|
sources,
|
||||||
kibbeh = nixpkgs.lib.nixosSystem rec {
|
unstable,
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/kibbeh/configuration.nix
|
|
||||||
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 = [
|
|
||||||
systems/makanek/configuration.nix
|
|
||||||
inputs.self.nixosModules.telegram-bot
|
|
||||||
inputs.self.nixosModules.htgen
|
|
||||||
inputs.self.nixosModules.passport
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
nur.modules.nixos.default
|
|
||||||
];
|
|
||||||
};
|
|
||||||
tahina = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/tahina/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
];
|
|
||||||
};
|
|
||||||
tabula = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/tabula/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
];
|
|
||||||
};
|
|
||||||
manakish = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/manakish/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
nur.modules.nixos.default
|
|
||||||
stylix.nixosModules.stylix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
kabsa = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/kabsa/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
nur.modules.nixos.default
|
|
||||||
stylix.nixosModules.stylix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
fatteh = nixpkgs.lib.nixosSystem rec {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
specialArgs = niveumSpecialArgs system;
|
|
||||||
modules = [
|
|
||||||
systems/fatteh/configuration.nix
|
|
||||||
agenix.nixosModules.default
|
|
||||||
retiolum.nixosModules.retiolum
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
nur.modules.nixos.default
|
|
||||||
stylix.nixosModules.stylix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
// flake-utils.lib.eachSystem [flake-utils.lib.system.x86_64-linux flake-utils.lib.system.x86_64-darwin flake-utils.lib.system.aarch64-linux] (system: let
|
|
||||||
pkgs = import nixpkgs {
|
|
||||||
inherit system;
|
|
||||||
overlays = [
|
|
||||||
nur.overlays.default
|
|
||||||
(self: super: {
|
|
||||||
mpv = super.mpv.override {scripts = [inputs.self.packages.${system}.mpv-visualizer super.mpvScripts.mpris];};
|
|
||||||
dmenu = super.writers.writeDashBin "dmenu" ''exec ${pkgs.wofi}/bin/wofi --dmenu "$@"'';
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
|
||||||
unstablePackages = import nixpkgs-unstable {
|
|
||||||
inherit system;
|
|
||||||
};
|
|
||||||
wrapScript = {
|
|
||||||
packages ? [],
|
|
||||||
name,
|
name,
|
||||||
script,
|
|
||||||
}:
|
}:
|
||||||
pkgs.writers.writeDashBin name ''PATH=$PATH:${nixpkgs.lib.makeBinPath (packages ++ [pkgs.findutils pkgs.coreutils pkgs.gnused pkgs.gnugrep])} ${script} "$@"'';
|
{
|
||||||
in {
|
niveum.file = toString ./.;
|
||||||
packages = rec {
|
nixos-config.symlink = "niveum/systems/${name}/configuration.nix";
|
||||||
auc = pkgs.callPackage packages/auc.nix {};
|
system-secrets.pass = {
|
||||||
betacode = pkgs.callPackage packages/betacode.nix {};
|
dir = toString (home /.password-store);
|
||||||
brainmelter = pkgs.callPackage packages/brainmelter.nix {};
|
name = "systems/${name}";
|
||||||
brassica = pkgs.callPackage packages/brassica.nix {};
|
|
||||||
cheat-sh = pkgs.callPackage packages/cheat-sh.nix {};
|
|
||||||
closest = pkgs.callPackage packages/closest {};
|
|
||||||
cro = pkgs.callPackage packages/cro.nix {};
|
|
||||||
cyberlocker-tools = pkgs.callPackage packages/cyberlocker-tools.nix {};
|
|
||||||
default-gateway = pkgs.callPackage packages/default-gateway.nix {};
|
|
||||||
depp = pkgs.callPackage packages/depp.nix {};
|
|
||||||
dashboard = pkgs.callPackage packages/dashboard {};
|
|
||||||
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 {};
|
|
||||||
gpt35 = pkgs.callPackage packages/gpt.nix {model = "gpt-3.5-turbo";};
|
|
||||||
gpt4 = pkgs.callPackage packages/gpt.nix {model = "gpt-4";};
|
|
||||||
hc = pkgs.callPackage packages/hc.nix {};
|
|
||||||
jq-lsp = pkgs.callPackage packages/jq-lsp.nix {};
|
|
||||||
stardict-tools = pkgs.callPackage packages/stardict-tools.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 {};
|
|
||||||
noise-waves = pkgs.callPackage packages/noise-waves.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-iptv = pkgs.callPackage packages/mpv-iptv.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 {};
|
|
||||||
polyglot = pkgs.callPackage packages/polyglot.nix {};
|
|
||||||
q = pkgs.callPackage packages/q.nix {};
|
|
||||||
qrpaste = pkgs.callPackage packages/qrpaste.nix {};
|
|
||||||
random-zeno = pkgs.callPackage packages/random-zeno.nix {};
|
|
||||||
rfc = pkgs.callPackage packages/rfc.nix {};
|
|
||||||
gimp = pkgs.callPackage packages/gimp.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 {};
|
|
||||||
passmenu = pkgs.callPackage packages/passmenu.nix {};
|
|
||||||
trans = pkgs.callPackage packages/trans.nix {};
|
|
||||||
ttspaste = pkgs.callPackage packages/ttspaste.nix {};
|
|
||||||
unicodmenu = pkgs.callPackage packages/unicodmenu.nix {};
|
|
||||||
emailmenu = pkgs.callPackage packages/emailmenu.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 {};
|
|
||||||
radio-news = pkgs.callPackage packages/radio-news.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 = pkgs.callPackage packages/dmenu-randr.nix {};
|
secrets.pass = {
|
||||||
tag = wrapScript {
|
dir = toString (home /.password-store);
|
||||||
script = inputs.voidrice.outPath + "/.local/bin/tag";
|
name = "shared";
|
||||||
name = "tag";
|
};
|
||||||
packages = [pkgs.ffmpeg];
|
nixpkgs.git = {
|
||||||
|
url = "https://github.com/NixOS/nixpkgs";
|
||||||
|
ref =
|
||||||
|
(
|
||||||
|
if unstable
|
||||||
|
then inputs.nixos-unstable
|
||||||
|
else inputs.nixos-stable
|
||||||
|
)
|
||||||
|
.rev;
|
||||||
|
shallow = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
// nixos-stable.lib.mapAttrs' (name: value: {
|
||||||
|
inherit name;
|
||||||
|
value.git = {
|
||||||
|
url = let
|
||||||
|
github = x: "https://github.com/${x}";
|
||||||
|
in
|
||||||
|
{
|
||||||
|
home-manager = github "nix-community/home-manager";
|
||||||
|
menstruation-backend = github "kmein/menstruation.rs";
|
||||||
|
menstruation-telegram = github "kmein/menstruation-telegram";
|
||||||
|
nixos-unstable = github "NixOS/nixpkgs";
|
||||||
|
nix-writers = "https://cgit.krebsco.de/nix-writers";
|
||||||
|
recht = github "kmein/recht";
|
||||||
|
retiolum = github "krebs/retiolum";
|
||||||
|
stockholm = "https://cgit.lassul.us/stockholm";
|
||||||
|
scripts = github "kmein/scripts";
|
||||||
|
telebots = github "kmein/telebots";
|
||||||
|
tinc-graph = github "kmein/tinc-graph";
|
||||||
|
traadfri = github "kmein/traadfri";
|
||||||
|
}
|
||||||
|
.${name};
|
||||||
|
ref = value.rev;
|
||||||
|
shallow = true;
|
||||||
|
};
|
||||||
|
}) (nixos-stable.lib.filterAttrs (name: _: builtins.elem name sources) inputs);
|
||||||
|
deployScriptFor = {
|
||||||
|
name,
|
||||||
|
user ? "root",
|
||||||
|
host,
|
||||||
|
unstable ? false,
|
||||||
|
sshPort ? (import ./lib/default.nix).sshPort,
|
||||||
|
sources,
|
||||||
|
}:
|
||||||
|
toString (krops.packages.${system}.writeDeploy "deploy-${name}" {
|
||||||
|
source = krops.lib.evalSource [(source {inherit sources unstable name;})];
|
||||||
|
target = "${user}@${host}:${toString sshPort}";
|
||||||
|
useNixOutputMonitor = true;
|
||||||
|
});
|
||||||
|
in {
|
||||||
|
apps.${system} = let
|
||||||
|
forSystems = f: builtins.listToAttrs (map f (builtins.attrNames (builtins.readDir ./systems)));
|
||||||
|
externalNetwork = import ./lib/external-network.nix;
|
||||||
|
deployScripts = forSystems (name: {
|
||||||
|
name = "deploy-${name}";
|
||||||
|
value = {
|
||||||
|
type = "app";
|
||||||
|
program = deployScriptFor {
|
||||||
|
inherit name;
|
||||||
|
host =
|
||||||
|
if externalNetwork ? name
|
||||||
|
then externalNetwork.${name}
|
||||||
|
else "${name}.r";
|
||||||
|
unstable = name == "kabsa" || name == "manakish";
|
||||||
|
sources =
|
||||||
|
["nix-writers" "nixpkgs" "retiolum" "stockholm"]
|
||||||
|
++ {
|
||||||
|
zaatar = ["traadfri"];
|
||||||
|
ful = [];
|
||||||
|
tahina = [];
|
||||||
|
kabsa = ["traadfri" "nixos-unstable" "home-manager" "menstruation-backend" "recht"];
|
||||||
|
manakish = ["traadfri" "nixos-unstable" "home-manager" "menstruation-backend" "recht"];
|
||||||
|
makanek = ["nixos-unstable" "menstruation-telegram" "menstruation-backend" "scripts" "telebots" "tinc-graph"];
|
||||||
|
}
|
||||||
|
.${name};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
ciScripts = forSystems (name: {
|
||||||
|
name = "build-${name}";
|
||||||
|
value = {
|
||||||
|
type = "app";
|
||||||
|
program = import ./ci.nix {inherit name system inputs;};
|
||||||
|
};
|
||||||
|
});
|
||||||
|
in
|
||||||
|
deployScripts // ciScripts;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
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;
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user