diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-03-22 17:17:59 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-03-22 17:17:59 +0530 |
| commit | edc4ef0106f7d4a37d367e81ae9e6470dbdc7087 (patch) | |
| tree | 2e49381dbfec01b74d3b91bffc3c75e040742cef /home.nix | |
| parent | 384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f (diff) | |
| download | nixos-config-edc4ef0106f7d4a37d367e81ae9e6470dbdc7087.tar.gz nixos-config-edc4ef0106f7d4a37d367e81ae9e6470dbdc7087.zip | |
chore: config sync
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -14,17 +14,17 @@ in yarn ]; - #programs.emacs = { - #enable = true; - #}; - #services.emacs = { - #enable = true; - #client.enable = true; - #}; - #programs.direnv = { - #enable = true; - #enableNixDirenvIntegration = true; - #}; + # programs.emacs = { + # enable = true; + # }; + # services.emacs = { + # enable = true; + # client.enable = true; + # }; + # programs.direnv = { + # enable = true; + # enableNixDirenvIntegration = true; + # }; # xdg.configFile."mimeapps.list".text = '' # [Default Applications] |
