Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.3 KB

readme.md

File metadata and controls

28 lines (18 loc) · 1.3 KB

Nixfiles

My personal NixOS configuration!

This setup is using the Niri Wayland compositor.

Desktop Environment

I use Ballad as my DE. Ballad is a custom DE that I'm building from the ground up made for TWMs like Niri.

Wallpaper

My wallpaper is a recolored version of this painting by 宝林本迟 (Baolin Benchi). It was created using Lutgen. I pretty much never see anyone crediting the artists that made their backgrounds so I thought I should :3 Make sure to check out some more of this guy's stuff because it's honestly incredible.

Organization

This configuration is split into three main folders:

  • hosts: Host specific NixOS configuration. This includes hardware configuration as well as confiruration for my different hosts' usecases.
  • modules: Shared configuration between all hosts. This folder is split into two more subfolders:
    • home-manager: Home manager configuration.
    • nixos: NixOS configuration
  • pkgs: Derivations for programs that I want to use, but aren't in nixpkgs or any flakes.

For an explanation of every module itself, look at the short descriptions in every default.nix.