Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-03-01 18:48:32 +00:00
parent b0d086a0e7
commit 2e4591f9b8
2 changed files with 51 additions and 49 deletions

View File

@@ -1,7 +1,8 @@
{pkgs, ...}: {
programs.himalaya = {
enable = true;
package = pkgs.writeShellApplication {
package =
pkgs.writeShellApplication {
name = "himalaya";
runtimeInputs = [pkgs.himalaya];
text = ''

View File

@@ -11,7 +11,8 @@ with lib; let
in {
home.packages = [pkgs.neverest];
xdg.configFile."neverest/config.toml".source = tomlFormat.generate "neverest-config.toml" {
xdg.configFile."neverest/config.toml".source =
tomlFormat.generate "neverest-config.toml" {
accounts."christoph@schmatzler.com" = {
default = true;