Fix various issues

This commit is contained in:
ItsDrike 2024-06-10 20:09:04 +02:00
parent f5ffba4a56
commit 8390c54639
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 4 additions and 10 deletions

View file

@ -2,12 +2,6 @@
inherit (lib) mkEnableOption mkOption types;
in
{
imports = [
./programs
./git.nix
./wms.nix
];
options.myOptions.home-manager.programs = {
launchers = {
wofi.enable = mkEnableOption "Wofi launcher";