move brave outside of home-manager
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ in {
|
|||||||
v4l-utils
|
v4l-utils
|
||||||
logseq # notes
|
logseq # notes
|
||||||
ani-cli
|
ani-cli
|
||||||
|
brave
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user