summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-27docs: add one-line descriptions to workstation scriptsMartin Fischer
2025-02-26chore: update deprecated Zed settingMartin Fischer
(Was done automatically by Zed.)
2025-02-24tweak(workstation): use Zed from unstableMartin Fischer
2025-02-24refactor: name npins import sourcesMartin Fischer
2025-02-24deps: updateMartin Fischer
2025-02-24chore: sort npins/sources.json alphabeticallyMartin Fischer
npins automatically changes it to this order when doing any changes.
2025-02-23tweak(workstation): make Firefox open new tabs after currentMartin Fischer
2025-02-23feat(workstation): add typst and zathuraMartin Fischer
2025-02-23feat(workstation): add zedMartin Fischer
2025-02-22feat(workstation): add platformio and dialout group for split-flapMartin Fischer
2025-02-21refactor: move user config to workstation profileMartin Fischer
2025-01-25feat(workstation): add notify-sendMartin Fischer
2025-01-25feat(workstation): add poweralertdMartin Fischer
My laptop died on me a couple times while I was working because it didn't complain about the running out battery.
2025-01-15feat(workstation): add unzipMartin Fischer
2025-01-06fix(user/zsh): set VISUAL instead of EDITORMartin Fischer
EDITOR is meant for line editors while VISUAL is meant for full-screen editors. Also most software appears to prefer VISUAL over EDITOR (e.g. git and sudoedit).
2025-01-04feat(user/vim): add djot syntax highlightingMartin Fischer
From https://github.com/jgm/djot.
2025-01-02feat(workstation): use nix from git for --raw support in nix-instantiate --evalMartin Fischer
2024-12-30feat(workstation): add element-desktopMartin Fischer
2024-12-30refactor: move postgresql config under shared/Martin Fischer
2024-12-29fix(server): disable PasswordAuthentication for opensshMartin Fischer
2024-12-29feat(ev): add qbittorrentMartin Fischer
2024-12-29feat(shared): add vpnMartin Fischer
2024-12-29ev: add kodiMartin Fischer
2024-12-29ev: add external HDDsMartin Fischer
2024-12-29ev: add zigbee2mqtt and mosquittoMartin Fischer
2024-12-28refactor(tente): declare ports in default.nixMartin Fischer
2024-12-27refactor: split up tente/default.nixMartin Fischer
2024-12-27refactor: introduce profilesMartin Fischer
2024-12-27refactor: move host configs under hosts/Martin Fischer
2024-12-27refactor: merge domains.nix into tente-configuration.nixMartin Fischer
2024-12-27fix: remove ignored tailscale.extraUpFlagsMartin Fischer
It only takes effect if authKeyFile is specified.
2024-12-24graphical: set Firefox devPixelsPerPx to 1.2Martin Fischer
2024-12-24add grim and gimpMartin Fischer
For taking screenshots and looking at them in detail.
2024-12-23graphical: tweak firefox settingsMartin Fischer
2024-12-23add Svelte VS Code extensionMartin Fischer
2024-12-21add config for evMartin Fischer
2024-12-21refactor: move openssh config to server partMartin Fischer
2024-12-21graphical: autostart swayMartin Fischer
2024-12-21hamac: enable autologinMartin Fischer
2024-12-21graphical: add swaylockMartin Fischer
2024-12-18tente: add matrix-synapseMartin Fischer
2024-12-18change domain to push-f.comMartin Fischer
2024-12-18tente: bump stateVersion to 24.11Martin Fischer
2024-12-18tente: add cgitMartin Fischer
2024-12-18tente: add headscaleMartin Fischer
2024-12-18refactor: introduce domains.nixMartin Fischer
2024-12-18refactor(tente): group servicesMartin Fischer
2024-12-18tente: give group access to /srv/gitoliteMartin Fischer
In preparation for cgit.
2024-12-16tente: add nginxMartin Fischer
2024-12-15refactor: move firewall config upMartin Fischer