home-manager: remove dead code
This commit is contained in:
parent
d46a1aeb8c
commit
599a0d92c7
1 changed files with 0 additions and 28 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue