Replace my shit flatpak module with nix-flatpak
This commit is contained in:
@ -27,5 +27,7 @@
|
||||
./rofi
|
||||
./vscode
|
||||
./waybar
|
||||
|
||||
inputs.nix-flatpak.homeManagerModules.nix-flatpak
|
||||
];
|
||||
}
|
||||
|
@ -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