nix/default.nix

6 lines
82 B
Nix

{ pkgs ? import <nixpkgs> { } }:
rec {
hyprland-desktop = import ./hyprland;
}