Home: Rename home/modules to home/homemodules
This commit is contained in:
13
home/homemodules/firefox/options.nix
Normal file
13
home/homemodules/firefox/options.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOption "Firefox";
|
||||
wayland = mkBoolOption false "Enable firefox wayland support";
|
||||
vaapi = mkBoolOption false "Enable firefox vaapi support";
|
||||
disableTabBar = mkBoolOption false "Disable the firefox tab bar (for TST)";
|
||||
textfox = mkBoolOption false "Enable the TextFox theme";
|
||||
}
|
||||
Reference in New Issue
Block a user