Skip to content
New issue

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

Update nixos installation guide (without flake / via nixpkgs) #563

Closed
lalishansh opened this issue Sep 10, 2024 · 0 comments
Closed

Update nixos installation guide (without flake / via nixpkgs) #563

lalishansh opened this issue Sep 10, 2024 · 0 comments

Comments

@lalishansh
Copy link

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
  ];
@lalishansh lalishansh changed the title Update nixos installation guide (without flake via nixpkgs) Update nixos installation guide (without flake / via nixpkgs) Sep 10, 2024
@Aylur Aylur mentioned this issue Sep 25, 2024
Merged
@Aylur Aylur closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants