lass 2 browsers: add browser-select
This commit is contained in:
parent
9dcea815c6
commit
0253b3f073
@ -26,8 +26,17 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#TODO: abstract this
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
(simpleScript "browser-select" ''
|
||||||
|
BROWSER=$(echo -e "ff\ncr\nfb\ngm\nflash" | dmenu)
|
||||||
|
$BROWSER $@
|
||||||
|
'')
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../3modules/per-user.nix
|
../3modules/per-user.nix
|
||||||
] ++ [
|
] ++ [
|
||||||
|
Loading…
Reference in New Issue
Block a user