Home: Rename home/modules to home/homemodules
This commit is contained in:
10
home/homemodules/chromium/options.nix
Normal file
10
home/homemodules/chromium/options.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOption "Chromium";
|
||||
google = mkEnableOption "Google Chrome";
|
||||
}
|
||||
Reference in New Issue
Block a user