added pkgs

This commit is contained in:
William 2025-03-19 12:56:14 -03:00
parent 5ac3c1cc13
commit 174fa7efd8
2 changed files with 5 additions and 0 deletions

View file

@ -77,6 +77,7 @@
nix-output-monitor
ripgrep
### Internet Browsers & Communication ###
brave
firefox
microsoft-edge
nextcloud-client

View file

@ -111,6 +111,10 @@
(lib.mkIf hostType.isWorkstation {
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
ulauncher
];
programs = {
password-store.package = pkgs.pass-wayland;