Files
nixverse/nodes/hosts/lappy/home/jay/home.nix

9 lines
117 B
Nix

{ config, pkgs, inputs, lib, ... }:
{
imports = [
./programs/hyprland.nix
./programs/hyprpanel.nix
];
}