From 66184970904a505ac9036ef53fb2680b24165bc7 Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Sun, 28 Dec 2025 12:03:39 -0600 Subject: [PATCH] added zfs-auto-snapshot info --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7222232..021659d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Here is my desktop configuration for the Niri wayland compositor. # Notes - Everything under [.config/noctalia](home/aiden/.config/noctalia) and most of what's under [.config/nvim](home/aiden/.config/nvim) was generated by Noctalia and Lazyvim respectively. - Everything else I've created or edited extensively myself. -- [niri/outputs.kdl](home/aiden/.config/niri/outputs.kdl) will always need to be edited to your monitor configuration +- [niri/outputs.kdl](home/aiden/.config/niri/outputs.kdl) will always need to be edited to your monitor configuration # Dependencies ## Required @@ -32,6 +32,10 @@ Here is my desktop configuration for the Niri wayland compositor. - Plugins -> Update Count Settings -> Terminal Emulatorpolkit-kde-agent - SDDM - [cron.hourly/sddm-background.sh](etc/cron.hourly/sddm-background.sh) and [sddm-random-background.sh](home/aiden/sddm-random-background.sh) won't work without SDDM but otherwise feel free to use any (or no) login manager +- zfs-auto-snaphot + - the zfs-auto-snaphot is setup to use zrep following [this guide](https://www.reddit.com/r/voidlinux/comments/hu1ron/simple_backup_with_zfsautosnapshot/) + - Either set it up if you're using zfs or remove the cron files under [/etc](etc) + - requires cron (see below) - Nemo - File Manager of choice - [niri/binds.kdl](home/aiden/.config/niri/binds.kdl) @@ -56,3 +60,5 @@ Here is my desktop configuration for the Niri wayland compositor. - Needed to add calendars to evolution-data-server, which Noctalia uses to show calendar events - GNOME Calendar - GUI to view calendar, but is solely a calendar unlike Evolution +- A cron implementation + - I use snooze on void, you may want to convert the cron files to systemd timers if that is an option for you.