mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
6 lines
115 B
Nix
6 lines
115 B
Nix
{ config, lib, pkgs, inputs, ... }:
|
|
|
|
{
|
|
imports = [ inputs.chaotic.homeManagerModules.default ];
|
|
|
|
}
|