move brave outside of home-manager
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
neo-tree = {
|
||||
enable = true;
|
||||
window.width = 30;
|
||||
filesystem.followCurrentFile.enabled = true;
|
||||
sourceSelector = {
|
||||
#statusline = true;
|
||||
winbar = true;
|
||||
|
||||
@@ -33,6 +33,7 @@ in {
|
||||
v4l-utils
|
||||
logseq # notes
|
||||
ani-cli
|
||||
brave
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user