Skip to content

Commit

Permalink
fix(ags): readd the install
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 22, 2023
1 parent a60ce95 commit f163475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/isabel/programs/gui/confs/bars/ags/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
config,
osConfig,
defaults,
inputs',
...
}: let
inherit (osConfig.modules) system;
Expand All @@ -12,6 +13,7 @@ in {
config = lib.mkIf ((lib.isAcceptedDevice osConfig acceptedTypes) && (lib.isWayland osConfig) && osConfig.modules.programs.gui.enable && defaults.bar == "ags") {
home = {
packages = with pkgs; [
inputs'.ags.packages.default
socat
sassc
networkmanagerapplet
Expand Down

0 comments on commit f163475

Please sign in to comment.