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