added pkgs
This commit is contained in:
parent
5ac3c1cc13
commit
174fa7efd8
2 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,7 @@
|
|||
nix-output-monitor
|
||||
ripgrep
|
||||
### Internet Browsers & Communication ###
|
||||
brave
|
||||
firefox
|
||||
microsoft-edge
|
||||
nextcloud-client
|
||||
|
|
|
|||
|
|
@ -111,6 +111,10 @@
|
|||
(lib.mkIf hostType.isWorkstation {
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ulauncher
|
||||
];
|
||||
|
||||
programs = {
|
||||
password-store.package = pkgs.pass-wayland;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue