mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
8 lines
108 B
Nix
8 lines
108 B
Nix
{ config, pkgs, pkgs-unstable, username, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../modules/hyprland/home.nix
|
|
];
|
|
}
|