Replace my shit flatpak module with nix-flatpak
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user