[feat] Change stuff for mac

This commit is contained in:
Uttarayan Mondal
2024-03-18 12:15:37 +05:30
parent 03aa7cafed
commit d912b2ae49
5 changed files with 21 additions and 13 deletions

View File

@@ -2,8 +2,15 @@
with lib;
let cfg = config.programs.goread;
in {
let
cfg = config.programs.goread;
# configDir =
# if pkgs.stdenv.isDarwin then
# "${config.home.homeDirectory}Library/Application Support/goread"
# else
# "${config.xdg.configHome}/goread";
in
{
options = {
programs.goread = {
enable = mkEnableOption "goread - a terminal RSS/Atom reader";