move brave outside of home-manager

This commit is contained in:
Kopatz
2025-10-05 22:46:22 +02:00
parent 612c71267d
commit 691f7eb601
3 changed files with 2 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
neo-tree = {
enable = true;
window.width = 30;
filesystem.followCurrentFile.enabled = true;
sourceSelector = {
#statusline = true;
winbar = true;

View File

@@ -33,6 +33,7 @@ in {
v4l-utils
logseq # notes
ani-cli
brave
];
};
}

View File

@@ -23,9 +23,6 @@
description = config.mainUser.name;
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [
brave
];
openssh.authorizedKeys.keys = [ config.mainUser.sshKey ];
};
}