Files
nix/modules/home-manager/main.nix
2025-03-12 12:47:00 +02:00

7 lines
62 B
Nix

{ config, pkgs, ... }:
{
imports = [
./fastfetch.nix
];
}