diff --git a/homeModules/cli.nix b/homeModules/cli.nix index a678563..a349053 100644 --- a/homeModules/cli.nix +++ b/homeModules/cli.nix @@ -1,7 +1,6 @@ { self, config, - osConfig, pkgs, ... }: @@ -64,33 +63,6 @@ in inherit shellAliases; }; - programs.zellij.enable = true; - - # programs.khal = { - # enable = true; - # }; - - # accounts.calendar.basePath = ".calendar"; - - # programs.pimsync.enable = true; - - # accounts.calendar.accounts.personal = { - # pimsync.enable = true; - # khal.enable = true; - # thunderbird.enable = true; - # remote = { - # url = "https://cloud.rpqt.fr/remote.php/dav/calendars/rpqt/personal/"; - - # type = "caldav"; - # userName = "rpqt@rpqt.fr"; - # passwordCommand = [ - # "sh" - # "-c" - # "passage web/cloud.rpqt.fr | head -n 1" - # ]; - # }; - # }; - xdg.configFile."git".source = "${config.dotfiles.path}/.config/git"; xdg.configFile."jj/config.toml".source = "${config.dotfiles.path}/.config/jj/config.toml"; xdg.configFile."task/taskrc".source = "${config.dotfiles.path}/.config/task/taskrc";