From 3b8b1383d23587ed0bdea7cf2cd4bcf9b3e47e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 1 Aug 2022 23:00:36 -0300 Subject: [PATCH] add work programs --- system/configuration.nix | 5 +++++ user/home.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index 91c7ca3..10580d0 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -172,6 +172,11 @@ in { mako # notification system developed by swaywm maintainer (orchis-theme.override { tweaks = [ "compact" "solid" ]; }) pulseaudio + + docker-compose + gnumake + mariadb + php74 ]; # enable sway window manager programs.sway = { diff --git a/user/home.nix b/user/home.nix index 10deb5d..f38819e 100644 --- a/user/home.nix +++ b/user/home.nix @@ -62,7 +62,7 @@ let color = theme.color; pulse_sink = pkgs.writeShellScriptBin "pulse_sink" '' #!/bin/sh - output=$(printf "HDMI\nHeadphones" | bemenu -b) + output=$(printf "HDMI\nHeadphones" | ${bmenu}/bin/bmenu -b) vol=$(${pkgs.pamixer}/bin/pamixer --get-volume) case "$output" in HDMI)