Skip to content

hyprland-community/hyprnix

Folders and files

Image for: Folders and files
NameName
Last commit message
Last commit date

Latest commit

Image for: Latest commit
 

History

Image for: History
150 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image for: Repository files navigation

Hyprnix

WORK IN PROGRESS - Feel free to browse the source code, obscure things should have comments.

This flake was filter-repo'd out from spikespaz/dotfiles.

We have yet to determine a permanent home for this code. See this issue comment for an explanation.

Endorsed by other Nix users, but I have to finish it.

Usage

Image for: Usage

Add the flake as an input to your own.

{
    inputs = {
        hyprnix.url = "github:hyprland-community/hyprnix";
        # ...
    };
    # ...
}

Assuming that you know Nix well enough to have your flake's inputs passed around to your Home Manager configuration, you can use the module in imports somewhere.

{ lib, pkgs, inputs, ... }: {
    imports = [ inputs.hyprnix.homeManagerModules.default ];

    wayland.windowManager.hyprland = {
        enable = true;
        reloadConfig = true;
        systemdIntegration = true;
        # recommendedEnvironment = false;
        # nvidiaPatches = true;

        config = {
            # ...
        };
        # ...
    };
    # ...
}

Documentation

Image for: Documentation

Because there is no documentation for module options yet, it is recommended to browse others' configurations as examples.

Remember that these are personal configurations, which is under constant revision, so it may be a mess at times.

About

Image for: About
No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Image for: Releases
No releases published

Packages

Image for: Packages 0
No packages published

Languages

Image for: Languages