Skip to content

xBLACKICEx/end-4-dots-hyprland-nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End‑4‑Dots‑Hyprland for NixOS

Original repo: end-4/dots-hyprland

Inspired by bigsaltyfishes/end-4-dots

This is the QuickShell variant (not the AGS), tailored for use with NixOS and Home Manager modules.

Usage

Import the module in your configuration.nix:

{
    imports = [
        inputs.illogical-impulse.homeManagerModules.default
    ];
}

Configure illogical-impulse in your module settings:

illogical-impulse = {
    # Enable the dotfiles suite
    enable = true;

    hyprland = {
        # Use customized Hyprland build
        package = hypr.hyprland;
        xdgPortalPackage = hypr.xdg-desktop-portal-hyprland;

        # Enable Wayland ozone
        ozoneWayland.enable = true;
    };

    # Dotfiles configurations
    dotfiles = {
        fish.enable = true;
        kitty.enable = true;
    };
};

About

a nixos homemanager modules for end-4/dots-hyprland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages