Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Aug 29, 2024
1 parent 50a350b commit 3096b10
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 254 deletions.
131 changes: 130 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
};
};

overlays = with inputs; [
nur.overlay
];

deploy = lib.mkDeploy { inherit (inputs) self; };

outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-rfc-style; };
Expand Down Expand Up @@ -136,6 +140,9 @@
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
xdg-desktop-portal-hyprland = {
url = "github:hyprwm/xdg-desktop-portal-hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
};

}
2 changes: 1 addition & 1 deletion modules/home/programs/graphical/addons/swaync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
inherit (lib) mkIf;
inherit (lib.${namespace}) mkBoolOpt;

cfg = config.${namespace}.prograns.graphical.addons.swaync;
cfg = config.${namespace}.programs.graphical.addons.swaync;

dependencies = with pkgs; [
bash
Expand Down
Loading

0 comments on commit 3096b10

Please # to comment.