trying to get this shit to build

This commit is contained in:
Bryan Ramos 2023-06-06 16:26:04 -04:00
parent 1861c3e6e6
commit 375a6dc02f
17 changed files with 111 additions and 115 deletions

View file

@ -3,12 +3,12 @@
with lib;
let
cfg = config.modules.gui;
in
{ options.modules.gui = { enable = mkEnableOption "gui"; };
config = mkIf cfg.enable {
wayland.windowManager.sway = import ./config/sway.nix { inherit pkgs config lib; };
programs.rofi = import ./config/rofi.nix { inherit pkgs lib; };
programs.rofi = import ./config/rofi.nix { inherit pkgs config lib; };
gtk = {
enable = true;
@ -21,7 +21,7 @@ in
programs.btop.enable = true;
fonts.fontconfig.enable = true;
home.packages = [
home.packages = with pkgs; [
xdg-utils
grim
slurp