Files
nixos-config/hosts/sirius/home.nix
2023-09-05 04:35:35 +05:30

8 lines
108 B
Nix

{ config, pkgs, pkgs-unstable, username, ... }:
{
imports = [
../../modules/hyprland/home.nix
];
}