1

Replace my shit flatpak module with nix-flatpak

This commit is contained in:
2024-05-30 10:53:05 +02:00
parent c3bcd8969c
commit 83885191db
4 changed files with 62 additions and 23 deletions

View File

@ -14,10 +14,10 @@ in {
config = mkIf cfg.enable {
# TODO: Configure by option
home.sessionVariables = {
EDITOR = "nvim";
VISUAL = "nvim";
};
# home.sessionVariables = {
# EDITOR = "nvim";
# VISUAL = "nvim";
# };
programs.neovim = {
enable = true;