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 nix-output-monitor
ripgrep ripgrep
### Internet Browsers & Communication ### ### Internet Browsers & Communication ###
brave
firefox firefox
microsoft-edge microsoft-edge
nextcloud-client nextcloud-client

View file

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