diff --git a/flake.lock b/flake.lock index 9f1e467..23d1fab 100644 --- a/flake.lock +++ b/flake.lock @@ -491,11 +491,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1731556998, - "narHash": "sha256-/x/j+JHTMVFLWDpWClFw3IpzJiVkHTWL5z138Jj2ec4=", + "lastModified": 1732334599, + "narHash": "sha256-6rT/EbzElX894Az/UmQoEYj2YLNHddwUtfPLpenMHpQ=", "ref": "refs/heads/master", - "rev": "47a8f584cbd9f26ca18e905ec37799838babcc29", - "revCount": 3905, + "rev": "cc09ebae9e99ea2310d3f8719ab06a9880373b8d", + "revCount": 3922, "type": "git", "url": "https://gitlab.com/rycee/nur-expressions" }, diff --git a/home/features/cli/productivity/smos/default.nix b/home/features/cli/productivity/smos/default.nix index f45a57b..8e94f08 100644 --- a/home/features/cli/productivity/smos/default.nix +++ b/home/features/cli/productivity/smos/default.nix @@ -5,7 +5,7 @@ ... }: let - workflowDir = "${config.xdg.dataHome}/smos/workflow"; + workflowDir = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/stellar-sanctum/smos"; in { sops.secrets.smos_password.sopsFile = ../secrets.yaml; @@ -32,9 +32,7 @@ in oauth-token-file = config.sops.secrets.smos_github_token.path; }; - calendar = { - enable = true; - }; + calendar.enable = true; }; # }}} # {{{ Storage & secrets diff --git a/home/features/cli/ssh.nix b/home/features/cli/ssh.nix index 472ee0f..0210be3 100644 --- a/home/features/cli/ssh.nix +++ b/home/features/cli/ssh.nix @@ -5,5 +5,5 @@ # This allows me to push/pull to my forgejo server via SSH. # See the docs for more details: https://developers.cloudflare.com/cloudflare-one/tutorials/gitlab/#configuring-ssh - programs.ssh.matchBlocks."ssh.git.moonythm.dev".proxyCommand = "${lib.getExe pkgs.cloudflared} access ssh --hostname %h"; + # programs.ssh.matchBlocks."ssh.git.moonythm.dev".proxyCommand = "${lib.getExe pkgs.cloudflared} access ssh --hostname %h"; } diff --git a/home/tethys.nix b/home/tethys.nix index 91a7b07..35f6b9c 100644 --- a/home/tethys.nix +++ b/home/tethys.nix @@ -27,6 +27,7 @@ # }}} # {{{ Editors for different formats gimp # Image editing + krita # drawing # lmms # Music software # kicad # PCB editing # libreoffice # Free office suite