diff --git a/home/calypso.nix b/home/calypso.nix index d21cb2f..f6a6313 100644 --- a/home/calypso.nix +++ b/home/calypso.nix @@ -9,12 +9,12 @@ ./features/cli/productivity ./features/cli/zellij.nix ./features/desktop/discord - ./features/desktop/edopro.nix + ./features/desktop/gaming + ./features/desktop/gaming/edopro.nix ./features/desktop/firefox ./features/desktop/foot.nix ./features/desktop/obsidian.nix ./features/desktop/spotify.nix - ./features/desktop/steam.nix ./features/desktop/zathura.nix ./features/wayland/hyprland ./features/neovim diff --git a/home/features/desktop/steam.nix b/home/features/desktop/gaming/default.nix similarity index 77% rename from home/features/desktop/steam.nix rename to home/features/desktop/gaming/default.nix index 5b4a9d2..5d47b44 100644 --- a/home/features/desktop/steam.nix +++ b/home/features/desktop/gaming/default.nix @@ -1,5 +1,7 @@ -{ config, ... }: +{ config, pkgs, ... }: { + home.packages = [ pkgs.vvvvvv ]; + # {{{ Persistence satellite.persistence.at.state.apps.steam = { directories = [ diff --git a/home/features/desktop/edopro.nix b/home/features/desktop/gaming/edopro.nix similarity index 100% rename from home/features/desktop/edopro.nix rename to home/features/desktop/gaming/edopro.nix diff --git a/home/features/neovim/snippets/common/math-phrases.miros b/home/features/neovim/snippets/common/math-phrases.miros index b24aa90..9e2109c 100644 --- a/home/features/neovim/snippets/common/math-phrases.miros +++ b/home/features/neovim/snippets/common/math-phrases.miros @@ -1,7 +1,7 @@ block auto !word block capitalize abbr bcla by contradiction let's assume - abbr wlg without loss of generality + abbr wlog without loss of generality abbr tits that is to say, abbr wpbd we will prove the statement in both directions. abbr itf it then follows diff --git a/hosts/nixos/lapetus/services/forgejo.nix b/hosts/nixos/lapetus/services/forgejo.nix index 7bc16d8..7153a34 100644 --- a/hosts/nixos/lapetus/services/forgejo.nix +++ b/hosts/nixos/lapetus/services/forgejo.nix @@ -16,11 +16,7 @@ enable = true; stateDir = "/persist/state/var/lib/forgejo"; mailerPasswordFile = config.sops.secrets.forgejo_mail_password.path; - - dump = { - enable = true; - type = "tar.gz"; - }; + dump.enable = false; # We already backup via rsync + have zfs snapshots to rollback to lfs.enable = true;