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
|
nix-output-monitor
|
||||||
ripgrep
|
ripgrep
|
||||||
### Internet Browsers & Communication ###
|
### Internet Browsers & Communication ###
|
||||||
|
brave
|
||||||
firefox
|
firefox
|
||||||
microsoft-edge
|
microsoft-edge
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue