You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enable other essential servicesservices.gvfs.enable=true;# Mount, trash, and other functionalitiesservices.tumbler.enable=true;# Thumbnail support for images# Install firefox.# programs.firefox.enable = true;# Install thunar.programs.thunar.enable=true;# Install Hyprlandprograms.hyprland.enable=true;services.displayManager={sessionPackages=[pkgs.hyprland];};
Cursor stuff:
{config,pkgs,lib, ... }:
{environment.systemPackages=withpkgs;[capitaine-cursors];# Set cursor theme for X11environment.variables={XCURSOR_THEME="capitaine-cursors";XCURSOR_SIZE="24";};# Set the cursor theme for GTK applicationsenvironment.etc."gtk-3.0/settings.ini".text='' [Settings] gtk-cursor-theme-name = capitaine-cursors gtk-cursor-theme-size = 24 '';# Set the cursor theme for GTK2 applicationsenvironment.etc."gtk-2.0/settings.ini".text='' gtk-cursor-theme-name = capitaine-cursors gtk-cursor-theme-size = 24 '';}
More hyperland stuff
{config,pkgs, ... }:
{environment.systemPackages=withpkgs;[# other packageshyprpaperhyprlockhypridlehyprshotgtk3gtk4rofi-waylandwaybar];xdg.portal={enable=true;extraPortals=withpkgs;[xdg-desktop-portal-gtkxdg-desktop-portal-hyprland];config.preferred.default=["hyprland""gtk"];xdgOpenUsePortal=true;};}
Wayland:
https://github.com/prasanthrangan/hyprdots
Cursor stuff:
More hyperland stuff
Waybar: https://github.com/Rouzihiro/iMac/blob/main/Hyprland%20light%20AMD%20support/waybar.nix
The text was updated successfully, but these errors were encountered: