Add more browser options
This commit is contained in:
parent
654164b27c
commit
66861e0af5
|
@ -1,7 +1,7 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
./env/sway.nix
|
||||
./packages/env
|
||||
./packages/env/bash.nix
|
||||
./packages/tui
|
||||
./packages/gui/browser.nix
|
||||
./packages/gui/foot.nix
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ./common.nix ];
|
||||
home.packages = with pkgs; [ firefox ];
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
chromium
|
||||
];
|
||||
}
|
||||
|
|
|
@ -29,5 +29,6 @@
|
|||
})
|
||||
file
|
||||
silver-searcher
|
||||
lynx
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue