We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions for installing ags via nixpkgs instead of inputs inside flake.nix (for people who want to keep flake.nix small and clean 👍🏼 )
# For aylur-gtk-shell home.packages = with pkgs; [ dart-sass bun (ags.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.libdbusmenu-gtk3 ]; })) ]; # For icon files etc. (inside home.nix) gtk = { enable = true; iconTheme = { package = pkgs.papirus-icon-theme; name = "Papirus-Dark"; }; }; # Aylur's dotfiles/ags config home.packages = with pkgs; [ libsoup_3 sassc brightnessctl fd ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add instructions for installing ags via nixpkgs instead of inputs inside flake.nix
(for people who want to keep flake.nix small and clean 👍🏼 )
The text was updated successfully, but these errors were encountered: