nixos/modules/home/default.nix

11 lines
85 B
Nix
Raw Normal View History

2024-05-27 22:23:32 +02:00
{ config, pkgs, ... }:
2024-05-25 23:51:37 +02:00
{
2024-05-27 22:23:32 +02:00
imports = [
./apps
./desktop
./shell
];
2024-05-26 01:10:42 +02:00
}