trying this

This commit is contained in:
Bryan Ramos 2023-06-06 13:30:16 -04:00
parent 8374f7de3e
commit 8abda55ac9
10 changed files with 132 additions and 22 deletions

View file

@ -7,8 +7,8 @@ let
in
{ options.modules.gui = { enable = mkEnableOption "gui"; };
config = mkIf cfg.enable {
wayland.windowmanager.sway = import ./config/sway.nix { inherit pkgs; };
programs.rofi = import ./config/rofi.nix { inherit pkgs; };
wayland.windowManager.sway = import ./config/sway.nix { inherit pkgs config lib; };
programs.rofi = import ./config/rofi.nix { inherit pkgs lib; };
gtk = {
enable = true;