mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:56:12 +01:00
7 lines
87 B
Nix
7 lines
87 B
Nix
{ lib, pkgs, inputs, hostname, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
hypr
|
|
];
|
|
}
|