@@ -1,7 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.himalaya = {
|
programs.himalaya = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.writeShellApplication {
|
package =
|
||||||
|
pkgs.writeShellApplication {
|
||||||
name = "himalaya";
|
name = "himalaya";
|
||||||
runtimeInputs = [pkgs.himalaya];
|
runtimeInputs = [pkgs.himalaya];
|
||||||
text = ''
|
text = ''
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ with lib; let
|
|||||||
in {
|
in {
|
||||||
home.packages = [pkgs.neverest];
|
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" = {
|
accounts."christoph@schmatzler.com" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user