@@ -1,7 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
programs.himalaya = {
|
||||
enable = true;
|
||||
package = pkgs.writeShellApplication {
|
||||
package =
|
||||
pkgs.writeShellApplication {
|
||||
name = "himalaya";
|
||||
runtimeInputs = [pkgs.himalaya];
|
||||
text = ''
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user