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