Home: Rename home/modules to home/homemodules
This commit is contained in:
10
home/homemodules/hyprpanel/options.nix
Normal file
10
home/homemodules/hyprpanel/options.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with mylib.modules; {
|
||||
enable = mkEnableOption "Enable Hyprpanel";
|
||||
systemd.enable = mkEnableOption "Start using systemd";
|
||||
}
|
||||
Reference in New Issue
Block a user