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 = { neo-tree = {
enable = true; enable = true;
window.width = 30; window.width = 30;
filesystem.followCurrentFile.enabled = true;
sourceSelector = { sourceSelector = {
#statusline = true; #statusline = true;
winbar = true; winbar = true;

View File

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

View File

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