Files
rice-flakes/modules/home/home-manager.nix
2025-05-01 15:05:03 -05:00

6 lines
67 B
Nix

{ config, pkgs, ... }:
{
programs.home-manager.enable = true;
}